aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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 c...Fabian Sperber2023-03-101-54/+68
* 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
* Add support for matrix typesDaniel Gavin2022-10-276-12/+213
* show pointer information in signatureDaniel Gavin2022-10-271-4/+17
* Handle typeid as a typeDaniel Gavin2022-10-273-4/+17
* fallback on returning the original textDaniel Gavin2022-10-271-1/+1
* Add more logging on get_case_sensitive_pathDaniel Gavin2022-10-271-10/+3
* Fix proc type not creating semantic tokens in structsDaniel Gavin2022-10-251-32/+48
* Fix issue with union having a type from a different package.Daniel Gavin2022-10-252-9/+12
* Undo changesDaniel Gavin2022-10-251-1/+1
* Undo variable/constant changeDaniel Gavin2022-10-251-5/+13