aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | odinfmt: support diverging procedureDaniel Gavin2022-02-111-0/+4
| |/
| * Odinfmt: Add semicolon if one block is on the same line as another.Daniel Gavin2022-02-021-1/+5
| * Odinfmt: fixes.Daniel Gavin2022-01-272-36/+137
* | Fix semantic token call expression always being treated as function. Fix floa...Daniel Gavin2022-02-052-5/+3
* | Fix a dynamic indexer bug, and temporary hacky fix for c.types.Daniel Gavin2022-02-022-14/+26
* | forgot fileDaniel Gavin2022-01-271-3/+0
* | document links workDaniel Gavin2022-01-273-6/+21
* | work on new request flowDaniel Gavin2022-01-231-39/+55
* | Add more loggingDaniel Gavin2022-01-221-0/+1
* | Move the std in reading to be async with it's own seperate thread.Daniel Gavin2022-01-227-132/+311
* | Remove the failed idea of making request tasksDaniel Gavin2022-01-1917-797/+402
* | 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