aboutsummaryrefslogtreecommitdiff
path: root/tests/completions_test.odin
Commit message (Expand)AuthorAgeFilesLines
* Check if the identifier is in the imports before checking anything else.DanielGavin2024-07-021-3/+0
* Fix issues with genericsDanielGavin2024-06-301-0/+26
* Working on generic issues.DanielGavin2024-06-301-5/+47
* Start adding support for enumerated arrays for completion.DanielGavin2024-06-171-0/+32
* Adding support to the union enumsDanielGavin2024-06-111-0/+27
* Start fixing memory leaks on tests.DanielGavin2024-06-041-25/+25
* Refractor ast_context.current_package now being called through defered functionsDanielGavin2024-05-111-0/+53
* Fix issues with the local evaluation of generic function in value decl, since...DanielGavin2024-05-111-2/+108
* support bit_fieldsLaytan Laats2024-04-151-0/+27
* 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