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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
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
3
-11
/
+21
*
|
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
6
-45
/
+89
|
\
\
\
|
*
|
|
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
4
-2
/
+44
*
|
|
|
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
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #723 from BradLewis/feat/implicit-selector-improvements
DanielGavin
2025-07-06
3
-10
/
+52
|
\
|
|
|
*
|
Improvements to bitsets with enums
Brad Lewis
2025-07-05
3
-10
/
+52
*
|
|
Fix issue with comp literals and zero fields in return stmt.
DanielGavin
2025-07-05
1
-12
/
+16
|
/
/
*
|
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
3
-114
/
+146
|
\
\
|
*
|
Better handle inlay hints with named params passed not in order
Damian Tarnawski
2025-07-05
2
-114
/
+114
|
*
|
Support inlay hints with named params
Damian Tarnawski
2025-07-04
2
-8
/
+7
|
*
|
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
|
*
|
Test inlay hints
Damian Tarnawski
2025-07-04
1
-0
/
+33
*
|
|
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
*
|
Fix renaming enum variants
Brad Lewis
2025-07-02
1
-1
/
+8
*
|
Fix reference positions for symbols across files
Brad Lewis
2025-07-02
1
-1
/
+3
[prev]
[next]