aboutsummaryrefslogtreecommitdiff
path: root/tests/completions_test.odin
Commit message (Expand)AuthorAgeFilesLines
* Add support for matrix typesDaniel Gavin2022-10-271-82/+153
* typoDaniel Gavin2022-10-271-1/+1
* show pointer information in signatureDaniel Gavin2022-10-271-2/+15
* Handle typeid as a typeDaniel Gavin2022-10-271-0/+18
* Forgot test attributeDaniel Gavin2022-10-251-0/+1
* Fix issue with union having a type from a different package.Daniel Gavin2022-10-251-0/+33
* Fix signature print issue, and switch stmt in a switch type stmt.Daniel Gavin2022-10-021-4/+31
* Fix issues with not collection non-mutable symbols with procedures in procedu...Daniel Gavin2022-08-281-207/+380
* Remove `#maybe`Daniel Gavin2022-08-021-4/+4
* Fixed resolving polymorphic procedure signaturenico-bb2022-07-281-0/+20
* Fix bugs with range loop in switch statement not completing.Daniel Gavin2022-06-121-0/+33
* More reference workDaniel Gavin2022-06-111-19/+115
* more testsDaniel Gavin2022-05-091-1/+1
* Add more completion infering support for enums and bitsets.Daniel Gavin2022-04-161-6/+66
* Add proper multi_pointer support and fix range half range opDaniel Gavin2022-04-151-0/+72
* 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-121-0/+17
* 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
* Fix issues with no completion on identifier in comp literal.Daniel Gavin2022-01-121-72/+25
* simplified how variables are decidedDaniel Gavin2022-01-111-5/+3
* 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-051-1/+41
|/
* Improve distinct type infoDaniel Gavin2021-12-311-0/+18
* 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
* More testsDaniel Gavin2021-12-071-0/+34
* Incorrect behavior where globals were not added as variables.Daniel Gavin2021-12-051-0/+97
* 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
* Add arena in static indexing, and add tests to check the builtin indexed files.Daniel Gavin2021-09-071-18/+0
* 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-191-20/+0
* improve signatures on completionDaniel Gavin2021-07-101-0/+28
* swizzle completion and resolvingDaniel Gavin2021-06-151-0/+140
* support named arguments in overloadingDaniel Gavin2021-06-111-0/+24