aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into refractor-analysisDaniel Gavin2022-01-1718-31/+63
|\|
| * FIx new slashpath changeDaniel Gavin2022-01-1713-13/+13
| * Add checker arg configDaniel Gavin2022-01-174-1/+4
| * Support the new ODIN_ENDIAN formatDaniel Gavin2022-01-161-3/+2
| * odinfmt: fix comment being spaced in the beginning of the file.Daniel Gavin2022-01-152-2/+3
| * odinfmt: fixes.Daniel Gavin2022-01-121-2/+2
| * odinfmt: use fill group in index statements.Daniel Gavin2022-01-111-1/+1
| * odinfmt: add more field flag fixesDaniel Gavin2022-01-111-6/+41
* | work on the new semantic tokens.Daniel Gavin2022-01-173-59/+410
* | work on resolve entire file.Daniel Gavin2022-01-163-16/+37
* | refractor + more testsDaniel Gavin2022-01-153-54/+100
* | Fix issues with no completion on identifier in comp literal.Daniel Gavin2022-01-124-23/+26
* | refractorDaniel Gavin2022-01-124-24/+11
* | simplified how variables are decidedDaniel Gavin2022-01-119-127/+108
* | Merge branch 'master' into refractor-analysisDaniel Gavin2022-01-093-11/+21
|\|
| * odinfmt: Fix error with package token getting moved.Daniel Gavin2022-01-091-0/+2
| * Fix function overloading with function returns.Daniel Gavin2022-01-091-6/+13
| * Fix odinfmt with comments in the start of the file.Daniel Gavin2022-01-051-6/+3
| * Add unhandled clone expression.Daniel Gavin2022-01-051-0/+4
* | more refractoring by trying to store the variable information on the symbol.Daniel Gavin2022-01-0516-613/+163
* | refractorDaniel Gavin2021-12-311-1/+1
* | refractorDaniel Gavin2021-12-316-96/+145
* | Merge branch 'master' into refractor-analysisDaniel Gavin2021-12-3113-290/+605
|\|
| * Improve distinct type infoDaniel Gavin2021-12-315-23/+33
| * Fix signaturesDaniel Gavin2021-12-301-1/+6
| * Fix union poly typesDaniel Gavin2021-12-305-61/+173
| * refractor with bitsets, and fix inlined struct/union/enumDaniel Gavin2021-12-304-22/+78
| * Add more comp_lit support for indexed. More tests.Daniel Gavin2021-12-293-36/+87
| * 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-264-3/+12
| * Fix clearing errors on all the files in checkerDaniel Gavin2021-12-261-2/+28
| * Add check on windows onlyDaniel Gavin2021-12-262-123/+124
| * Don't get locals where len(result)==0Daniel Gavin2021-12-261-0/+4
| * resolve value decls with mutiple names list correctlyDaniel Gavin2021-12-261-10/+10
| * Fix odinfmt with empty unionDaniel Gavin2021-12-251-7/+3
| * add or_else and or_return keywords.Daniel Gavin2021-12-251-5/+41
| * Fix naked blocks being part of locals outside of the scope.Daniel Gavin2021-12-251-3/+12
* | add temp workDaniel Gavin2021-12-254-5/+158
|/
* Remember to set the symbol doc on global value decls.Daniel Gavin2021-12-192-5/+4
* odinfmt fixesDaniel Gavin2021-12-151-71/+24
* Don't try to resolve index symbols that already have been resolved.Daniel Gavin2021-12-141-0/+4
* Improved type completion + add constants type, add deprecrated tag.Daniel Gavin2021-12-137-42/+116
* Add snippets and auto add parenthesis on completionDaniel Gavin2021-12-128-63/+126
* Support #caller location directiveDaniel Gavin2021-12-111-0/+14
* remove debug printfDaniel Gavin2021-12-111-2/+0
* Comp_Lit that are not field values should not be aligned.Daniel Gavin2021-12-101-2/+18
* odinfmt fixesDaniel Gavin2021-12-102-16/+42