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
...
|
*
|
|
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
4
-44
/
+88
|
\
\
\
\
|
*
|
|
|
Implement method to resolve poly return types based on the types of local var...
Brad Lewis
2025-08-09
4
-44
/
+88
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #838 from BradLewis/chore/enable-references-by-default
DanielGavin
2025-08-09
4
-11
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Enable references by default
Brad Lewis
2025-08-09
4
-11
/
+4
|
/
/
/
*
|
|
Merge pull request #828 from BradLewis/fix/symbol-doc-comments
Bradley Lewis
2025-08-09
5
-22
/
+38
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove incorrectly added doc comments from symbols
Brad Lewis
2025-08-07
5
-22
/
+38
*
|
|
Merge pull request #830 from connnnal/cstring16
Bradley Lewis
2025-08-07
1
-10
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix compilation with cstring16
connnnal
2025-08-07
1
-10
/
+17
|
/
/
*
|
Merge pull request #824 from BradLewis/feat/resolve-poly-types
DanielGavin
2025-08-07
7
-1
/
+81
|
\
\
|
*
|
Resolve poly type variables
Brad Lewis
2025-08-04
7
-1
/
+81
*
|
|
Merge pull request #826 from BradLewis/fix/check-for-updates-async
DanielGavin
2025-08-06
2
-28
/
+52
|
\
\
\
|
*
|
|
Check for updates in the vscode extension asynchronously
Brad Lewis
2025-08-06
2
-28
/
+52
|
|
/
/
*
|
|
Merge pull request #827 from BradLewis/chore/run-nightly-weekly
DanielGavin
2025-08-06
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Run the nightly release once a week
Brad Lewis
2025-08-05
1
-1
/
+1
|
/
/
*
|
Merge pull request #822 from BradLewis/feat/add-docs-for-enums-unions
DanielGavin
2025-08-03
6
-38
/
+257
|
\
\
|
*
|
Add documentation to union variants
Brad Lewis
2025-08-03
5
-6
/
+63
|
*
|
Add documentation to enum fields
Brad Lewis
2025-08-03
6
-32
/
+194
*
|
|
Merge pull request #820 from BradLewis/feat/improve-resolving-implicit-selectors
DanielGavin
2025-08-03
4
-184
/
+159
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Improve and consolidate resolving implicit selector comp literals
Brad Lewis
2025-08-03
4
-184
/
+159
*
|
|
Merge pull request #821 from BradLewis/fix/clone-calling-conv
Bradley Lewis
2025-08-03
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Clone the calling convention when cloning an `ast.Proc_Type`
Brad Lewis
2025-08-03
1
-0
/
+1
|
/
/
*
|
Merge pull request #819 from BradLewis/fix/nested-enum-completions
Bradley Lewis
2025-08-02
2
-23
/
+86
|
\
\
|
*
|
Correctly resolve comp lit implicit values when using nested structs and not ...
Brad Lewis
2025-08-02
2
-23
/
+86
|
/
/
*
|
Merge pull request #818 from BradLewis/feat/use-out-param-for-internal-resolve
Bradley Lewis
2025-08-02
2
-86
/
+137
|
\
\
|
*
|
Switch to using out params for `internal_resolve_type_expression` to greatly ...
Brad Lewis
2025-08-02
2
-86
/
+137
*
|
|
Merge pull request #817 from BradLewis/fix/resolve-procs-that-return-procs-ca...
Bradley Lewis
2025-08-02
3
-303
/
+535
|
\
|
|
|
*
|
Refactor more code into separate procs to reduce stack size
Brad Lewis
2025-08-02
2
-218
/
+225
|
*
|
Handle procs returning named proc type
Brad Lewis
2025-08-02
3
-6
/
+100
|
*
|
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
2
-3
/
+31
|
*
|
Correctly resolve locals when immediately calling a proc that returns a proc
Brad Lewis
2025-07-31
2
-0
/
+53
|
*
|
Resolve procs returned from procs and called immediately
Brad Lewis
2025-07-31
2
-1
/
+36
|
/
/
*
|
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
7
-163
/
+423
|
\
\
\
|
*
|
|
Improve builtin proc resolution, complex and quaternion procs and add missing...
Brad Lewis
2025-07-30
7
-163
/
+423
*
|
|
|
Merge pull request #811 from BradLewis/fix/reference-type-switch-tag
DanielGavin
2025-07-31
3
-0
/
+33
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Correctly find references for type switch tags
Brad Lewis
2025-07-30
3
-0
/
+33
*
|
|
|
Merge pull request #814 from BradLewis/fix/clone-comment-collector
Bradley Lewis
2025-07-31
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Missing comment clone in collector
Brad Lewis
2025-07-31
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #813 from BradLewis/fix/memory-corruption
Bradley Lewis
2025-07-31
1
-3
/
+2
|
\
\
\
\
|
*
|
|
|
Remove collector unique string indexing for comments and docs
Brad Lewis
2025-07-31
1
-3
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #812 from BradLewis/fix/len-docs
Bradley Lewis
2025-07-30
1
-0
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove irrelevant comment from len docs
Brad Lewis
2025-07-30
1
-0
/
+3
|
/
/
/
*
|
|
Merge pull request #810 from BradLewis/fix/dont-override-symbol-docs
Bradley Lewis
2025-07-30
3
-13
/
+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
|
\
\
\
[prev]
[next]