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
...
|
*
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
|
/
/
*
|
Merge pull request #1126 from doongjohn/master
Bradley Lewis
2025-10-29
1
-38
/
+55
|
\
\
|
*
|
Change config load order and fix odin_core_env detection.
doongjohn
2025-10-29
1
-5
/
+7
|
*
|
Change comment.
doongjohn
2025-10-29
1
-1
/
+1
|
*
|
Delete unnecessary log.
doongjohn
2025-10-29
1
-1
/
+0
|
*
|
Fix config initialization order.
doongjohn
2025-10-29
1
-28
/
+41
|
*
|
Fix memory leak for real.
doongjohn
2025-10-28
1
-3
/
+4
|
*
|
Fix memory leak when reinitializing the collections.
doongjohn
2025-10-28
1
-5
/
+12
|
*
|
Fix read_ols_initialize_options not initializing collections on second
doongjohn
2025-10-28
1
-16
/
+11
*
|
|
Merge pull request #1131 from BradLewis/chore/update-untyped-hover-values
Bradley Lewis
2025-10-29
2
-6
/
+6
|
\
\
\
|
*
|
|
Add complete types for untyped expr as we now show full values for constants
Brad Lewis
2025-10-29
2
-6
/
+6
|
/
/
/
*
|
|
Merge pull request #1129 from BradLewis/fix/hover-complex-quaternion-literals
Bradley Lewis
2025-10-29
5
-12
/
+57
|
\
\
\
|
*
|
|
Display hover information for untyped complex numbers and quaternions correctly
Brad Lewis
2025-10-29
5
-12
/
+57
|
/
/
/
*
|
|
Merge pull request #1127 from BradLewis/fix/enum-completion-array-values
Bradley Lewis
2025-10-28
2
-6
/
+41
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Correctly resolve enum types that are array values
Brad Lewis
2025-10-28
2
-6
/
+41
|
/
/
*
|
Merge pull request #1124 from BradLewis/chore/update-odin-2025-10
Bradley Lewis
2025-10-27
2
-2
/
+2
|
\
\
|
*
|
Update odin to `dev-2025-10`
Brad Lewis
2025-10-27
2
-2
/
+2
|
/
/
*
|
Merge pull request #1123 from BradLewis/fix/hover-info-bitset-underlying
Bradley Lewis
2025-10-27
2
-1
/
+14
|
\
\
|
*
|
Correctly display hover info for bitset with underlying type
Brad Lewis
2025-10-27
2
-1
/
+14
|
/
/
*
|
Merge pull request #1122 from BradLewis/fix/union-struct-enum-return-hover
Bradley Lewis
2025-10-25
2
-3
/
+50
|
\
\
|
*
|
Fix displayed return type when inlining a enum, struct, or union
Brad Lewis
2025-10-25
2
-3
/
+50
|
/
/
*
|
Merge pull request #1121 from BradLewis/fix/named-call-arg-completions
Bradley Lewis
2025-10-25
3
-15
/
+58
|
\
\
|
|
/
|
/
|
|
*
Fix provided incorrect completions for named call args
Brad Lewis
2025-10-25
3
-15
/
+58
|
/
*
Merge pull request #1114 from BradLewis/fix/clone-and-free-selector-call-expr
Bradley Lewis
2025-10-22
2
-0
/
+6
|
\
[prev]
[next]