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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add docs for local value decls
Brad Lewis
2025-11-13
6
-8
/
+33
|
/
*
Merge pull request #1172 from A1029384756/master
Bradley Lewis
2025-11-12
6
-2
/
+17
|
\
|
*
added #all_or_none
A1029384756
2025-11-12
6
-2
/
+17
*
|
Merge pull request #1173 from FrancisTheCat/master
dev-2025-11
Bradley Lewis
2025-11-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix loop variable for ranged for loops with `..=`
Franz
2025-11-12
1
-1
/
+1
|
/
*
Merge pull request #1170 from BradLewis/fix/add-missing-exprs-clone-free
Bradley Lewis
2025-11-10
2
-3
/
+15
|
\
|
*
Add missing expr that should be cloned and freed
Brad Lewis
2025-11-10
2
-3
/
+15
|
/
*
Merge pull request #1168 from BradLewis/fix/index-slice-function-calls
Bradley Lewis
2025-11-09
2
-21
/
+63
|
\
|
*
Correctly resolve exprs when immediately indexing or slicing a function call
Brad Lewis
2025-11-09
2
-21
/
+63
|
/
*
Merge pull request #1164 from BradLewis/fix/poly-proc-soa-arrays
Bradley Lewis
2025-11-07
3
-2
/
+30
|
\
|
*
Correctly resolve poly proc returns with #soa arrays
Brad Lewis
2025-11-07
3
-2
/
+30
|
/
*
Merge pull request #1163 from BradLewis/fix/when-block-infinite-loop
Bradley Lewis
2025-11-07
1
-0
/
+1
|
\
|
*
Fix issue with when else statements getting stuck in an infinite loop
Brad Lewis
2025-11-07
1
-0
/
+1
|
/
*
Merge pull request #1161 from BradLewis/feat/dont-include-pkg-with-union-sele...
Bradley Lewis
2025-11-06
3
-1
/
+48
|
\
|
*
Don't include package for union selector completions if the package has being...
Brad Lewis
2025-11-06
3
-1
/
+48
|
/
*
Merge pull request #1160 from BradLewis/fix/reintroduce-selector-fallback-code
Bradley Lewis
2025-11-06
2
-0
/
+311
|
\
|
*
Reintroduce fallback code for selector exprs
Brad Lewis
2025-11-06
2
-0
/
+311
|
/
*
Merge pull request #1157 from BradLewis/fix/implicit-selector-resolution-order
Bradley Lewis
2025-11-06
3
-34
/
+63
|
\
|
*
Resolve implicit selector switch statements before index expressions
Brad Lewis
2025-11-06
3
-34
/
+63
|
/
*
Merge pull request #1156 from BradLewis/fix/crash-for-loop
Bradley Lewis
2025-11-06
1
-15
/
+17
|
\
|
*
Fix crash with typing for for in statement
Brad Lewis
2025-11-06
1
-15
/
+17
|
/
*
Merge pull request #1155 from BradLewis/fix/array-type-hover
Bradley Lewis
2025-11-05
3
-2
/
+43
|
\
|
*
Fix resolving array selectors with local types
Brad Lewis
2025-11-05
2
-2
/
+15
|
*
Fix hover info for local array types
Brad Lewis
2025-11-05
2
-0
/
+28
|
/
*
Merge pull request #1152 from BradLewis/fix/sort-text-on-completion-item
Bradley Lewis
2025-11-04
1
-0
/
+3
|
\
|
*
Add sortText to complete completion item if it's missing
Brad Lewis
2025-11-04
1
-0
/
+3
|
/
*
Merge pull request #1151 from DanielGavin/fix-stale-error
DanielGavin
2025-11-04
1
-2
/
+2
|
\
|
*
Clear diagnostic was called way too late.
fix-stale-error
DanielGavin
2025-11-04
1
-2
/
+2
*
|
Merge pull request #1148 from BradLewis/fix/overload-procs-incorrect-arg-count
Bradley Lewis
2025-11-03
2
-0
/
+25
|
\
\
|
*
|
Score overload candidates higher if they contain the correct number of args
Brad Lewis
2025-11-03
2
-0
/
+25
|
/
/
*
|
Merge pull request #1146 from BradLewis/feat/selector-completion-improvements
Bradley Lewis
2025-11-02
7
-260
/
+41
|
\
\
|
*
|
Set CI odin branch back to master
Brad Lewis
2025-11-02
2
-2
/
+2
|
*
|
Remove fallback code with selector completions (requires odin parser changes)
Brad Lewis
2025-11-02
5
-258
/
+39
|
/
/
*
|
Merge pull request #1145 from BradLewis/fix/parapoly-typedef-returns
dev-2025-10
Bradley Lewis
2025-11-02
2
-0
/
+94
|
\
\
|
*
|
Add missing resolves for parapoly types
Brad Lewis
2025-11-02
2
-0
/
+94
|
/
/
*
|
Merge pull request #1144 from BradLewis/feat/range-over-enum
Bradley Lewis
2025-11-02
2
-0
/
+47
|
\
\
|
*
|
Support iterating over an enum
Brad Lewis
2025-11-02
2
-0
/
+47
|
/
/
*
|
Merge pull request #1139 from BradLewis/fix/resolve-local-whens
Bradley Lewis
2025-10-30
3
-15
/
+59
|
\
\
|
*
|
Correctly resolve local when blocks
Brad Lewis
2025-10-30
3
-15
/
+59
|
/
/
*
|
Merge pull request #1138 from BradLewis/fix/completions-selector-casts
Bradley Lewis
2025-10-30
2
-2
/
+29
|
\
\
|
*
|
Fix completions after casting a pointer to another type
Brad Lewis
2025-10-30
2
-2
/
+29
|
/
/
*
|
Merge pull request #1136 from BradLewis/feat/hover-local-consts-like-globals
Bradley Lewis
2025-10-30
3
-5
/
+74
|
\
\
|
*
|
Update local consts hover info to behave like global consts
Brad Lewis
2025-10-30
3
-5
/
+74
|
/
/
*
|
Merge pull request #1135 from BradLewis/chore/remove-macos-13
Bradley Lewis
2025-10-30
2
-2
/
+2
|
\
\
|
*
|
Switch to arm based macos for ci pipeline and macos-15-intel for
Brad Lewis
2025-10-30
2
-2
/
+2
*
|
|
Merge pull request #1133 from BradLewis/fix/proc-default-value-selector
Bradley Lewis
2025-10-30
2
-0
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Correctly provide completions for proc default args that are a selector expr
Brad Lewis
2025-10-30
2
-0
/
+22
|
/
/
*
|
Merge pull request #1132 from BradLewis/fix/generic-proc-packages
Bradley Lewis
2025-10-30
4
-93
/
+75
|
\
\
|
*
|
Provide the resolved symbol for the proc to propagate docs and comments
Brad Lewis
2025-10-29
4
-91
/
+48
|
*
|
Correctly resolve package and range of generic procs
Brad Lewis
2025-10-29
3
-12
/
+37
|
/
/
[prev]
[next]