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 array like methods for untyped strings
Brad Lewis
2025-08-09
1
-0
/
+4
*
Merge pull request #839 from BradLewis/fix/infinite-loop-comp-lit
Bradley Lewis
2025-08-09
1
-0
/
+2
|
\
|
*
Fix issue getting stuck in an infinite loop when unwraping comp lits
Brad Lewis
2025-08-09
1
-0
/
+2
*
|
Merge pull request #837 from BradLewis/fix/resolve-poly-procs-return-type-locals
DanielGavin
2025-08-09
3
-44
/
+53
|
\
\
|
*
|
Implement method to resolve poly return types based on the types of local var...
Brad Lewis
2025-08-09
3
-44
/
+53
*
|
|
Enable references by default
Brad Lewis
2025-08-09
2
-5
/
+1
|
|
/
|
/
|
*
|
Remove incorrectly added doc comments from symbols
Brad Lewis
2025-08-07
4
-17
/
+25
|
/
*
Resolve poly type variables
Brad Lewis
2025-08-04
4
-1
/
+30
*
Merge pull request #822 from BradLewis/feat/add-docs-for-enums-unions
DanielGavin
2025-08-03
5
-38
/
+157
|
\
|
*
Add documentation to union variants
Brad Lewis
2025-08-03
4
-6
/
+22
|
*
Add documentation to enum fields
Brad Lewis
2025-08-03
5
-32
/
+135
*
|
Merge pull request #820 from BradLewis/feat/improve-resolving-implicit-selectors
DanielGavin
2025-08-03
2
-176
/
+101
|
\
\
|
|
/
|
/
|
|
*
Improve and consolidate resolving implicit selector comp literals
Brad Lewis
2025-08-03
2
-176
/
+101
*
|
Clone the calling convention when cloning an `ast.Proc_Type`
Brad Lewis
2025-08-03
1
-0
/
+1
|
/
*
Correctly resolve comp lit implicit values when using nested structs and not ...
Brad Lewis
2025-08-02
1
-23
/
+50
*
Switch to using out params for `internal_resolve_type_expression` to greatly ...
Brad Lewis
2025-08-02
2
-86
/
+137
*
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
[next]