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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use defer to handle the case when document_open fails.
remove-unused-imports
DanielGavin
2025-10-05
1
-2
/
+2
*
Remove unused fields/variables
DanielGavin
2025-10-04
3
-39
/
+35
*
Move the deletion of the uri to the request itself.
DanielGavin
2025-10-04
2
-2
/
+2
*
Added diagnostic system to collect all the diagnostics. Unused imports are sh...
DanielGavin
2025-10-03
5
-102
/
+181
*
Merge branch 'master' into remove-unused-imports
DanielGavin
2025-09-27
4
-33
/
+115
|
\
|
*
Merge pull request #1060 from thetarnav/inlay_hints_implicit_return_values
Bradley Lewis
2025-09-27
4
-34
/
+115
|
|
\
|
|
*
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
4
-34
/
+115
*
|
|
Have the removed imports remove the line.
DanielGavin
2025-09-27
3
-6
/
+32
*
|
|
Merge branch 'master' into remove-unused-imports
DanielGavin
2025-09-27
16
-35
/
+255
|
\
|
|
|
*
|
Ensure the lines and columns for diagnostics are non negative
Brad Lewis
2025-09-26
1
-2
/
+3
|
|
/
|
*
Correctly infer types when indexing matrices
Brad Lewis
2025-09-25
1
-0
/
+7
|
*
Goto definition on package use goes to package declaration
Brad Lewis
2025-09-24
2
-2
/
+49
|
*
Correct resolving package instead of field when name collides
Brad Lewis
2025-09-24
1
-1
/
+3
|
*
Use client capabilities to check if range semantic token is supported.
DanielGavin
2025-09-24
4
-5
/
+23
|
*
Correct bool docs
Brad Lewis
2025-09-24
1
-1
/
+1
|
*
Merge pull request #1048 from DanielGavin/semantic_tokens_range
DanielGavin
2025-09-23
3
-7
/
+47
|
|
\
|
|
*
Add proper support for ranged semantic tokens.
semantic_tokens_range
DanielGavin
2025-09-23
3
-7
/
+47
|
*
|
Correct array like method completions by resolving the selector before the field
Brad Lewis
2025-09-23
1
-4
/
+4
|
*
|
Check file build tags before collecting symbols
Brad Lewis
2025-09-23
2
-5
/
+53
|
*
|
Handle resolving proc overloads with nil passed as a call parameter
Brad Lewis
2025-09-22
1
-4
/
+39
|
*
|
Correct resolving basic type aliases of keywords by using the underlying iden...
Brad Lewis
2025-09-22
1
-5
/
+8
|
*
|
Substitute poly types for generic maps
Brad Lewis
2025-09-22
1
-0
/
+11
|
*
|
Don't collect globals for ignored files and add more types for workspace symb...
Brad Lewis
2025-09-22
3
-3
/
+11
|
|
/
*
|
Add support for graying out unused imports
DanielGavin
2025-09-22
4
-30
/
+45
*
|
Add new code action: remove unused imports
DanielGavin
2025-09-22
4
-10
/
+69
|
/
*
Add `#type` to proc type hover information to distinguish with proc implement...
Brad Lewis
2025-09-21
1
-0
/
+6
*
Improve comp lit hover formatting
Brad Lewis
2025-09-21
1
-18
/
+33
*
Improve hover for global constant variables
Brad Lewis
2025-09-21
2
-2
/
+2
*
Clone type and value exprs in the collector
Brad Lewis
2025-09-21
1
-0
/
+2
*
Improve hover information for constant proc lits
Brad Lewis
2025-09-21
1
-13
/
+57
*
Rework how hover info is displayed for constants and types
Brad Lewis
2025-09-21
4
-4
/
+23
*
Try to display value for const global variables
Brad Lewis
2025-09-21
4
-11
/
+22
*
Correctly resolve references for union field pointer types
Brad Lewis
2025-09-21
1
-2
/
+2
*
Add simd tag to simd array hover information
Brad Lewis
2025-09-20
4
-0
/
+16
*
Check to see if completion already includes `&` before adding it when matching
Brad Lewis
2025-09-20
2
-3
/
+31
*
Merge pull request #1015 from godalming123/master
Bradley Lewis
2025-09-19
1
-1
/
+1
|
\
|
*
Use core:flags instead of custom flag parsing library and fix 2 bugs
godalming123
2025-09-14
1
-1
/
+1
*
|
Correctly handle mutability for global variables in other files
Brad Lewis
2025-09-17
2
-1
/
+10
*
|
Correctly parse param default value for semantic types
Brad Lewis
2025-09-17
1
-0
/
+1
*
|
Correctly type fixed array selector fields
Brad Lewis
2025-09-17
1
-1
/
+3
*
|
Change untyped map to be enumerated array and use parse_f64 for parsing untyp...
Brad Lewis
2025-09-17
1
-9
/
+2
*
|
Add proc arg tags to hover documentation
Brad Lewis
2025-09-17
1
-0
/
+12
*
|
Correctly resolve local if and when ternary expressions
Brad Lewis
2025-09-17
2
-2
/
+6
*
|
Correct implicit selector expressions within binary expressions
Brad Lewis
2025-09-16
1
-3
/
+5
*
|
Correctly resolve generic types where the underlying identifier is a pointer
Brad Lewis
2025-09-16
3
-18
/
+21
*
|
Correctly resolve generic variadic args
Brad Lewis
2025-09-16
1
-0
/
+26
*
|
Correctly resolve variadic args as a slice
Brad Lewis
2025-09-16
1
-1
/
+9
*
|
Break with no newline for long partial switch statement
Brad Lewis
2025-09-14
1
-2
/
+2
|
/
*
Correct resolved types when slicing multi-pointers
Brad Lewis
2025-09-14
1
-0
/
+4
[next]