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
/
src
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix issue resolving overloaded proc when the string passed in came from a dif...
Brad Lewis
2025-07-10
1
-1
/
+25
*
Add enum type to completion detail
Brad Lewis
2025-07-09
1
-0
/
+2
*
Merge pull request #731 from bangbangsheshotmedown/patch-1
DanielGavin
2025-07-09
1
-1
/
+1
|
\
|
*
Support alternate folder names
bangbangsheshotmedown
2025-07-08
1
-1
/
+1
*
|
Fix issue resolving comp literals with no specified type
Brad Lewis
2025-07-07
2
-4
/
+42
*
|
Fix issue resolving references for implicit selectors
Brad Lewis
2025-07-07
1
-18
/
+17
*
|
Correctly resolve references when returning a struct
Brad Lewis
2025-07-07
1
-92
/
+110
|
/
*
Fix issue resolving struct fields when constructed in a return statement
Brad Lewis
2025-07-07
1
-27
/
+26
*
Fix issue with structs and enum variants with the same names colliding with r...
Brad Lewis
2025-07-07
2
-10
/
+7
*
Correctly filter used unions when ptr
Brad Lewis
2025-07-06
1
-4
/
+14
*
Improvements for references and renaming of struct pointer fields
Brad Lewis
2025-07-06
2
-32
/
+33
*
Merge pull request #725 from connnnal/using-by-ptr
DanielGavin
2025-07-07
1
-5
/
+11
|
\
|
*
Nits
connnnal
2025-07-06
1
-0
/
+1
|
*
Follow ptr nodes before expanding usings
connnnal
2025-07-06
1
-5
/
+10
*
|
Merge branch 'feat/reference-improvements' of https://github.com/BradLewis/ol...
DanielGavin
2025-07-07
5
-43
/
+79
|
\
\
|
*
|
Correctly resolve struct fields that are immediately accessed from a proc return
Brad Lewis
2025-07-06
2
-34
/
+44
|
*
|
Ensure uris are attached to every symbol for improved reference
Brad Lewis
2025-07-06
5
-9
/
+35
|
|
/
*
|
Merge pull request #724 from BradLewis/feat/enumerated-array
DanielGavin
2025-07-07
5
-44
/
+75
|
\
\
|
*
|
Remove used switch cases for unions
Brad Lewis
2025-07-05
1
-0
/
+6
|
*
|
Correctly handle hover, rename and references for enumerated arrays
Brad Lewis
2025-07-05
3
-11
/
+7
|
*
|
Correctly resolve implicit selector completions for the enumerated arrays
Brad Lewis
2025-07-05
1
-32
/
+32
|
*
|
Improve resolving enumerated arrays
Brad Lewis
2025-07-05
3
-1
/
+30
|
|
/
*
|
Remove bad free when using the tracking allocator
Brad Lewis
2025-07-06
1
-1
/
+0
*
|
Run the parser when indexing with the temporary allocator to avoid leaks
Brad Lewis
2025-07-06
1
-4
/
+10
|
/
*
Improvements to bitsets with enums
Brad Lewis
2025-07-05
3
-10
/
+52
*
Improve bit_field field and variable hover information
Brad Lewis
2025-07-04
2
-19
/
+57
*
Add using bit_field information to StructSymbolValue to use for documentation
Brad Lewis
2025-07-04
3
-11
/
+83
*
Enrich bit field hover documentation
Brad Lewis
2025-07-04
5
-43
/
+165
*
Merge pull request #718 from thetarnav/inlay-hints
DanielGavin
2025-07-05
1
-95
/
+93
|
\
|
*
Better handle inlay hints with named params passed not in order
Damian Tarnawski
2025-07-05
1
-95
/
+94
|
*
Support inlay hints with named params
Damian Tarnawski
2025-07-04
1
-7
/
+6
|
*
Replace `:=` with `=` when displaying inlay hints
Damian Tarnawski
2025-07-04
1
-1
/
+1
|
*
Don't add additional space before default param inlay hints.
Damian Tarnawski
2025-07-04
1
-1
/
+1
*
|
Add to proc group detailed completion
Brad Lewis
2025-07-04
1
-1
/
+1
*
|
Check for builtin folder under `$ODIN_ROOT`
Brad Lewis
2025-07-04
1
-2
/
+10
|
/
*
Add enum values to field hover documentation
Brad Lewis
2025-07-03
2
-27
/
+46
*
Add enum base type and values to the enum symbol and update hover to include ...
Brad Lewis
2025-07-03
4
-20
/
+48
*
Add SymbolMapValue to selector resolve in the index case
Brad Lewis
2025-07-03
1
-2
/
+5
*
Add hover information for enum fields
Brad Lewis
2025-07-03
1
-8
/
+42
*
Add hover information to enum implicit and explicit assignments
Brad Lewis
2025-07-03
1
-0
/
+13
*
Add enum completion to map keys
Brad Lewis
2025-07-03
1
-2
/
+18
*
Merge pull request #715 from BradLewis/fix/completion-label-details-proc-group
DanielGavin
2025-07-03
1
-2
/
+2
|
\
|
*
Fix CompletionLabelDetails for proc groups
Brad Lewis
2025-07-03
1
-2
/
+2
*
|
Store local variables when looping over bitsets
Brad Lewis
2025-07-03
1
-0
/
+33
|
/
*
Remove `proc` from CompletionLabelDetails detail
Brad Lewis
2025-07-03
1
-1
/
+1
*
Exclude already added enum fields when adding multiple to a bitset
Brad Lewis
2025-07-02
1
-5
/
+15
*
Add completions for enum slice elements
Brad Lewis
2025-07-02
1
-4
/
+11
*
Improve renaming enum fields across files
Brad Lewis
2025-07-02
2
-11
/
+3
*
String split n returns up to n elements
Brad Lewis
2025-07-02
1
-4
/
+4
*
Update completion label details now that the labels contain comments
Brad Lewis
2025-07-02
1
-25
/
+21
[prev]
[next]