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
...
*
|
Merge pull request #933 from BradLewis/fix/ols-schema-missing-comma
Bradley Lewis
2025-08-26
1
-1
/
+1
|
\
\
|
*
|
Add missing comma for fake methods description in schema
Brad Lewis
2025-08-26
1
-1
/
+1
|
/
/
*
|
Merge pull request #906 from BradLewis/feat/handle-pointers-on-proc-args
Bradley Lewis
2025-08-26
12
-228
/
+404
|
\
\
|
*
|
Add completion for passing a dynamic array to a proc that expects a slice
Brad Lewis
2025-08-24
2
-13
/
+38
|
*
|
Add configuration for enabling pointer matching on completion
Brad Lewis
2025-08-24
8
-27
/
+75
|
*
|
Add special case for handling `append` for dynamic arrays
Brad Lewis
2025-08-24
3
-172
/
+166
|
*
|
Handle untyped symbols
Brad Lewis
2025-08-24
1
-1
/
+7
|
*
|
Compare symbols uri and range rather than trying to see if they're same type
Brad Lewis
2025-08-24
2
-8
/
+3
|
*
|
Check types before adding pointer completion
Brad Lewis
2025-08-24
5
-27
/
+41
|
*
|
Ignore `any` arg types
Brad Lewis
2025-08-24
1
-60
/
+80
|
*
|
Handle pointers for selector expressions
Brad Lewis
2025-08-24
1
-3
/
+19
|
*
|
Handle pointers when passing variables to procedure arguments
Brad Lewis
2025-08-24
1
-15
/
+73
*
|
|
Merge pull request #928 from BradLewis/add-docs-keywords
Bradley Lewis
2025-08-26
5
-176
/
+134
|
\
\
\
|
*
|
|
Add completion and hover information for builtin types
Brad Lewis
2025-08-24
5
-176
/
+134
*
|
|
|
Merge pull request #932 from BradLewis/fix/comp-lit-default-param-completions
Bradley Lewis
2025-08-25
2
-1
/
+34
|
\
\
\
\
|
*
|
|
|
Fix completions with bit_set proc args with default values that specify the t...
Brad Lewis
2025-08-25
2
-1
/
+34
|
/
/
/
/
*
|
|
|
Merge pull request #930 from BradLewis/fix/workspace-symbols-private
Bradley Lewis
2025-08-25
2
-2
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Don't filter private workspace symbols and remove debug log
Brad Lewis
2025-08-25
2
-2
/
+4
|
/
/
/
*
|
|
Merge pull request #927 from BradLewis/move-position-context-code
Bradley Lewis
2025-08-24
3
-844
/
+855
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Move position context code into it's own file
Brad Lewis
2025-08-24
3
-844
/
+855
|
/
/
*
|
Merge pull request #883 from BradLewis/fix/strip-trailing-whitespace
DanielGavin
2025-08-24
3
-5
/
+9
|
\
\
|
*
|
Remove trailing whitespace when using Allman style braces
Brad Lewis
2025-08-15
3
-5
/
+9
*
|
|
Merge pull request #925 from BradLewis/fix/container-allocator-hover
Bradley Lewis
2025-08-23
2
-0
/
+64
|
\
\
\
|
*
|
|
Resolve location of container allocator field
Brad Lewis
2025-08-23
1
-0
/
+31
|
*
|
|
Resolve allocator field for container types on hover
Brad Lewis
2025-08-23
2
-0
/
+33
|
/
/
/
*
|
|
Merge pull request #923 from BradLewis/fix/proc-overload-private
Bradley Lewis
2025-08-23
12
-47
/
+160
|
\
\
\
|
*
|
|
Always collect private symbols and filter them when resolving
Brad Lewis
2025-08-22
12
-47
/
+160
|
/
/
/
*
|
|
Merge pull request #921 from BradLewis/fix/soa-pointer-hover
Bradley Lewis
2025-08-20
3
-6
/
+25
|
\
\
\
|
*
|
|
Correct hover info for soa pointers
Brad Lewis
2025-08-20
3
-6
/
+25
|
/
/
/
*
|
|
Merge pull request #919 from BradLewis/fix/binary-expr-type
Bradley Lewis
2025-08-20
2
-0
/
+13
|
\
\
\
|
*
|
|
Improve resolving types of binary expressions
Brad Lewis
2025-08-20
2
-0
/
+13
|
/
/
/
*
|
|
Merge pull request #914 from BradLewis/fix/resolve-multi-pointer-slice-range
Bradley Lewis
2025-08-19
2
-1
/
+16
|
\
\
\
|
*
|
|
Resolve multipointer slice ranges
Brad Lewis
2025-08-19
2
-1
/
+16
|
/
/
/
*
|
|
Merge pull request #912 from BradLewis/chore/propagate-docs-proc-groups
Bradley Lewis
2025-08-19
3
-4
/
+14
|
\
\
\
|
*
|
|
Add macos build files to gitignore
Brad Lewis
2025-08-19
1
-0
/
+2
|
*
|
|
Propagate proc group comments when hover hover a proc group call
Brad Lewis
2025-08-19
2
-4
/
+12
*
|
|
|
Merge pull request #911 from BradLewis/fix/indexing-strings
Bradley Lewis
2025-08-19
3
-3
/
+70
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Correctly resolve string indexing
Brad Lewis
2025-08-19
3
-3
/
+70
*
|
|
|
Merge pull request #910 from BradLewis/fix/bit-set-completion-improvements
Bradley Lewis
2025-08-19
3
-23
/
+81
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Improvements to bitset completions with named bitsets and selector chains
Brad Lewis
2025-08-19
3
-23
/
+81
|
/
/
/
*
|
|
Merge pull request #905 from BradLewis/feat/completion-in-not-in-bitsets
Bradley Lewis
2025-08-18
1
-0
/
+26
|
\
\
\
|
*
|
|
Add bitset completions for `in` and `not_in`
Brad Lewis
2025-08-18
1
-0
/
+26
*
|
|
|
Merge pull request #908 from BradLewis/fix/crash-struct-field-docs
Bradley Lewis
2025-08-18
4
-4
/
+15
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix issues adding ast struct comments with the temporary allocator
Brad Lewis
2025-08-18
4
-4
/
+15
|
/
/
/
*
|
|
Merge pull request #904 from BradLewis/fix/switch-cond-strip-semicolon
Bradley Lewis
2025-08-18
3
-3
/
+36
|
\
\
\
|
*
|
|
Fix issue with odinfmt stripping the semicolon after a switch init with no co...
Brad Lewis
2025-08-18
3
-3
/
+36
*
|
|
|
Merge pull request #903 from BradLewis/fix/non-mutable-locals
Bradley Lewis
2025-08-18
2
-2
/
+17
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Correct check for mutable locals when parsing non mutable only
Brad Lewis
2025-08-18
2
-2
/
+17
|
/
/
/
*
|
|
Merge pull request #902 from BradLewis/chore/clone-pointer-tag
Bradley Lewis
2025-08-18
1
-0
/
+1
|
\
\
\
|
*
|
|
Clone tag with pointer type
Brad Lewis
2025-08-18
1
-0
/
+1
|
/
/
/
[prev]
[next]