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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
|
*
Clone and free Selector_Call_Expr
Brad Lewis
2025-10-22
2
-0
/
+6
|
/
*
Use get_case_sensitive_path for the uri in diagnostic. It matters for Zed tha...
DanielGavin
2025-10-22
2
-3
/
+21
*
Make sure to remove_diagnostics with the correct uri.
DanielGavin
2025-10-20
1
-4
/
+4
*
Merge pull request #1112 from BradLewis/feat/completions-array-comp-lit
Bradley Lewis
2025-10-19
2
-2
/
+22
|
\
|
*
Add identifier completions for array-like comp lits
Brad Lewis
2025-10-19
2
-2
/
+22
|
/
*
Merge pull request #1110 from DanielGavin/uri-fix-diagnostics
DanielGavin
2025-10-19
3
-15
/
+7
|
\
|
*
Use the same create_uri function to ensure the uri is consistant when sending...
uri-fix-diagnostics
DanielGavin
2025-10-19
3
-15
/
+7
|
/
*
Merge pull request #1109 from BradLewis/chore/references-exit-early-if-local
Bradley Lewis
2025-10-19
1
-89
/
+96
|
\
|
*
Return early when finding references for a local variable
Brad Lewis
2025-10-19
1
-89
/
+96
|
/
*
Merge pull request #1107 from rasa-silva/documentHighlight
Bradley Lewis
2025-10-19
6
-3
/
+78
|
\
[next]