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
*
Correctly resolve implicit selectors within a binary expr within a call expr
Brad Lewis
2025-10-07
1
-0
/
+18
*
Resolve types from usings before global scope
Brad Lewis
2025-10-06
1
-0
/
+28
*
Add proc inlining information for generic procs
Brad Lewis
2025-10-04
1
-0
/
+16
*
Correctly provide completions when calling a proc immediately after a proc ov...
Brad Lewis
2025-10-04
1
-0
/
+49
*
Find and replace poly types for call expr
Brad Lewis
2025-09-28
1
-0
/
+23
*
Replace arrow symbol with underscore in inlay hints
Damian Tarnawski
2025-09-27
1
-1
/
+1
*
Add inlay hints for implicit return values (closes #1058)
Damian Tarnawski
2025-09-26
1
-0
/
+23
*
Correctly infer types when indexing matrices
Brad Lewis
2025-09-25
1
-1
/
+27
*
Goto definition on package use goes to package declaration
Brad Lewis
2025-09-24
1
-0
/
+48
*
Correct resolving package instead of field when name collides
Brad Lewis
2025-09-24
1
-0
/
+37
*
Handle resolving proc overloads with nil passed as a call parameter
Brad Lewis
2025-09-22
1
-0
/
+21
*
Correct resolving basic type aliases of keywords by using the underlying iden...
Brad Lewis
2025-09-22
1
-0
/
+29
*
Substitute poly types for generic maps
Brad Lewis
2025-09-22
1
-0
/
+19
*
Add `#type` to proc type hover information to distinguish with proc implement...
Brad Lewis
2025-09-21
1
-1
/
+23
*
Improve comp lit hover formatting
Brad Lewis
2025-09-21
1
-1
/
+35
*
Improve hover for global constant variables
Brad Lewis
2025-09-21
1
-4
/
+14
*
Improve hover information for constant proc lits
Brad Lewis
2025-09-21
2
-6
/
+42
*
Rework how hover info is displayed for constants and types
Brad Lewis
2025-09-21
3
-171
/
+175
*
Try to display value for const global variables
Brad Lewis
2025-09-21
1
-0
/
+10
*
Correctly resolve references for union field pointer types
Brad Lewis
2025-09-21
1
-0
/
+21
*
Add simd tag to simd array hover information
Brad Lewis
2025-09-20
1
-0
/
+20
*
Check to see if completion already includes `&` before adding it when matching
Brad Lewis
2025-09-20
1
-0
/
+40
*
Correctly parse param default value for semantic types
Brad Lewis
2025-09-17
1
-0
/
+24
*
Correctly type fixed array selector fields
Brad Lewis
2025-09-17
1
-1
/
+22
*
Add proc arg tags to hover documentation
Brad Lewis
2025-09-17
1
-0
/
+10
*
Correctly resolve local if and when ternary expressions
Brad Lewis
2025-09-17
1
-0
/
+13
*
Correct implicit selector expressions within binary expressions
Brad Lewis
2025-09-16
1
-0
/
+19
*
Correctly resolve generic types where the underlying identifier is a pointer
Brad Lewis
2025-09-16
1
-0
/
+20
*
Correctly resolve generic variadic args
Brad Lewis
2025-09-16
1
-0
/
+22
*
Correctly resolve variadic args as a slice
Brad Lewis
2025-09-16
1
-0
/
+22
*
Correct resolved types when slicing multi-pointers
Brad Lewis
2025-09-14
1
-1
/
+27
*
Revert "Merge pull request #1010 from BradLewis/fix/completions-selector-in-s...
Brad Lewis
2025-09-13
1
-28
/
+0
*
Revert "Merge pull request #1011 from BradLewis/fix/completions-select-in-sel...
Brad Lewis
2025-09-13
1
-29
/
+1
*
Correct selector completions within selector call exprs
Brad Lewis
2025-09-13
1
-1
/
+29
*
Resolve selector completions when a selector expr within a selector call expr
Brad Lewis
2025-09-13
1
-0
/
+28
*
Resolve proc groups with matrix types
Brad Lewis
2025-09-13
1
-0
/
+32
*
Merge pull request #996 from thetarnav/inlay-hints-fixes
Bradley Lewis
2025-09-12
1
-113
/
+49
|
\
|
*
Add additional test case to ast_inlay_hints_multi_return_params
Damian Tarnawski
2025-09-12
1
-4
/
+6
|
*
Improve inlay hint algorithm and add more tests (fixes #920)
Damian Tarnawski
2025-09-11
1
-45
/
+35
|
*
Take expected inlay hints from the source code
Damian Tarnawski
2025-09-11
1
-74
/
+18
*
|
Resolve references for bit field fields
Brad Lewis
2025-09-11
1
-0
/
+75
*
|
Correctly resolve go to definition for nested using bitfields on structs
Brad Lewis
2025-09-11
1
-0
/
+48
*
|
Resolve hover information for nested struct and bitfield fields
Brad Lewis
2025-09-11
1
-0
/
+30
*
|
Correctly resolve references of assign comp lits
Brad Lewis
2025-09-10
1
-0
/
+52
*
|
Correctly resolve comp lits in map keys
Brad Lewis
2025-09-10
1
-0
/
+21
*
|
Resolve assign comp lits
Brad Lewis
2025-09-10
1
-0
/
+84
|
/
*
Add parentheses around named proc returns
Brad Lewis
2025-09-10
1
-0
/
+12
*
Add where clauses to hover information
Brad Lewis
2025-09-10
1
-0
/
+50
*
Remove completions when entering bit_field or struct field names
Brad Lewis
2025-09-08
1
-0
/
+30
*
Merge pull request #983 from BradLewis/feat/improve-semantic-types
Bradley Lewis
2025-09-08
1
-0
/
+49
|
\
[next]