aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* TypoDanielGavin2024-04-061-4/+4
|
* Call expression should always increment the current argument counter, since ↵DanielGavin2024-04-061-0/+48
| | | | argument 1 is always the struct type.
* Fix issues with objc completion and hoverDanielGavin2024-04-061-0/+98
|
* Fix issues with -> not being parsed correctly with call expressionDanielGavin2024-04-061-0/+48
|
* Add testsDanielGavin2024-03-311-1/+2
|
* update constantsLaytan Laats2024-03-221-3/+28
|
* 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-122-0/+55
|
* Automatically add shared collection.DanielGavin2024-02-226-83/+86
|
* 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
|
* TypoDanielGavin2023-09-171-1/+1
|
* Fix not writing the bit_set correcty in hover and completionDanielGavin2023-09-171-1/+16
|
* 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 ↵DanielGavin2023-08-151-0/+31
| | | | functions.
* 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-292-1/+34
|
* Make sure that sliced expressions return slices.Daniel Gavin2023-06-181-0/+14
|
* Add support for gotos on comp literal fieldsDanielGavin2023-05-181-51/+31
|
* Update completion testsDanielGavin2023-04-031-2/+2
|
* Fix issue where we incorrectly used the document global ast instead of the ↵DanielGavin2023-03-251-0/+39
| | | | indexer
* 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-273-115/+185
|
* 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 ↵Daniel Gavin2022-08-285-337/+584
| | | | procedures.
* Remove `#maybe`Daniel Gavin2022-08-021-4/+4
|
* Fixed resolving polymorphic procedure signaturenico-bb2022-07-281-0/+20
|
* CI added for odinfmtDaniel 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
|