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 (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #764 from BradLewis/fix/overload-proc-union
DanielGavin
2025-07-20
1
-0
/
+144
|
\
|
*
Correctly prioritise and resolve overloaded functions with usings and unions
Brad Lewis
2025-07-20
1
-0
/
+110
|
*
Fix issue resolving overloaded procs that contained union parameters
Brad Lewis
2025-07-20
1
-0
/
+34
*
|
Merge pull request #766 from BradLewis/fix/type-definition-multipointer
DanielGavin
2025-07-20
1
-0
/
+22
|
\
\
|
*
|
Correct resolve the type definition of a multipointer
Brad Lewis
2025-07-20
1
-0
/
+22
|
|
/
*
/
Add completions for implicit binary expr for in and not_in cases
Brad Lewis
2025-07-20
1
-0
/
+23
|
/
*
Merge pull request #759 from BradLewis/fix/alias-using-package
DanielGavin
2025-07-19
1
-0
/
+31
|
\
|
*
Fix issue completing symbols when using an aliased package
Brad Lewis
2025-07-19
1
-0
/
+31
*
|
Correctly resolve where clause references and definitions
Brad Lewis
2025-07-19
2
-0
/
+38
*
|
Add hover information for where clause variables
Brad Lewis
2025-07-19
1
-0
/
+13
|
/
*
Correctly resolve named params with default values
Brad Lewis
2025-07-15
2
-0
/
+65
*
Add go to type definition for named proc params
Brad Lewis
2025-07-15
1
-0
/
+24
*
Add go to defintion for named proc params
Brad Lewis
2025-07-15
2
-1
/
+22
*
Consolidate resolving proc param names
Brad Lewis
2025-07-15
1
-2
/
+2
*
Correctly resolve references of proc parameter names
Brad Lewis
2025-07-15
1
-0
/
+52
*
Resolve hover for procedure parameter names
Brad Lewis
2025-07-15
1
-18
/
+34
*
Correctly resolve proc param type
Brad Lewis
2025-07-15
1
-0
/
+20
*
Improve finding which element to rename/find references to in struct field types
Brad Lewis
2025-07-14
2
-0
/
+132
*
Fix issue resolving comparison binary expr
Brad Lewis
2025-07-13
1
-0
/
+23
*
Update all short signatures to be consistent across types
Brad Lewis
2025-07-12
2
-9
/
+188
*
Add comments when hovering basic struct fields and no longer show the underly...
Brad Lewis
2025-07-12
1
-4
/
+58
*
Fix issue resolving overloaded proc when the string passed in came from a dif...
Brad Lewis
2025-07-10
1
-0
/
+47
*
Add enum type to completion detail
Brad Lewis
2025-07-09
1
-0
/
+23
*
Fix issue resolving comp literals with no specified type
Brad Lewis
2025-07-07
2
-0
/
+72
*
Fix issue resolving references for implicit selectors
Brad Lewis
2025-07-07
1
-0
/
+67
*
Correctly resolve references when returning a struct
Brad Lewis
2025-07-07
1
-0
/
+59
*
Fix issue resolving struct fields when constructed in a return statement
Brad Lewis
2025-07-07
1
-0
/
+31
*
Fix issue with structs and enum variants with the same names colliding with r...
Brad Lewis
2025-07-07
1
-0
/
+31
*
Correctly filter used unions when ptr
Brad Lewis
2025-07-06
1
-0
/
+27
*
Improvements for references and renaming of struct pointer fields
Brad Lewis
2025-07-06
2
-0
/
+38
*
Merge pull request #725 from connnnal/using-by-ptr
DanielGavin
2025-07-07
1
-0
/
+61
|
\
|
*
Oops
connnnal
2025-07-06
1
-5
/
+0
|
*
Nits
connnnal
2025-07-06
1
-1
/
+0
|
*
Using-by-ptr tests
connnnal
2025-07-06
1
-0
/
+67
*
|
Merge branch 'feat/reference-improvements' of https://github.com/BradLewis/ol...
DanielGavin
2025-07-07
2
-10
/
+92
|
\
\
|
*
|
Correctly resolve struct fields that are immediately accessed from a proc return
Brad Lewis
2025-07-06
2
-0
/
+82
|
|
/
*
|
Remove used switch cases for unions
Brad Lewis
2025-07-05
1
-0
/
+27
*
|
Correctly handle hover, rename and references for enumerated arrays
Brad Lewis
2025-07-05
3
-5
/
+109
*
|
Correctly resolve implicit selector completions for the enumerated arrays
Brad Lewis
2025-07-05
1
-3
/
+25
*
|
Improve resolving enumerated arrays
Brad Lewis
2025-07-05
1
-4
/
+120
|
/
*
Improvements to bitsets with enums
Brad Lewis
2025-07-05
3
-1
/
+74
*
Improve bit_field field and variable hover information
Brad Lewis
2025-07-04
1
-0
/
+62
*
Add using bit_field information to StructSymbolValue to use for documentation
Brad Lewis
2025-07-04
1
-50
/
+112
*
Enrich bit field hover documentation
Brad Lewis
2025-07-04
1
-0
/
+43
*
Better handle inlay hints with named params passed not in order
Damian Tarnawski
2025-07-05
1
-1
/
+25
*
Support inlay hints with named params
Damian Tarnawski
2025-07-04
1
-5
/
+34
*
Replace `:=` with `=` when displaying inlay hints
Damian Tarnawski
2025-07-04
1
-5
/
+5
*
Don't add additional space before default param inlay hints.
Damian Tarnawski
2025-07-04
1
-1
/
+29
*
Test inlay hints
Damian Tarnawski
2025-07-04
1
-0
/
+190
*
Add enum values to field hover documentation
Brad Lewis
2025-07-03
2
-3
/
+26
[prev]
[next]