aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug where I forgot to clone stringDanielGavin2023-04-022-3/+3
|
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-04-022-2/+2
|\
| * Fixed build error against latest Odin master versionThomas L2023-03-312-2/+2
| |
* | reference also needs to look in workspace folderDanielGavin2023-04-022-1/+8
|/
* Fix issue where we incorrectly used the document global ast instead of the ↵DanielGavin2023-03-252-5/+1
| | | | indexer
* Fix do statement with call expressionsDanielGavin2023-03-211-7/+16
|
* formatter: fix bug with odinfmt: disable and enableDanielGavin2023-03-141-8/+12
|
* formatter: Fix error in sorting attributesDanielGavin2023-03-131-1/+1
|
* remove indexer notification when odin builtin packages error outDanielGavin2023-03-112-37/+4
|
* formatter: check state flag for value declDanielGavin2023-03-101-0/+1
|
* Start working on labeldetailsDanielGavin2023-03-105-17/+64
|
* Improve scanning 'odin check' output to ignore suggestion text, and provide ↵Fabian Sperber2023-03-101-54/+68
| | | | column info
* increase buffer size for stdout for `odin check`DanielGavin2023-03-091-1/+1
|
* Fix completion on implicit enums for assignmentsDanielGavin2023-03-081-0/+12
|
* Add support for completion with usings and compound literalsDanielGavin2023-03-084-15/+16
|
* Fix enum inference from castingDanielGavin2023-03-072-0/+17
|
* Add comp_lit and value decl infering for enumsDanielGavin2023-03-071-0/+69
|
* Add more enum gotosDanielGavin2023-03-062-11/+70
|
* Start adding support to gotos for enumsDanielGavin2023-03-064-42/+141
|
* semantic token: visit the len expression in array_typeDanielGavin2023-02-251-0/+1
|
* use internal resolve in resolve_function_overload to prevent recursion.objc-branchDanielGavin2023-02-251-2/+4
|
* Add support for pointer type in get_node_lengthDanielGavin2023-02-131-2/+12
|
* Fixed error where `->` with call expression couldn't be resolvedDanielGavin2023-01-241-1/+19
|
* More accurately auto complete ObjC proceduresLucas Perlind2023-01-245-5/+41
|
* early support of goto for objcDanielGavin2023-01-232-17/+26
|
* start working on supporting objc codeDanielGavin2023-01-236-32/+231
|
* Fix bug where with `for in` in `for in`DanielGavin2023-01-212-7/+28
|
* Refractor code for localsDanielGavin2023-01-164-114/+160
|
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2022-12-081-2/+1
|\
| * TypoDanielGavin2022-12-061-2/+1
| |
* | Fix the new odin changes in walkDanielGavin2022-12-081-0/+2
|/
* Begin adding support for goto on import stmtDanielGavin2022-12-054-7/+48
|
* Fix call expression removing inline informationDanielGavin2022-12-041-1/+9
|
* Temporary workaround bug in odin coreDanielGavin2022-11-271-1/+12
|
* Fix issue with indexing not resolving correctlyDaniel Gavin2022-11-232-0/+6
|
* Fix issues with binary expression in index functionDaniel Gavin2022-11-231-63/+23
|
* Incorrect use of auto_castDaniel Gavin2022-11-061-3/+8
|
* Remember to visit foreign decl in semantic tokensDaniel Gavin2022-11-051-0/+2
|
* Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-11-041-1/+1
|\
| * handle .Alloc_Non_Zeroed in latest OdinPhil2022-11-031-1/+1
| |
* | Fix completion on call expr that return structsDaniel Gavin2022-11-041-5/+6
|/
* change notin to not_inDaniel Gavin2022-11-021-1/+1
|
* Prevent completion in basic literalsDaniel Gavin2022-11-022-3/+12
|
* Fix issue with attributes newlining without "\"Daniel Gavin2022-11-021-3/+3
|
* Fix disabled comment issuesDaniel Gavin2022-11-021-4/+6
|
* Fix issue with binary expression having call expressionsuse-recursion-mapDaniel Gavin2022-11-011-0/+25
|
* Fix linux buildDaniel Gavin2022-10-301-14/+22
|
* semantic token is now treating variable procedures and non-mutable the sameDaniel Gavin2022-10-301-1/+3
|
* Fix issues with vector/matrix multiplication with scalarsDaniel Gavin2022-10-281-0/+20
|
* Add new config to disable the `core:odin/parser` errorsDaniel Gavin2022-10-274-1/+5
|