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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add missing unary expr operands
Brad Lewis
2025-11-17
1
-1
/
+1
*
Fix implicit selector completions for enumerated arrays
Brad Lewis
2025-11-17
1
-80
/
+50
*
Correct resolving unary exprs immediately after a function call
Brad Lewis
2025-11-16
1
-4
/
+13
*
Add caching for resolving overloaded functions to fix issue with infinitely t...
Brad Lewis
2025-11-14
1
-38
/
+68
*
Fix resolving named call arg types at call site
Brad Lewis
2025-11-13
1
-7
/
+19
*
Correctly resolve struct usings that are paren exprs
Brad Lewis
2025-11-13
1
-1
/
+5
*
Add sortText to unimported package completions
Brad Lewis
2025-11-13
1
-0
/
+3
*
Add docs for local value decls
Brad Lewis
2025-11-13
5
-8
/
+20
*
Merge pull request #1172 from A1029384756/master
Bradley Lewis
2025-11-12
5
-0
/
+15
|
\
|
*
added #all_or_none
A1029384756
2025-11-12
5
-0
/
+15
*
|
Fix loop variable for ranged for loops with `..=`
Franz
2025-11-12
1
-1
/
+1
|
/
*
Add missing expr that should be cloned and freed
Brad Lewis
2025-11-10
2
-3
/
+15
*
Correctly resolve exprs when immediately indexing or slicing a function call
Brad Lewis
2025-11-09
1
-21
/
+35
*
Correctly resolve poly proc returns with #soa arrays
Brad Lewis
2025-11-07
2
-2
/
+15
*
Fix issue with when else statements getting stuck in an infinite loop
Brad Lewis
2025-11-07
1
-0
/
+1
*
Don't include package for union selector completions if the package has being...
Brad Lewis
2025-11-06
2
-1
/
+12
*
Reintroduce fallback code for selector exprs
Brad Lewis
2025-11-06
1
-0
/
+234
*
Resolve implicit selector switch statements before index expressions
Brad Lewis
2025-11-06
2
-34
/
+23
*
Fix crash with typing for for in statement
Brad Lewis
2025-11-06
1
-15
/
+17
*
Fix resolving array selectors with local types
Brad Lewis
2025-11-05
1
-2
/
+0
*
Fix hover info for local array types
Brad Lewis
2025-11-05
1
-0
/
+2
*
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
*
|
Score overload candidates higher if they contain the correct number of args
Brad Lewis
2025-11-03
1
-0
/
+3
*
|
Remove fallback code with selector completions (requires odin parser changes)
Brad Lewis
2025-11-02
3
-257
/
+13
*
|
Add missing resolves for parapoly types
Brad Lewis
2025-11-02
1
-0
/
+9
*
|
Support iterating over an enum
Brad Lewis
2025-11-02
1
-0
/
+33
*
|
Correctly resolve local when blocks
Brad Lewis
2025-10-30
2
-15
/
+23
*
|
Fix completions after casting a pointer to another type
Brad Lewis
2025-10-30
1
-2
/
+6
*
|
Update local consts hover info to behave like global consts
Brad Lewis
2025-10-30
2
-4
/
+47
*
|
Correctly provide completions for proc default args that are a selector expr
Brad Lewis
2025-10-30
1
-0
/
+2
*
|
Provide the resolved symbol for the proc to propagate docs and comments
Brad Lewis
2025-10-29
3
-89
/
+46
*
|
Correctly resolve package and range of generic procs
Brad Lewis
2025-10-29
2
-12
/
+16
*
|
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
*
|
|
Add complete types for untyped expr as we now show full values for constants
Brad Lewis
2025-10-29
1
-3
/
+3
*
|
|
Display hover information for untyped complex numbers and quaternions correctly
Brad Lewis
2025-10-29
4
-11
/
+31
*
|
|
Correctly resolve enum types that are array values
Brad Lewis
2025-10-28
1
-6
/
+23
|
/
/
*
|
Correctly display hover info for bitset with underlying type
Brad Lewis
2025-10-27
1
-1
/
+4
*
|
Fix displayed return type when inlining a enum, struct, or union
Brad Lewis
2025-10-25
1
-3
/
+20
*
|
Fix provided incorrect completions for named call args
Brad Lewis
2025-10-25
2
-15
/
+32
|
/
*
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
[prev]
[next]