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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
locals.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix loop variable for ranged for loops with `..=`
Franz
2025-11-12
1
-1
/
+1
*
Fix crash with typing for for in statement
Brad Lewis
2025-11-06
1
-15
/
+17
*
Fix hover info for local array types
Brad Lewis
2025-11-05
1
-0
/
+2
*
Support iterating over an enum
Brad Lewis
2025-11-02
1
-0
/
+33
*
Correctly resolve local when blocks
Brad Lewis
2025-10-30
1
-10
/
+14
*
Update local consts hover info to behave like global consts
Brad Lewis
2025-10-30
1
-4
/
+45
*
Correctly resolve local if and when ternary expressions
Brad Lewis
2025-09-17
1
-0
/
+4
*
Distinguish between variables and types with local variables
Brad Lewis
2025-09-08
1
-29
/
+48
*
Proc named returns should not be marked as parameters
Brad Lewis
2025-09-07
1
-2
/
+2
*
When resolving locals, don't resolve all possibilities for overloaded procs
Brad Lewis
2025-08-30
1
-0
/
+3
*
Correctly resolve basic casts when using an alias from another package
Brad Lewis
2025-08-30
1
-1
/
+2
*
Process defer statements and correct hover info for anonymous types
Brad Lewis
2025-08-28
1
-0
/
+2
*
Move position context code into it's own file
Brad Lewis
2025-08-24
1
-0
/
+13
*
Correct check for mutable locals when parsing non mutable only
Brad Lewis
2025-08-18
1
-2
/
+2
*
Handle field return with custom iterator procs
Brad Lewis
2025-08-12
1
-22
/
+15
*
Move local code into it's own file
Brad Lewis
2025-08-12
1
-0
/
+1056