aboutsummaryrefslogtreecommitdiff
path: root/tests/completions_test.odin
Commit message (Expand)AuthorAgeFilesLines
* Add testsDanielGavin2024-03-311-1/+2
* Forgot to remove packages in testsDanielGavin2024-03-181-21/+10
* Fix issues with bitsets in procedures not completing correctlyDanielGavin2024-03-181-24/+35
* Support completion and gotos for comp literals in procsDanielGavin2024-03-121-0/+25
* Automatically add shared collection.DanielGavin2024-02-221-41/+40
* Add matrix_type to clone nodeDanielGavin2024-01-091-0/+36
* TypoDanielGavin2023-12-291-3/+3
* More poly workDanielGavin2023-12-291-0/+78
* New poly resolve systemDanielGavin2023-12-281-27/+114
* Fix issue with variables assigning in global space to procedures.DanielGavin2023-12-171-20/+43
* Fix issue with swizzleDanielGavin2023-09-261-6/+0
* remove auto_cast in the testsDanielGavin2023-09-141-13/+14
* Add support for generics in struct that use arraysDanielGavin2023-09-011-0/+27
* Fix issues with not being able to resolve non mutable functions in other func...DanielGavin2023-08-151-0/+31
* Fix more issues with bitset inferenceDanielGavin2023-07-281-0/+33
* Symbols that have @private on package is ignored when selecting from package.DanielGavin2023-07-261-0/+32
* Fix issues with enums infer call exprDanielGavin2023-07-251-6/+35
* Fix issues with bitsets not completing in vulkan.DanielGavin2023-07-241-0/+41
* Fix tests.DanielGavin2023-07-171-1/+12
* Fix inlay hints for -> calls, and also fix reference in for in range.DanielGavin2023-07-171-2/+2
* Start working on having fake methods.DanielGavin2023-06-291-0/+33
* Update completion testsDanielGavin2023-04-031-2/+2
* Fix issue where we incorrectly used the document global ast instead of the in...DanielGavin2023-03-251-0/+39
* Fix bug where with `for in` in `for in`DanielGavin2023-01-211-3/+38
* Refractor code for localsDanielGavin2023-01-161-6/+1
* Fix issue with indexing not resolving correctlyDaniel Gavin2022-11-231-0/+27
* Fix completion on call expr that return structsDaniel Gavin2022-11-041-0/+25
* 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