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
/
hover_test.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Correcly resolve overloaded procs that use array types with pointer types
Brad Lewis
43 hours
1
-0
/
+22
|
*
Add hover info when hovering over an import statement
Brad Lewis
5 days
1
-0
/
+23
|
*
Add documentation to package hover info
Brad Lewis
5 days
1
-0
/
+28
|
*
Correctly resolve parapoly overloaded procs using bitfields
Brad Lewis
5 days
1
-0
/
+30
|
*
Correctly resolve poly types from nested function calls that contain more ↵
Brad Lewis
5 days
1
-0
/
+20
|
|
|
|
than one return value
*
Fix parapoly union types being overridden incorrectly
Brad Lewis
7 days
1
-0
/
+21
|
*
Fix hover info for constant unary exprs
Brad Lewis
9 days
1
-0
/
+10
|
*
Correctly resolve hover info for poly types in where clauses for procs
Brad Lewis
2026-01-24
1
-0
/
+20
|
*
Improve hoverdoc formatting
Louis Dutton
2026-01-17
1
-31
/
+31
|
*
Correct hover info for indexed soa pointers
Brad Lewis
2026-01-15
1
-0
/
+18
|
*
Improve bitset completions with proc groups
Brad Lewis
2025-12-30
1
-0
/
+26
|
*
Add documentation for directives
Brad Lewis
2025-12-14
1
-0
/
+10
|
*
Handle global call directives
Brad Lewis
2025-12-14
1
-0
/
+20
|
*
Add hover info for variables from local call directives
Brad Lewis
2025-12-14
1
-0
/
+36
|
*
Correct hover info for aliased constants
Brad Lewis
2025-12-12
1
-0
/
+29
|
*
Check attributes when building the position context
Brad Lewis
2025-12-06
1
-0
/
+13
|
*
Propagate docs and comments for aliases defined in other packages
Brad Lewis
2025-11-30
1
-0
/
+48
|
*
Fix indentation for doc comments using `/**/` within other procedures
Brad Lewis
2025-11-30
1
-0
/
+34
|
*
Correctly resolve type assertions with unary exprs
Brad Lewis
2025-11-29
1
-0
/
+54
|
*
Correct the resultant type for bitshifts
Brad Lewis
2025-11-23
1
-0
/
+13
|
*
Fix hover type for proc calls wrapped in parens
Brad Lewis
2025-11-17
1
-0
/
+14
|
*
Add missing unary expr operands
Brad Lewis
2025-11-17
1
-0
/
+14
|
*
Correct resolving unary exprs immediately after a function call
Brad Lewis
2025-11-16
1
-0
/
+33
|
*
Fix resolving named call arg types at call site
Brad Lewis
2025-11-13
1
-0
/
+14
|
*
Correctly resolve struct usings that are paren exprs
Brad Lewis
2025-11-13
1
-0
/
+16
|
*
Add docs for local value decls
Brad Lewis
2025-11-13
1
-0
/
+13
|
*
added #all_or_none
A1029384756
2025-11-12
1
-2
/
+2
|
*
Correctly resolve exprs when immediately indexing or slicing a function call
Brad Lewis
2025-11-09
1
-0
/
+28
|
*
Correctly resolve poly proc returns with #soa arrays
Brad Lewis
2025-11-07
1
-0
/
+15
|
*
Fix resolving array selectors with local types
Brad Lewis
2025-11-05
1
-0
/
+15
|
*
Fix hover info for local array types
Brad Lewis
2025-11-05
1
-0
/
+26
|
*
Score overload candidates higher if they contain the correct number of args
Brad Lewis
2025-11-03
1
-0
/
+22
|
*
Add missing resolves for parapoly types
Brad Lewis
2025-11-02
1
-0
/
+85
|
*
Support iterating over an enum
Brad Lewis
2025-11-02
1
-0
/
+14
|
*
Update local consts hover info to behave like global consts
Brad Lewis
2025-10-30
1
-1
/
+27
|
*
Provide the resolved symbol for the proc to propagate docs and comments
Brad Lewis
2025-10-29
1
-2
/
+2
|
*
Correctly resolve package and range of generic procs
Brad Lewis
2025-10-29
1
-0
/
+21
|
*
Add complete types for untyped expr as we now show full values for constants
Brad Lewis
2025-10-29
1
-3
/
+3
|
*
Display hover information for untyped complex numbers and quaternions correctly
Brad Lewis
2025-10-29
1
-1
/
+26
|
*
Correctly display hover info for bitset with underlying type
Brad Lewis
2025-10-27
1
-0
/
+10
|
*
Fix displayed return type when inlining a enum, struct, or union
Brad Lewis
2025-10-25
1
-0
/
+30
|
*
Improve proc group resolution with named args
Brad Lewis
2025-10-11
1
-0
/
+48
|
*
Resolve proc groups called with an implicit selector
Brad Lewis
2025-10-11
1
-0
/
+26
|
*
Add missing / in typeid specialization documentation
Brad Lewis
2025-10-08
1
-0
/
+11
|
*
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
|
*
Find and replace poly types for call expr
Brad Lewis
2025-09-28
1
-0
/
+23
|
*
Correctly infer types when indexing matrices
Brad Lewis
2025-09-25
1
-1
/
+27
|
*
Correct resolving package instead of field when name collides
Brad Lewis
2025-09-24
1
-0
/
+37
|
[next]