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
*
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 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
*
Add tests for prepare rename and improve prepare rename resolution
Brad Lewis
2025-07-02
2
-51
/
+60
*
Improve references of enums with field values
Brad Lewis
2025-07-02
3
-14
/
+54
*
Fix issue with struct field names being resolved as a proceeding struct
Brad Lewis
2025-07-02
2
-3
/
+9
*
Find references to struct fields defined within a proc correctly
Brad Lewis
2025-07-02
2
-12
/
+25
*
Improve resolution of struct fields across the codebase
Brad Lewis
2025-07-02
3
-5
/
+143
*
Fix issues resolving poly proc fields and improve hover information of poly s...
Brad Lewis
2025-07-01
3
-12
/
+68
*
Set file for generic expressions to the file of the symbol, rather than the f...
Brad Lewis
2025-07-01
3
-6
/
+8
*
Improve resolution of poly struct fields
Brad Lewis
2025-07-01
2
-1
/
+27
*
As struct poly info to hover information
Brad Lewis
2025-07-01
1
-1
/
+13
*
Missing cloning types for struct poly types
Brad Lewis
2025-06-30
2
-4
/
+6
*
resolve_location_selector didn't handle SymbolEnumValue
DanielGavin
2025-06-30
1
-25
/
+9
*
Merge pull request #697 from BradLewis/feat/goto-definition-improvements
DanielGavin
2025-06-30
2
-3
/
+13
|
\
|
*
Add all procedure group definitions to `goto definition` on an overloaded pro...
Brad Lewis
2025-06-29
2
-3
/
+13
*
|
Merge branch 'BradLewis-fix/small-array-completion'
DanielGavin
2025-06-30
1
-1
/
+1
|
\
\
|
*
|
Improve resolution of parameteric types with external types
Brad Lewis
2025-06-29
1
-1
/
+1
|
|
/
*
|
Mark collected distinct symbols as distinct and improve hover information
Brad Lewis
2025-06-29
2
-3
/
+9
*
|
Correct package information on types
Brad Lewis
2025-06-29
1
-3
/
+9
*
|
Write package for types if it differs from the package of the symbol
Brad Lewis
2025-06-29
1
-10
/
+15
*
|
Correct hover information for distinct types on fields
Brad Lewis
2025-06-29
1
-66
/
+64
|
/
*
Expand Struct_Type usings
Brad Lewis
2025-06-29
1
-0
/
+2
*
Merge pull request #690 from BradLewis/fix/union-enum-goto-definition
DanielGavin
2025-06-29
1
-4
/
+14
|
\
|
*
Add lookup to $builtin for goto definition
Brad Lewis
2025-06-29
1
-0
/
+4
|
*
Set the symbol uri when resolving enums from a union
Brad Lewis
2025-06-29
1
-4
/
+10
*
|
Move the add_local_group to the top of proc
DanielGavin
2025-06-29
1
-2
/
+2
|
/
*
Remove unused local id from the AstContext
Brad Lewis
2025-06-28
2
-34
/
+15
*
Make AstContext locals into a stack to fix resolving references
Brad Lewis
2025-06-28
3
-18
/
+16
*
Correctly resolve references within a switch case statement
Brad Lewis
2025-06-28
1
-0
/
+1
*
Improve completion struct information
Brad Lewis
2025-06-27
3
-21
/
+26
*
Correct tests after the refactor and add comment docs to struct field complet...
Brad Lewis
2025-06-27
5
-239
/
+294
*
Consolidate documentation writing code into new file and base it around symbols
Brad Lewis
2025-06-27
7
-725
/
+579
[next]