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 (
Collapse
)
Author
Age
Files
Lines
*
Correcly resolve overloaded procs that use array types with pointer types
Brad Lewis
2 days
1
-0
/
+22
|
*
Resolve decls in when statements to fix incorrectly flagging imports as unused
Brad Lewis
3 days
1
-0
/
+23
|
*
Add hover info when hovering over an import statement
Brad Lewis
5 days
1
-0
/
+23
|
*
Add documentation to package completions
Brad Lewis
5 days
1
-0
/
+28
|
*
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
|
*
fix: code action is no longer available inside the block of if statement
moonz
2026-01-30
1
-0
/
+18
|
*
refactor: renamed the test file to reflect which code action is being tested
moonz
2026-01-30
1
-14
/
+16
|
*
feat: add invert if action
pc
2026-01-30
1
-0
/
+380
|
*
feat: added one more test to make sure there are no edge cases
moonz
2026-01-27
1
-0
/
+32
|
*
feat: add completion edit text test for proc group with single argument
pc
2026-01-27
1
-0
/
+27
|
*
feat: suggest proc group instead of individual procs
pc
2026-01-27
1
-0
/
+114
|
*
refactor: cleaning up the methods and config reading
moonz
2026-01-27
1
-0
/
+2
|
*
feat: go to resolved proc from a proc overload group when performing ↵
moonz
2026-01-27
1
-0
/
+51
|
|
|
|
go-to-definition
*
Fix signature labels displaying empty symbol in definitions after commas
Brad Lewis
2026-01-25
1
-0
/
+38
|
*
Correctly resolve child parapoly structs
Brad Lewis
2026-01-24
1
-0
/
+28
|
*
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
2
-34
/
+34
|
*
Correct hover info for indexed soa pointers
Brad Lewis
2026-01-15
1
-0
/
+18
|
*
Merge pull request #1238 from BradLewis/fix/completions-bit-set-proc-group
Bradley Lewis
2025-12-30
2
-0
/
+51
|
\
|
|
|
|
Improve bitset completions with proc groups
|
*
Improve bitset completions with proc groups
Brad Lewis
2025-12-30
2
-0
/
+51
|
|
*
|
Add vector completions for using struct fields
Brad Lewis
2025-12-26
1
-0
/
+36
|
/
*
Fix completions for implicit selector proc args with default values
Brad Lewis
2025-12-23
1
-0
/
+22
|
*
Fix implicit selector completions for proc call args within assignments
Brad Lewis
2025-12-17
1
-5
/
+41
|
*
Only use field for selector completions if the position is within the field
Brad Lewis
2025-12-16
1
-0
/
+32
|
*
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
|
*
Add optional feature for displaying signature help for comp literals
Brad Lewis
2025-12-11
1
-1
/
+88
|
*
Fix selector completions for global constant declarations
Brad Lewis
2025-12-06
1
-0
/
+18
|
*
Handle references with attributes
Brad Lewis
2025-12-06
1
-0
/
+18
|
*
Check attributes when building the position context
Brad Lewis
2025-12-06
1
-0
/
+13
|
*
Provide completions for comparison binary expr and implicit selectors
Brad Lewis
2025-12-01
1
-0
/
+17
|
*
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
|
*
Fix implicit selector completions for enumerated arrays
Brad Lewis
2025-11-17
1
-0
/
+49
|
*
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
|
[next]