aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Update build.odinnico-bb2022-07-221-2/+2
* | TypoDaniel Gavin2022-07-231-2/+1
* | Add support for `~` in collectionsDaniel Gavin2022-07-231-6/+11
|/
* odinfmt: Improve breaking of proc types with single return resultDaniel Gavin2022-07-211-4/+4
* Refractor nest procedure for odinfmtDaniel Gavin2022-07-203-44/+46
* Add better handling of ternary expressionsDaniel Gavin2022-07-201-7/+7
* Added many new snapshot tests to odinfmt + fixed call_expression nestingDaniel Gavin2022-07-202-27/+42
* Fix regression and added it to snapshot.Daniel Gavin2022-07-181-9/+9
* Added new suffix type to handle newline comments in odinfmt.Daniel Gavin2022-07-182-8/+49
* Forgot file...Daniel Gavin2022-07-171-1/+2
* Fix regression and added to snapshotDaniel Gavin2022-07-171-4/+3
* odinfmt fixes + more testsDaniel Gavin2022-07-142-9/+1
* Fix odin core changesDaniel Gavin2022-07-148-14/+14
* odinfmt: add more tests and fix comp_litDaniel Gavin2022-07-143-18/+90
* More reference workindex-cachingDaniel Gavin2022-07-116-179/+263
* Fix memory leakDaniel Gavin2022-07-105-36/+33
* more fixesDaniel Gavin2022-07-095-40/+26
* Restructed the indexerDaniel Gavin2022-07-0918-222/+116
* Merge branch 'master' into index-cachingDaniel Gavin2022-07-097-111/+260
|\
| * typoDaniel Gavin2022-07-091-1/+1
| * odinfmt: Fix crashDaniel Gavin2022-07-091-1/+4
| * Add new snapshot system for odinfmt testing.Daniel Gavin2022-07-093-23/+80
| * Remove Maybe for now because json serialization messes it up.Daniel Gavin2022-06-292-6/+6
| * odinfmt: Add breaking support for lhsDaniel Gavin2022-06-291-20/+15
| * Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-06-281-4/+6
| |\
| | * Remember to close the handle in `get_case_sensitive_path`DanielGavin2022-06-281-4/+6
| * | odinfmt: fix proc tags being printedDaniel Gavin2022-06-283-10/+62
| |/
| * Change the formatter handling of binary expressionsDaniel Gavin2022-06-271-60/+50
| * Removed the fill functionality for odinfmtDaniel Gavin2022-06-252-70/+61
| * Forgot fileDaniel Gavin2022-06-221-2/+2
| * Use the default values if not specified in jsonDaniel Gavin2022-06-221-2/+8
| * Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-06-211-9/+12
| |\
| | * Fix matrix_type only be checked if type is not nullDanielGavin2022-06-211-9/+12
| * | Add new json variable for picking the space amountDaniel Gavin2022-06-212-0/+2
| |/
| * Print matrices with constant column and rows more nicely.Daniel Gavin2022-06-201-6/+52
| * Update visit.odinDanielGavin2022-06-161-3/+5
* | clean upDaniel Gavin2022-06-212-31/+1
* | start on making the cache based package system instead of indexing everything.Daniel Gavin2022-06-206-41/+24
* | move document struct back to serverDaniel Gavin2022-06-1921-97/+84
|/
* Fix ternary expression semantic tokensDaniel Gavin2022-06-143-3/+17
* Fix issue with parameter and type being the same causing stack overflowDaniel Gavin2022-06-144-10/+18
* odinfmt: fix using stmt regressionDaniel Gavin2022-06-131-1/+0
* odinfmt: Fix more regression errorsDaniel Gavin2022-06-131-4/+3
* Fix stackoverflow error with unresolved generic expression.Daniel Gavin2022-06-132-4/+10
* Fix regression on odinfmtDaniel Gavin2022-06-131-1/+1
* Fix union error with pointersDaniel Gavin2022-06-122-65/+68
* odinfmt: Fix do statements in call expressions breakingDaniel Gavin2022-06-121-0/+36
* Remember to correct uri for windows on save.Daniel Gavin2022-06-121-0/+5
* typoDaniel Gavin2022-06-121-2/+2
* Merge branch 'index-refractor'Daniel Gavin2022-06-1224-317/+478
|\