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
path:
root
/
src
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Make sure to remove_diagnostics with the correct uri.
DanielGavin
2025-10-20
1
-4
/
+4
*
Add identifier completions for array-like comp lits
Brad Lewis
2025-10-19
1
-1
/
+6
*
Use the same create_uri function to ensure the uri is consistant when sending...
uri-fix-diagnostics
DanielGavin
2025-10-19
3
-15
/
+7
*
Return early when finding references for a local variable
Brad Lewis
2025-10-19
1
-89
/
+96
*
Add support for documentHighlight
rasa-silva
2025-10-19
3
-3
/
+70
*
Remove `.` when doing implicit selector completions in a union type switch
Brad Lewis
2025-10-17
1
-0
/
+5
*
Only check unused imports if the document is not nil on save
Brad Lewis
2025-10-17
1
-2
/
+3
*
Use slice instead of map for struct usings
Brad Lewis
2025-10-17
4
-27
/
+21
*
Fix issue with document symbols with invalid struct fields causing vscode errors
Brad Lewis
2025-10-16
1
-12
/
+6
*
Fix issue calculating the absolute range with a file starting with a new line
Brad Lewis
2025-10-16
1
-1
/
+0
*
Merge pull request #1089 from BradLewis/feat/remove-cloning-ast-derived-expr-...
Bradley Lewis
2025-10-12
1
-12
/
+10
|
\
|
*
Remove cloning ast node `derived_expr` and `derived_stmt`
Brad Lewis
2025-10-11
1
-12
/
+10
*
|
Free and clone Or_Branch_Expr
thetarnav
2025-10-12
2
-0
/
+6
*
|
Improve proc group resolution with named args
Brad Lewis
2025-10-11
1
-1
/
+1
*
|
Resolve proc groups called with an implicit selector
Brad Lewis
2025-10-11
2
-4
/
+30
|
/
*
Add missing / in typeid specialization documentation
Brad Lewis
2025-10-08
1
-1
/
+4
*
Use temp_allocator for read_entire_file on file change
thetarnav
2025-10-07
1
-3
/
+1
*
Correctly resolve implicit selectors within a binary expr within a call expr
Brad Lewis
2025-10-07
1
-10
/
+10
*
fix hover ranges to be at the cursor not at the symbol definition for certain...
Brad Lewis
2025-10-07
2
-6
/
+3
*
Enable auto import completion for all collections
Brad Lewis
2025-10-07
1
-15
/
+15
*
Add missing hover ranges
Brad Lewis
2025-10-06
1
-7
/
+10
*
Don't flag unused imports aliased as `_`
Brad Lewis
2025-10-06
1
-1
/
+1
*
Run check unused imports on document refresh
Brad Lewis
2025-10-06
1
-0
/
+2
*
Resolve types from usings before global scope
Brad Lewis
2025-10-06
1
-21
/
+27
*
Merge pull request #1040 from DanielGavin/remove-unused-imports
DanielGavin
2025-10-05
8
-118
/
+279
|
\
|
*
Use defer to handle the case when document_open fails.
remove-unused-imports
DanielGavin
2025-10-05
1
-2
/
+2
[next]