aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
...
| * FIx new slashpath changeDaniel Gavin2022-01-178-8/+8
| * Add checker arg configDaniel Gavin2022-01-173-1/+3
* | work on the new semantic tokens.Daniel Gavin2022-01-172-22/+364
* | work on resolve entire file.Daniel Gavin2022-01-161-1/+1
* | refractor + more testsDaniel Gavin2022-01-151-25/+27
* | Fix issues with no completion on identifier in comp literal.Daniel Gavin2022-01-122-4/+1
* | refractorDaniel Gavin2022-01-122-19/+7
* | simplified how variables are decidedDaniel Gavin2022-01-114-66/+32
* | more refractoring by trying to store the variable information on the symbol.Daniel Gavin2022-01-0510-549/+32
* | refractorDaniel Gavin2021-12-311-1/+1
* | refractorDaniel Gavin2021-12-313-40/+98
* | Merge branch 'master' into refractor-analysisDaniel Gavin2021-12-316-195/+291
|\|
| * Improve distinct type infoDaniel Gavin2021-12-314-23/+29
| * Fix union poly typesDaniel Gavin2021-12-301-16/+9
| * refractor with bitsets, and fix inlined struct/union/enumDaniel Gavin2021-12-301-4/+3
| * Add more comp_lit support for indexed. More tests.Daniel Gavin2021-12-292-25/+52
| * Fix linux buildDaniel Gavin2021-12-261-1/+1
| * Forgot to clone string odin_commandDaniel Gavin2021-12-262-8/+8
| * typoDaniel Gavin2021-12-261-1/+1
| * typoDaniel Gavin2021-12-261-1/+1
| * Add odin_command configDaniel Gavin2021-12-263-3/+11
| * Fix clearing errors on all the files in checkerDaniel Gavin2021-12-261-2/+28
| * Add check on windows onlyDaniel Gavin2021-12-262-123/+124
| * add or_else and or_return keywords.Daniel Gavin2021-12-251-5/+41
* | add temp workDaniel Gavin2021-12-253-4/+130
|/
* Remember to set the symbol doc on global value decls.Daniel Gavin2021-12-191-0/+1
* Improved type completion + add constants type, add deprecrated tag.Daniel Gavin2021-12-132-1/+11
* Add snippets and auto add parenthesis on completionDaniel Gavin2021-12-126-61/+123
* odinfmt fixes, and have signature retrigger with `,`Daniel Gavin2021-12-091-1/+1
* comment test codeDaniel Gavin2021-12-051-0/+3
* odinfmt fixes, plus fix signatures with shared type not showing sigature corr...Daniel Gavin2021-12-052-2/+216
* Start working on goto with multiple locations(packages), and fix some odinfmt...Daniel Gavin2021-12-023-16/+27
* change env name to ODIN_ROOTDaniel Gavin2021-12-011-4/+4
* add vendor automaticallyDaniel Gavin2021-12-011-0/+5
* support linux and windows getenvDaniel Gavin2021-12-011-1/+5
* Support environment variable to specify core path.Daniel Gavin2021-12-011-0/+12
* Use the rootUri if workspace folders are not available.Daniel Gavin2021-12-013-10/+10
* remove temp check codeDaniel Gavin2021-11-281-1/+1
* Add formatter to olsDaniel Gavin2021-11-283-7/+23
* Fix signatures in procedures not showing the return typeDaniel Gavin2021-11-252-4/+13
* Fix out of bounds error with implicit completionDaniel Gavin2021-11-241-0/+4
* Add new matrix typeDaniel Gavin2021-11-071-3/+3
* Fix new the odin json version.Daniel Gavin2021-10-022-6/+6
* Uncomment code after issue 1129 was fixed.Daniel Gavin2021-10-021-6/+0
* Fix enum semantic token not hightlighting correctlyDaniel Gavin2021-09-082-1/+12
* Add new tests + uncomment some code until it is fixed in odinDaniel Gavin2021-09-061-0/+11
* Fix odin changesDaniel Gavin2021-08-223-9/+11
* Forgot to set the optional comma flag...Daniel Gavin2021-08-201-0/+1
* Fixed bug for not showing errors.Daniel Gavin2021-08-201-3/+3
* fix some defer free bugs and fix new json apiDaniel Gavin2021-08-193-63/+90