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
...
*
Refactor more code into separate procs to reduce stack size
Brad Lewis
2025-08-02
1
-217
/
+224
*
Handle procs returning named proc type
Brad Lewis
2025-08-02
1
-0
/
+16
*
Move logic out of the switch cases to reduce stack usage
Brad Lewis
2025-08-01
1
-97
/
+112
*
Handle multiple returns
Brad Lewis
2025-08-01
1
-3
/
+3
*
Correctly resolve locals when immediately calling a proc that returns a proc
Brad Lewis
2025-07-31
1
-0
/
+25
*
Resolve procs returned from procs and called immediately
Brad Lewis
2025-07-31
1
-0
/
+12
*
Merge pull request #816 from BradLewis/fix/signature-documentation
Bradley Lewis
2025-07-31
2
-6
/
+8
|
\
|
*
Remove markdown and duplicate comments from signature documentation
Brad Lewis
2025-07-31
2
-6
/
+8
*
|
Merge pull request #815 from BradLewis/fix/crashing-objc-hover
Bradley Lewis
2025-07-31
3
-3
/
+3
|
\
\
|
*
|
Resolve objc methods before expanding usings to fix issues with hover documen...
Brad Lewis
2025-07-31
3
-3
/
+3
|
|
/
*
|
Merge pull request #807 from BradLewis/feat/builtin-proc-improvements
DanielGavin
2025-07-31
5
-162
/
+305
|
\
\
|
*
|
Improve builtin proc resolution, complex and quaternion procs and add missing...
Brad Lewis
2025-07-30
5
-162
/
+305
*
|
|
Merge pull request #811 from BradLewis/fix/reference-type-switch-tag
DanielGavin
2025-07-31
2
-0
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Correctly find references for type switch tags
Brad Lewis
2025-07-30
2
-0
/
+3
*
|
|
Missing comment clone in collector
Brad Lewis
2025-07-31
1
-1
/
+1
*
|
|
Remove collector unique string indexing for comments and docs
Brad Lewis
2025-07-31
1
-3
/
+2
|
/
/
*
|
Don't override the docs on the symbols to avoid memory corruption issues
Brad Lewis
2025-07-30
3
-13
/
+2
*
|
Merge pull request #809 from BradLewis/fix/only-limit-identifier-completions
Bradley Lewis
2025-07-30
1
-2
/
+6
|
\
\
|
*
|
Only limit identifier completions to maintain consistency from before the cha...
Brad Lewis
2025-07-30
1
-2
/
+6
|
|
/
*
/
Correctly handle the alias of `u8` and `byte`
Brad Lewis
2025-07-30
2
-1
/
+15
|
/
*
Add parapoly information to union documentation
Brad Lewis
2025-07-30
5
-40
/
+69
*
Fix issue looking up using package when resolving types
Brad Lewis
2025-07-30
1
-1
/
+1
*
Resolve switch statement init for locals
Brad Lewis
2025-07-30
1
-0
/
+1
*
Fix issues due to merge
Brad Lewis
2025-07-30
4
-10
/
+10
*
Merge pull request #800 from BradLewis/fix/constructing-docs-methods
Bradley Lewis
2025-07-30
3
-14
/
+15
|
\
|
*
Fix issue with constructing docs on indexed symbols
Brad Lewis
2025-07-29
3
-15
/
+15
*
|
Use markdown correctly when providing the completion item and correctly proce...
Brad Lewis
2025-07-29
2
-27
/
+15
*
|
Update signature information
Brad Lewis
2025-07-29
2
-11
/
+16
*
|
Implement label details using new method
Brad Lewis
2025-07-29
3
-107
/
+75
*
|
Fix completion and hover tests with documentation changes
Brad Lewis
2025-07-29
5
-74
/
+59
*
|
Finish converting completions to use the completion results
Brad Lewis
2025-07-29
1
-125
/
+124
*
|
Update implicit selector completions
Brad Lewis
2025-07-29
1
-66
/
+48
*
|
Update selector completions
Brad Lewis
2025-07-29
2
-82
/
+82
*
|
Update comp lit completions
Brad Lewis
2025-07-29
1
-29
/
+10
*
|
First pass at improving identifier completions
Brad Lewis
2025-07-29
4
-59
/
+88
*
|
Create constructors for field symbols
Brad Lewis
2025-07-29
4
-60
/
+51
|
/
*
Handle semantic token for const global variables returned from functions
Brad Lewis
2025-07-28
1
-1
/
+3
*
Merge pull request #797 from BradLewis/fix/further-semantic-token-improvements
Bradley Lewis
2025-07-28
1
-13
/
+15
|
\
|
*
Correctly resolve semantic tokens for basic literals and casts
Brad Lewis
2025-07-28
1
-13
/
+15
*
|
Merge pull request #795 from BradLewis/fix/using-statements
Bradley Lewis
2025-07-28
1
-8
/
+15
|
\
\
|
*
|
Correctly resolving using statements with aliases
Brad Lewis
2025-07-28
1
-8
/
+15
|
|
/
*
/
Make `file_resolve_cache` and `build_cache` thread_local to stop issues with ...
Brad Lewis
2025-07-28
1
-0
/
+2
|
/
*
Merge pull request #791 from BradLewis/fix/re-export-docs-if-not-overridden
Bradley Lewis
2025-07-27
1
-2
/
+7
|
\
|
*
Only override docs for re-exported items if there is new documentation on the...
Brad Lewis
2025-07-27
1
-2
/
+7
*
|
Ensure ast_context is reset after attempt to handle an implicit selector comp...
Brad Lewis
2025-07-27
1
-0
/
+2
*
|
Correctly resolve enum comp lits as part of arrays
Brad Lewis
2025-07-27
1
-34
/
+17
|
/
*
Merge pull request #786 from BradLewis/fix/resolve-enum-explicit-type
Bradley Lewis
2025-07-26
1
-0
/
+6
|
\
|
*
Correctly resolve enum value_decl
Brad Lewis
2025-07-26
1
-0
/
+6
*
|
Increase the capacity of the `usings` map so it doesn't cause a panic when tr...
Brad Lewis
2025-07-26
1
-1
/
+3
|
/
*
Correctly infer return type enum fields for completions
Brad Lewis
2025-07-25
1
-2
/
+2
[prev]
[next]