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
*
Added empty context to expect_action for now.
action-organizeImports
DanielGavin
2025-12-14
1
-1
/
+1
*
Add support for action: source.organizeImports
DanielGavin
2025-12-14
2
-7
/
+84
*
Merge pull request #1218 from BradLewis/feat/directive-docs
Bradley Lewis
2025-12-14
6
-177
/
+203
|
\
|
*
Add documentation for directives
Brad Lewis
2025-12-14
6
-177
/
+203
|
/
*
Merge pull request #1217 from BradLewis/feat/add-directives
Bradley Lewis
2025-12-14
5
-9
/
+97
|
\
|
*
Handle global call directives
Brad Lewis
2025-12-14
2
-3
/
+24
|
*
Add hover info for variables from local call directives
Brad Lewis
2025-12-14
5
-7
/
+74
|
/
*
Merge pull request #1216 from BradLewis/fix/signature-order
Bradley Lewis
2025-12-14
1
-4
/
+4
|
\
|
*
Display call signature before comp lit
Brad Lewis
2025-12-14
1
-4
/
+4
|
/
*
Merge pull request #1215 from BradLewis/fix/hover-info-aliases
Bradley Lewis
2025-12-12
3
-2
/
+31
|
\
|
*
Correct hover info for aliased constants
Brad Lewis
2025-12-12
3
-2
/
+31
|
/
*
Merge pull request #1214 from BradLewis/feat/optional-comp-lit-signature-help
Bradley Lewis
2025-12-12
2
-1
/
+3
|
\
|
*
Add readme description for `enable_comp_lit_signature_help`
Brad Lewis
2025-12-12
2
-1
/
+3
*
|
Merge pull request #1211 from BradLewis/feat/optional-comp-lit-signature-help
Bradley Lewis
2025-12-11
8
-58
/
+201
|
\
|
|
*
Add optional feature for displaying signature help for comp literals
Brad Lewis
2025-12-11
8
-58
/
+201
|
/
*
Merge pull request #1209 from BradLewis/fix/selector-completions-global-const
Bradley Lewis
2025-12-07
2
-1
/
+22
|
\
|
*
Fix selector completions for global constant declarations
Brad Lewis
2025-12-06
2
-1
/
+22
|
/
*
Merge pull request #1205 from BradLewis/feat/add-attributes-to-position-context
Bradley Lewis
2025-12-06
4
-1
/
+60
|
\
|
*
Handle references with attributes
Brad Lewis
2025-12-06
2
-0
/
+22
|
*
Check attributes when building the position context
Brad Lewis
2025-12-06
2
-1
/
+38
|
/
*
Merge pull request #1204 from BradLewis/feat/profile-defines-and-arch
Bradley Lewis
2025-12-06
6
-32
/
+39
|
\
|
*
Add support for ols config profiles with defines and arch
Brad Lewis
2025-12-06
6
-32
/
+39
*
|
Merge pull request #1202 from BradLewis/fix/generic-struct-field-with-default...
Bradley Lewis
2025-12-03
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
Fix crash when using a generic proc in a struct field with a default value
Brad Lewis
2025-12-02
1
-3
/
+9
|
/
*
Merge pull request #1199 from BradLewis/fix/implicit-selector-completion-bina...
Bradley Lewis
2025-12-01
2
-1
/
+18
|
\
|
*
Provide completions for comparison binary expr and implicit selectors
Brad Lewis
2025-12-01
2
-1
/
+18
|
/
*
Merge pull request #1195 from BradLewis/fix/propagate-docs-comments-aliases-i...
Bradley Lewis
2025-11-30
2
-0
/
+54
|
\
|
*
Propagate docs and comments for aliases defined in other packages
Brad Lewis
2025-11-30
2
-0
/
+54
|
/
*
Merge pull request #1194 from BradLewis/fix/doc-comments-nested-types
Bradley Lewis
2025-11-30
2
-2
/
+54
|
\
|
*
Fix indentation for doc comments using `/**/` within other procedures
Brad Lewis
2025-11-30
2
-2
/
+54
|
/
*
Merge pull request #1193 from BradLewis/fix/union-pointer
Bradley Lewis
2025-11-30
2
-0
/
+60
|
\
|
*
Correctly resolve type assertions with unary exprs
Brad Lewis
2025-11-29
2
-0
/
+60
|
/
*
Merge pull request #1190 from BradLewis/fix/bitshift-result-types
Bradley Lewis
2025-11-24
2
-0
/
+15
|
\
|
*
Correct the resultant type for bitshifts
Brad Lewis
2025-11-23
2
-0
/
+15
|
/
*
Merge pull request #1189 from BradLewis/fix/unary-expr-function-call
Bradley Lewis
2025-11-17
2
-2
/
+41
|
\
|
*
Fix hover type for proc calls wrapped in parens
Brad Lewis
2025-11-17
2
-1
/
+26
|
*
Add missing unary expr operands
Brad Lewis
2025-11-17
2
-1
/
+15
|
/
*
Merge pull request #1186 from BradLewis/fix/implicit-selector-completion-impr...
Bradley Lewis
2025-11-17
2
-80
/
+99
|
\
|
*
Fix implicit selector completions for enumerated arrays
Brad Lewis
2025-11-17
2
-80
/
+99
|
/
*
Merge pull request #1185 from BradLewis/fix/unary-expr-function-call
Bradley Lewis
2025-11-17
2
-4
/
+46
|
\
|
*
Correct resolving unary exprs immediately after a function call
Brad Lewis
2025-11-16
2
-4
/
+46
|
/
*
Merge pull request #1183 from BradLewis/fix/infinite-resolution-loop
Bradley Lewis
2025-11-15
1
-38
/
+68
|
\
|
*
Add caching for resolving overloaded functions to fix issue with infinitely t...
Brad Lewis
2025-11-14
1
-38
/
+68
|
/
*
Merge pull request #1180 from BradLewis/fix/named-call-arg-types
Bradley Lewis
2025-11-13
2
-7
/
+33
|
\
|
*
Fix resolving named call arg types at call site
Brad Lewis
2025-11-13
2
-7
/
+33
*
|
Merge pull request #1179 from BradLewis/fix/struct-using-with-parens
Bradley Lewis
2025-11-13
2
-1
/
+21
|
\
|
|
*
Correctly resolve struct usings that are paren exprs
Brad Lewis
2025-11-13
2
-1
/
+21
|
/
*
Merge pull request #1178 from BradLewis/fix/add-sorttext-unimported-packages
Bradley Lewis
2025-11-13
1
-0
/
+3
|
\
|
*
Add sortText to unimported package completions
Brad Lewis
2025-11-13
1
-0
/
+3
|
/
*
Merge pull request #1174 from BradLewis/fix/local-variables-docs
Bradley Lewis
2025-11-13
6
-8
/
+33
|
\
[next]