aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
...
* Have to wrap the pointers back again in generic functionsDanielGavin2023-04-021-2/+23
* Fix bug where I forgot to clone stringDanielGavin2023-04-022-3/+3
* 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 in...DanielGavin2023-03-252-5/+1
* remove indexer notification when odin builtin packages error outDanielGavin2023-03-112-37/+4
* Start working on labeldetailsDanielGavin2023-03-104-17/+63
* 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
* Fixed error where `->` with call expression couldn't be resolvedDanielGavin2023-01-241-1/+19
* More accurately auto complete ObjC proceduresLucas Perlind2023-01-244-2/+25
* early support of goto for objcDanielGavin2023-01-232-17/+26
* start working on supporting objc codeDanielGavin2023-01-235-32/+158
* Fix bug where with `for in` in `for in`DanielGavin2023-01-212-7/+28
* Refractor code for localsDanielGavin2023-01-162-108/+152
* 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
* 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
* Remember to visit foreign decl in semantic tokensDaniel Gavin2022-11-051-0/+2
* 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 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-273-1/+4
* Add support for matrix typesDaniel Gavin2022-10-274-9/+210
* show pointer information in signatureDaniel Gavin2022-10-271-4/+17
* Handle typeid as a typeDaniel Gavin2022-10-272-3/+15
* 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-251-1/+5
* Undo changesDaniel Gavin2022-10-251-1/+1
* Undo variable/constant changeDaniel Gavin2022-10-251-5/+13
* remove printfDaniel Gavin2022-10-251-2/+0
* Fix enum completion errorDaniel Gavin2022-10-252-3/+3
* Don't use the internal resolves in function overload(it gave false positive r...Daniel Gavin2022-10-251-9/+9
* Improve smenatic token for distinct typingDaniel Gavin2022-10-255-35/+39
* imporve the recursion checkDaniel Gavin2022-10-246-29/+35