aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | refractorDaniel Gavin2022-01-124-24/+11
| * | | simplified how variables are decidedDaniel Gavin2022-01-1112-154/+112
| * | | Merge branch 'master' into refractor-analysisDaniel Gavin2022-01-094-12/+43
| |\ \ \
| * | | | more refractoring by trying to store the variable information on the symbol.Daniel Gavin2022-01-0518-614/+246
| * | | | refractorDaniel Gavin2021-12-311-1/+1
| * | | | refractorDaniel Gavin2021-12-316-96/+145
| * | | | Merge branch 'master' into refractor-analysisDaniel Gavin2021-12-3116-291/+884
| |\ \ \ \
| * | | | | add temp workDaniel Gavin2021-12-258-9/+445
* | | | | | Update README.mdDanielGavin2022-02-201-1/+1
| |_|_|_|/ |/| | | |
* | | | | Remove space in the end of declarations.Daniel Gavin2022-02-141-1/+1
* | | | | Add maybe on insert textDaniel Gavin2022-02-141-2/+2
* | | | | Remove plain text type.Daniel Gavin2022-02-141-1/+0
* | | | | Temporary fixDaniel Gavin2022-02-141-0/+2
* | | | | Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-02-111-1/+1
|\ \ \ \ \
| * | | | | Update semantic_tokens.odinDanielGavin2022-02-071-1/+1
* | | | | | 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 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
| |_|/ |/| |
* | | odinfmt: Fix error with package token getting moved.Daniel Gavin2022-01-091-0/+2
* | | Fix function overloading with function returns.Daniel Gavin2022-01-092-7/+40
* | | 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
| |/ |/|
* | Improve distinct type infoDaniel Gavin2021-12-316-23/+51
* | Fix signaturesDaniel Gavin2021-12-302-1/+28
* | forgot to remove test codeDaniel Gavin2021-12-301-6/+0
* | Fix union poly typesDaniel Gavin2021-12-306-70/+253
* | refractor with bitsets, and fix inlined struct/union/enumDaniel Gavin2021-12-305-23/+122
* | Add more comp_lit support for indexed. More tests.Daniel Gavin2021-12-294-36/+181
* | 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-262-10/+28
* | Fix odinfmt with empty unionDaniel Gavin2021-12-251-7/+3
* | add or_else and or_return keywords.Daniel Gavin2021-12-251-5/+41
* | change build file to not include extensionDaniel Gavin2021-12-251-1/+1
* | more testsDaniel Gavin2021-12-251-0/+18
* | Fix naked blocks being part of locals outside of the scope.Daniel Gavin2021-12-251-3/+12
|/
* Remember to set the symbol doc on global value decls.Daniel Gavin2021-12-192-5/+4