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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Remove used switch cases for unions
Brad Lewis
2025-07-05
2
-0
/
+33
|
*
|
|
Correctly handle hover, rename and references for enumerated arrays
Brad Lewis
2025-07-05
6
-16
/
+116
|
*
|
|
Correctly resolve implicit selector completions for the enumerated arrays
Brad Lewis
2025-07-05
2
-35
/
+57
|
*
|
|
Improve resolving enumerated arrays
Brad Lewis
2025-07-05
5
-6
/
+164
*
|
|
|
Merge pull request #727 from BradLewis/resolve-leak
DanielGavin
2025-07-07
2
-5
/
+10
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
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
6
-11
/
+126
|
\
|
|
|
*
|
Improvements to bitsets with enums
Brad Lewis
2025-07-05
6
-11
/
+126
*
|
|
Fix issue with comp literals and zero fields in return stmt.
DanielGavin
2025-07-05
1
-12
/
+16
|
/
/
*
|
Merge pull request #719 from BradLewis/feat/bit-field-improvements
DanielGavin
2025-07-05
7
-115
/
+514
|
\
\
|
*
|
Improve bit_field field and variable hover information
Brad Lewis
2025-07-04
3
-19
/
+119
|
*
|
Add using bit_field information to StructSymbolValue to use for documentation
Brad Lewis
2025-07-04
4
-61
/
+195
|
*
|
Enrich bit field hover documentation
Brad Lewis
2025-07-04
6
-43
/
+208
|
/
/
*
|
Merge pull request #718 from thetarnav/inlay-hints
DanielGavin
2025-07-05
4
-114
/
+417
|
\
\
|
*
|
Better handle inlay hints with named params passed not in order
Damian Tarnawski
2025-07-05
3
-115
/
+139
|
*
|
Support inlay hints with named params
Damian Tarnawski
2025-07-04
3
-13
/
+41
|
*
|
Replace `:=` with `=` when displaying inlay hints
Damian Tarnawski
2025-07-04
2
-6
/
+6
|
*
|
Don't add additional space before default param inlay hints.
Damian Tarnawski
2025-07-04
2
-2
/
+30
|
*
|
Test inlay hints
Damian Tarnawski
2025-07-04
2
-0
/
+223
*
|
|
Merge pull request #717 from BradLewis/feat/add-lookup-odin-root-for-builtin
DanielGavin
2025-07-05
2
-3
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
|
/
/
*
|
Merge pull request #716 from BradLewis/fix/map-key-resolution
DanielGavin
2025-07-04
9
-34
/
+281
|
\
\
|
*
|
Add enum values to field hover documentation
Brad Lewis
2025-07-03
4
-30
/
+72
|
*
|
Add enum base type and values to the enum symbol and update hover to include ...
Brad Lewis
2025-07-03
5
-20
/
+62
|
*
|
Add SymbolMapValue to selector resolve in the index case
Brad Lewis
2025-07-03
2
-2
/
+22
|
*
|
Add hover information for enum fields
Brad Lewis
2025-07-03
2
-8
/
+68
|
*
|
Add hover information to enum implicit and explicit assignments
Brad Lewis
2025-07-03
2
-0
/
+49
|
*
|
Add enum completion to map keys
Brad Lewis
2025-07-03
2
-3
/
+37
|
/
/
*
|
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
*
|
|
Merge pull request #714 from BradLewis/fix/bitset-loop-locals
DanielGavin
2025-07-03
2
-0
/
+53
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Store local variables when looping over bitsets
Brad Lewis
2025-07-03
2
-0
/
+53
|
/
/
*
|
Merge pull request #713 from BradLewis/fix/remove-proc-completion-label-details
DanielGavin
2025-07-03
1
-1
/
+1
|
\
\
|
*
|
Remove `proc` from CompletionLabelDetails detail
Brad Lewis
2025-07-03
1
-1
/
+1
|
/
/
*
|
Merge pull request #710 from BradLewis/feat/improve-enum-completions
DanielGavin
2025-07-03
3
-9
/
+60
|
\
\
|
*
|
Exclude already added enum fields when adding multiple to a bitset
Brad Lewis
2025-07-02
2
-5
/
+33
|
*
|
Add completions for enum slice elements
Brad Lewis
2025-07-02
2
-4
/
+27
|
/
/
*
|
Merge pull request #709 from BradLewis/fix/rename-enums-across-files
DanielGavin
2025-07-03
2
-11
/
+3
|
\
\
|
*
|
Improve renaming enum fields across files
Brad Lewis
2025-07-02
2
-11
/
+3
|
/
/
*
|
Merge pull request #708 from BradLewis/fix/completion-label-details
DanielGavin
2025-07-03
1
-4
/
+4
|
\
\
|
*
|
String split n returns up to n elements
Brad Lewis
2025-07-02
1
-4
/
+4
*
|
|
Merge pull request #704 from BradLewis/fix/completion-label-details
DanielGavin
2025-07-02
1
-25
/
+21
|
\
|
|
|
*
|
Update completion label details now that the labels contain comments
Brad Lewis
2025-07-02
1
-25
/
+21
|
/
/
*
|
Merge pull request #703 from BradLewis/feat/reference-improvements
DanielGavin
2025-07-02
7
-34
/
+547
|
\
\
|
*
|
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
|
*
|
Add tests for prepare rename and improve prepare rename resolution
Brad Lewis
2025-07-02
4
-51
/
+284
|
*
|
Improve references of enums with field values
Brad Lewis
2025-07-02
4
-14
/
+99
[prev]
[next]