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
*
Clear diagnostic was called way too late.
fix-stale-error
DanielGavin
2025-11-04
1
-2
/
+2
*
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
|
\
|
*
Add support for documentHighlight
rasa-silva
2025-10-19
6
-3
/
+78
|
/
*
Merge pull request #1105 from KamWithK/master
Bradley Lewis
2025-10-17
1
-4
/
+6
|
\
|
*
os2 fixes getting executable path fail
Kamron Bhavnagri
2025-10-18
1
-4
/
+6
|
/
*
Merge pull request #1104 from BradLewis/fix/implicit-selector-completion-in-u...
Bradley Lewis
2025-10-17
1
-0
/
+5
|
\
|
*
Remove `.` when doing implicit selector completions in a union type switch
Brad Lewis
2025-10-17
1
-0
/
+5
|
/
*
Merge pull request #1103 from BradLewis/fix/check-unused-imports-document-nil
Bradley Lewis
2025-10-17
1
-2
/
+3
|
\
|
*
Only check unused imports if the document is not nil on save
Brad Lewis
2025-10-17
1
-2
/
+3
|
/
*
Merge pull request #1102 from BradLewis/fix/switch-struct-using-tracker-to-da
Bradley Lewis
2025-10-17
4
-27
/
+21
|
\
|
*
Use slice instead of map for struct usings
Brad Lewis
2025-10-17
4
-27
/
+21
|
/
*
Merge pull request #1101 from BradLewis/fix/document-symbol-struct-field-no-name
Bradley Lewis
2025-10-16
1
-12
/
+6
|
\
|
*
Fix issue with document symbols with invalid struct fields causing vscode errors
Brad Lewis
2025-10-16
1
-12
/
+6
|
/
*
Merge pull request #1098 from BradLewis/fix/incorrect-abs-position-with-newline
Bradley Lewis
2025-10-16
3
-2
/
+41
|
\
|
*
Fix issue calculating the absolute range with a file starting with a new line
Brad Lewis
2025-10-16
3
-2
/
+41
|
/
*
Merge pull request #1096 from BradLewis/fix/odinfmt-matrix-comp-lit-with-ranges
Bradley Lewis
2025-10-15
4
-7
/
+28
|
\
|
*
Format matrix comp lits that use ranges
Brad Lewis
2025-10-15
4
-7
/
+28
|
/
*
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
*
|
Merge pull request #1090 from thetarnav/fix/free-and-clone-or-branch-expr
DanielGavin
2025-10-12
2
-0
/
+6
|
\
\
|
*
|
Free and clone Or_Branch_Expr
thetarnav
2025-10-12
2
-0
/
+6
|
/
/
*
|
Merge pull request #1087 from BradLewis/feat/proc-group-implicit-selector
Bradley Lewis
2025-10-11
3
-5
/
+105
|
\
\
|
*
|
Improve proc group resolution with named args
Brad Lewis
2025-10-11
2
-1
/
+49
|
*
|
Resolve proc groups called with an implicit selector
Brad Lewis
2025-10-11
3
-4
/
+56
|
|
/
*
|
Merge pull request #1088 from BradLewis/feat/create-releases
dev-2025-09
Bradley Lewis
2025-10-11
3
-12
/
+45
|
\
\
|
|
/
|
/
|
|
*
Set version in binary when creating releases
Brad Lewis
2025-10-11
3
-13
/
+25
|
*
Update nightly release action to allow creating releases tied to odin versions
Brad Lewis
2025-10-11
1
-3
/
+24
|
/
*
Merge pull request #1085 from BradLewis/fix/add-missing-slash-typeid-speciali...
Bradley Lewis
2025-10-08
2
-1
/
+15
|
\
|
*
Add missing / in typeid specialization documentation
Brad Lewis
2025-10-08
2
-1
/
+15
|
/
*
Merge pull request #1084 from thetarnav/read-file-temp-allocator
DanielGavin
2025-10-08
1
-3
/
+1
|
\
|
*
Use temp_allocator for read_entire_file on file change
thetarnav
2025-10-07
1
-3
/
+1
|
/
*
Merge pull request #1083 from BradLewis/fix/implicit-selector-binary-expr-wit...
Bradley Lewis
2025-10-07
2
-10
/
+28
|
\
|
*
Correctly resolve implicit selectors within a binary expr within a call expr
Brad Lewis
2025-10-07
2
-10
/
+28
|
/
*
Merge pull request #1082 from BradLewis/fix/hover-ranges
Bradley Lewis
2025-10-07
2
-6
/
+3
|
\
|
*
fix hover ranges to be at the cursor not at the symbol definition for certain...
Brad Lewis
2025-10-07
2
-6
/
+3
|
/
*
Merge pull request #1081 from BradLewis/feat/provide-import-autocomplete-for-...
Bradley Lewis
2025-10-07
1
-15
/
+15
|
\
|
*
Enable auto import completion for all collections
Brad Lewis
2025-10-07
1
-15
/
+15
|
/
*
Merge pull request #1080 from BradLewis/fix/add-hover-ranges
Bradley Lewis
2025-10-06
1
-7
/
+10
|
\
|
*
Add missing hover ranges
Brad Lewis
2025-10-06
1
-7
/
+10
|
/
*
Merge pull request #1079 from BradLewis/fix/run-check-unused-on-refresh
Bradley Lewis
2025-10-06
2
-1
/
+3
|
\
[next]