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
*
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
*
Add proper multi_pointer support and fix range half range op
Daniel Gavin
2022-04-15
1
-0
/
+72
*
Fix lowercase issue with packages.
Daniel Gavin
2022-04-11
1
-4
/
+2
*
Fix windows issue with package lower and uppercase
Daniel Gavin
2022-04-11
1
-0
/
+35
*
Fix union completion with pointers.
Daniel Gavin
2022-03-14
1
-3
/
+28
*
Fix hover error and change union complete type
Daniel Gavin
2022-03-12
1
-0
/
+17
*
Fix bug related to the union ast change.
Daniel Gavin
2022-03-04
1
-1
/
+36
*
strip colons and update ast to use unions
Daniel Gavin
2022-03-04
1
-20
/
+5
*
Add new test
Daniel Gavin
2022-02-11
1
-0
/
+33
*
Fix issues with no completion on identifier in comp literal.
Daniel Gavin
2022-01-12
1
-72
/
+25
*
simplified how variables are decided
Daniel Gavin
2022-01-11
1
-5
/
+3
*
Merge branch 'master' into refractor-analysis
Daniel Gavin
2022-01-09
1
-1
/
+22
|
\
|
*
Fix function overloading with function returns.
Daniel Gavin
2022-01-09
1
-1
/
+27
*
|
more refractoring by trying to store the variable information on the symbol.
Daniel Gavin
2022-01-05
1
-1
/
+41
|
/
*
Improve distinct type info
Daniel Gavin
2021-12-31
1
-0
/
+18
*
forgot to remove test code
Daniel Gavin
2021-12-30
1
-6
/
+0
*
Fix union poly types
Daniel Gavin
2021-12-30
1
-9
/
+80
*
refractor with bitsets, and fix inlined struct/union/enum
Daniel Gavin
2021-12-30
1
-1
/
+44
*
Add more comp_lit support for indexed. More tests.
Daniel Gavin
2021-12-29
1
-0
/
+94
*
resolve value decls with mutiple names list correctly
Daniel Gavin
2021-12-26
1
-0
/
+18
*
more tests
Daniel Gavin
2021-12-25
1
-0
/
+18
*
Improved type completion + add constants type, add deprecrated tag.
Daniel Gavin
2021-12-13
1
-1
/
+50
*
More tests
Daniel Gavin
2021-12-07
1
-0
/
+34
*
Incorrect behavior where globals were not added as variables.
Daniel Gavin
2021-12-05
1
-0
/
+97
*
uncomment test until odin issue is finished.
Daniel Gavin
2021-11-27
1
-0
/
+6
*
Fix signatures in procedures not showing the return type
Daniel Gavin
2021-11-25
1
-0
/
+49
*
Fix issues with not being able to use the local variables when overloading.
Daniel Gavin
2021-11-12
1
-17
/
+64
*
Add Any_Int attribute support - make function now infers correctly again.
Daniel Gavin
2021-11-10
1
-0
/
+56
*
remove unused test.
Daniel Gavin
2021-11-08
1
-1
/
+2
*
Fix completion error in make generics, and also fixed completion in switch stmt.
Daniel Gavin
2021-11-08
1
-11
/
+13
*
Add new matrix type
Daniel Gavin
2021-11-07
1
-2
/
+79
*
Add arena in static indexing, and add tests to check the builtin indexed files.
Daniel Gavin
2021-09-07
1
-18
/
+0
*
Add new tests + uncomment some code until it is fixed in odin
Daniel Gavin
2021-09-06
1
-0
/
+40
*
fix some defer free bugs and fix new json api
Daniel Gavin
2021-08-19
1
-20
/
+0
*
improve signatures on completion
Daniel Gavin
2021-07-10
1
-0
/
+28
*
swizzle completion and resolving
Daniel Gavin
2021-06-15
1
-0
/
+140
[next]