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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
|
*
Typo
DanielGavin
2023-09-17
1
-1
/
+1
|
*
Fix not writing the bit_set correcty in hover and completion
DanielGavin
2023-09-17
1
-1
/
+16
|
*
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 ↵
DanielGavin
2023-08-15
1
-0
/
+31
|
|
|
|
functions.
*
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
2
-1
/
+34
|
*
Make sure that sliced expressions return slices.
Daniel Gavin
2023-06-18
1
-0
/
+14
|
*
Add support for gotos on comp literal fields
DanielGavin
2023-05-18
1
-51
/
+31
|
*
Update completion tests
DanielGavin
2023-04-03
1
-2
/
+2
|
*
Fix issue where we incorrectly used the document global ast instead of the ↵
DanielGavin
2023-03-25
1
-0
/
+39
|
|
|
|
indexer
*
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
3
-115
/
+185
|
*
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 ↵
Daniel Gavin
2022-08-28
5
-337
/
+584
|
|
|
|
procedures.
*
Remove `#maybe`
Daniel Gavin
2022-08-02
1
-4
/
+4
|
*
Fixed resolving polymorphic procedure signature
nico-bb
2022-07-28
1
-0
/
+20
|
*
CI added for odinfmt
Daniel Gavin
2022-07-27
1
-0
/
+2
|
*
more fixes
Daniel Gavin
2022-07-09
2
-0
/
+81
|
*
Add new snapshot system for odinfmt testing.
Daniel Gavin
2022-07-09
1
-27
/
+0
|
*
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
2
-20
/
+116
|
*
more tests
Daniel Gavin
2022-05-09
2
-2
/
+3
|
*
Add more completion infering support for enums and bitsets.
Daniel Gavin
2022-04-16
1
-6
/
+66
|
*
fix for new odin version
Daniel Gavin
2022-04-15
1
-1
/
+1
|
*
Add proper multi_pointer support and fix range half range op
Daniel Gavin
2022-04-15
2
-0
/
+108
|
*
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
2
-0
/
+35
|
*
add comma seperation on comp_lit string representation
Daniel Gavin
2022-03-04
2
-12
/
+31
|
[next]