index
:
odin/ols.git
action-organizeImports
ci-changes
fix-ci
fix-stale-error
index-caching
inlay-range
make-ci-work
master
objc-branch
objc-fixes
poly
remove-unused-imports
rename
semantic_tokens_range
test
uri-fix-diagnostics
use-recursion-map
Language server for Odin
Daniel Gavin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
completions_test.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check if the identifier is in the imports before checking anything else.
DanielGavin
2024-07-02
1
-3
/
+0
*
Fix issues with generics
DanielGavin
2024-06-30
1
-0
/
+26
*
Working on generic issues.
DanielGavin
2024-06-30
1
-5
/
+47
*
Start adding support for enumerated arrays for completion.
DanielGavin
2024-06-17
1
-0
/
+32
*
Adding support to the union enums
DanielGavin
2024-06-11
1
-0
/
+27
*
Start fixing memory leaks on tests.
DanielGavin
2024-06-04
1
-25
/
+25
*
Refractor ast_context.current_package now being called through defered functions
DanielGavin
2024-05-11
1
-0
/
+53
*
Fix issues with the local evaluation of generic function in value decl, since...
DanielGavin
2024-05-11
1
-2
/
+108
*
support bit_fields
Laytan Laats
2024-04-15
1
-0
/
+27
*
Add tests
DanielGavin
2024-03-31
1
-1
/
+2
*
Forgot to remove packages in tests
DanielGavin
2024-03-18
1
-21
/
+10
*
Fix issues with bitsets in procedures not completing correctly
DanielGavin
2024-03-18
1
-24
/
+35
*
Support completion and gotos for comp literals in procs
DanielGavin
2024-03-12
1
-0
/
+25
*
Automatically add shared collection.
DanielGavin
2024-02-22
1
-41
/
+40
*
Add matrix_type to clone node
DanielGavin
2024-01-09
1
-0
/
+36
*
Typo
DanielGavin
2023-12-29
1
-3
/
+3
*
More poly work
DanielGavin
2023-12-29
1
-0
/
+78
*
New poly resolve system
DanielGavin
2023-12-28
1
-27
/
+114
*
Fix issue with variables assigning in global space to procedures.
DanielGavin
2023-12-17
1
-20
/
+43
*
Fix issue with swizzle
DanielGavin
2023-09-26
1
-6
/
+0
*
remove auto_cast in the tests
DanielGavin
2023-09-14
1
-13
/
+14
*
Add support for generics in struct that use arrays
DanielGavin
2023-09-01
1
-0
/
+27
*
Fix issues with not being able to resolve non mutable functions in other func...
DanielGavin
2023-08-15
1
-0
/
+31
*
Fix more issues with bitset inference
DanielGavin
2023-07-28
1
-0
/
+33
*
Symbols that have @private on package is ignored when selecting from package.
DanielGavin
2023-07-26
1
-0
/
+32
*
Fix issues with enums infer call expr
DanielGavin
2023-07-25
1
-6
/
+35
*
Fix issues with bitsets not completing in vulkan.
DanielGavin
2023-07-24
1
-0
/
+41
*
Fix tests.
DanielGavin
2023-07-17
1
-1
/
+12
*
Fix inlay hints for -> calls, and also fix reference in for in range.
DanielGavin
2023-07-17
1
-2
/
+2
*
Start working on having fake methods.
DanielGavin
2023-06-29
1
-0
/
+33
*
Update completion tests
DanielGavin
2023-04-03
1
-2
/
+2
*
Fix issue where we incorrectly used the document global ast instead of the in...
DanielGavin
2023-03-25
1
-0
/
+39
*
Fix bug where with `for in` in `for in`
DanielGavin
2023-01-21
1
-3
/
+38
*
Refractor code for locals
DanielGavin
2023-01-16
1
-6
/
+1
*
Fix issue with indexing not resolving correctly
Daniel Gavin
2022-11-23
1
-0
/
+27
*
Fix completion on call expr that return structs
Daniel Gavin
2022-11-04
1
-0
/
+25
*
Add support for matrix types
Daniel Gavin
2022-10-27
1
-82
/
+153
*
typo
Daniel Gavin
2022-10-27
1
-1
/
+1
*
show pointer information in signature
Daniel Gavin
2022-10-27
1
-2
/
+15
*
Handle typeid as a type
Daniel Gavin
2022-10-27
1
-0
/
+18
*
Forgot test attribute
Daniel Gavin
2022-10-25
1
-0
/
+1
*
Fix issue with union having a type from a different package.
Daniel Gavin
2022-10-25
1
-0
/
+33
*
Fix signature print issue, and switch stmt in a switch type stmt.
Daniel Gavin
2022-10-02
1
-4
/
+31
*
Fix issues with not collection non-mutable symbols with procedures in procedu...
Daniel Gavin
2022-08-28
1
-207
/
+380
*
Remove `#maybe`
Daniel Gavin
2022-08-02
1
-4
/
+4
*
Fixed resolving polymorphic procedure signature
nico-bb
2022-07-28
1
-0
/
+20
*
Fix bugs with range loop in switch statement not completing.
Daniel Gavin
2022-06-12
1
-0
/
+33
*
More reference work
Daniel Gavin
2022-06-11
1
-19
/
+115
*
more tests
Daniel Gavin
2022-05-09
1
-1
/
+1
*
Add more completion infering support for enums and bitsets.
Daniel Gavin
2022-04-16
1
-6
/
+66
[next]