aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* CIDaniel Gavin2022-07-271-0/+2
|
* more fixesDaniel Gavin2022-07-092-0/+81
|
* Add new snapshot system for odinfmt testing.Daniel Gavin2022-07-091-27/+0
|
* Fix bugs with range loop in switch statement not completing.Daniel Gavin2022-06-121-0/+33
|
* More reference workDaniel Gavin2022-06-112-20/+116
|
* more testsDaniel Gavin2022-05-092-2/+3
|
* Add more completion infering support for enums and bitsets.Daniel Gavin2022-04-161-6/+66
|
* fix for new odin versionDaniel Gavin2022-04-151-1/+1
|
* Add proper multi_pointer support and fix range half range opDaniel Gavin2022-04-152-0/+108
|
* Fix lowercase issue with packages.Daniel Gavin2022-04-111-4/+2
|
* Fix windows issue with package lower and uppercaseDaniel Gavin2022-04-111-0/+35
|
* Fix union completion with pointers.Daniel Gavin2022-03-141-3/+28
|
* Fix hover error and change union complete typeDaniel Gavin2022-03-122-0/+35
|
* add comma seperation on comp_lit string representationDaniel Gavin2022-03-042-12/+31
|
* Fix bug related to the union ast change.Daniel Gavin2022-03-041-1/+36
|
* strip colons and update ast to use unionsDaniel Gavin2022-03-041-20/+5
|
* Add new testDaniel Gavin2022-02-111-0/+33
|
* refractor + more testsDaniel Gavin2022-01-151-2/+2
|
* Fix issues with no completion on identifier in comp literal.Daniel Gavin2022-01-123-78/+55
|
* more testsDaniel Gavin2022-01-121-0/+19
|
* simplified how variables are decidedDaniel Gavin2022-01-113-27/+4
|
* Merge branch 'master' into refractor-analysisDaniel Gavin2022-01-091-1/+22
|\
| * Fix function overloading with function returns.Daniel Gavin2022-01-091-1/+27
| |
* | more refractoring by trying to store the variable information on the symbol.Daniel Gavin2022-01-052-1/+83
|/
* Improve distinct type infoDaniel Gavin2021-12-311-0/+18
|
* Fix signaturesDaniel Gavin2021-12-301-0/+22
|
* forgot to remove test codeDaniel Gavin2021-12-301-6/+0
|
* Fix union poly typesDaniel Gavin2021-12-301-9/+80
|
* refractor with bitsets, and fix inlined struct/union/enumDaniel Gavin2021-12-301-1/+44
|
* Add more comp_lit support for indexed. More tests.Daniel Gavin2021-12-291-0/+94
|
* resolve value decls with mutiple names list correctlyDaniel Gavin2021-12-261-0/+18
|
* more testsDaniel Gavin2021-12-251-0/+18
|
* Improved type completion + add constants type, add deprecrated tag.Daniel Gavin2021-12-131-1/+50
|
* fixesDaniel Gavin2021-12-101-0/+18
|
* More testsDaniel Gavin2021-12-072-0/+69
|
* Incorrect behavior where globals were not added as variables.Daniel Gavin2021-12-053-0/+123
|
* Fix testsDaniel Gavin2021-11-281-2/+2
|
* Fix testsDaniel Gavin2021-11-281-1/+1
|
* uncomment test until odin issue is finished.Daniel Gavin2021-11-271-0/+6
|
* Fix signatures in procedures not showing the return typeDaniel Gavin2021-11-251-0/+49
|
* Fix issues with not being able to use the local variables when overloading.Daniel Gavin2021-11-121-17/+64
|
* Add Any_Int attribute support - make function now infers correctly again.Daniel Gavin2021-11-101-0/+56
|
* remove unused test.Daniel Gavin2021-11-081-1/+2
|
* Fix completion error in make generics, and also fixed completion in switch stmt.Daniel Gavin2021-11-081-11/+13
|
* Add new matrix typeDaniel Gavin2021-11-071-2/+79
|
* Fix incorrect handling of functions in when clauses using ODIN_OSDaniel Gavin2021-09-281-2/+112
|
* add the builtin for testsDanielGavin2021-09-071-0/+27
|
* Add arena in static indexing, and add tests to check the builtin indexed files.Daniel Gavin2021-09-072-18/+15
|
* Add new tests + uncomment some code until it is fixed in odinDaniel Gavin2021-09-061-0/+40
|
* fix some defer free bugs and fix new json apiDaniel Gavin2021-08-192-20/+367
|