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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add completions for proc params with default values
Brad Lewis
2025-08-10
1
-0
/
+14
*
Add union align and kind to hover information
Brad Lewis
2025-08-09
1
-0
/
+29
*
Merge pull request #837 from BradLewis/fix/resolve-poly-procs-return-type-locals
DanielGavin
2025-08-09
1
-0
/
+35
|
\
|
*
Implement method to resolve poly return types based on the types of local var...
Brad Lewis
2025-08-09
1
-0
/
+35
*
|
Remove incorrectly added doc comments from symbols
Brad Lewis
2025-08-07
1
-5
/
+13
|
/
*
Resolve poly type variables
Brad Lewis
2025-08-04
3
-0
/
+51
*
Merge pull request #822 from BradLewis/feat/add-docs-for-enums-unions
DanielGavin
2025-08-03
1
-0
/
+100
|
\
|
*
Add documentation to union variants
Brad Lewis
2025-08-03
1
-0
/
+41
|
*
Add documentation to enum fields
Brad Lewis
2025-08-03
1
-0
/
+59
*
|
Improve and consolidate resolving implicit selector comp literals
Brad Lewis
2025-08-03
2
-8
/
+58
|
/
*
Correctly resolve comp lit implicit values when using nested structs and not ...
Brad Lewis
2025-08-02
1
-0
/
+36
*
Refactor more code into separate procs to reduce stack size
Brad Lewis
2025-08-02
1
-1
/
+1
*
Handle procs returning named proc type
Brad Lewis
2025-08-02
2
-6
/
+84
*
Handle multiple returns
Brad Lewis
2025-08-01
1
-0
/
+28
*
Correctly resolve locals when immediately calling a proc that returns a proc
Brad Lewis
2025-07-31
1
-0
/
+28
*
Resolve procs returned from procs and called immediately
Brad Lewis
2025-07-31
1
-1
/
+24
*
Merge pull request #807 from BradLewis/feat/builtin-proc-improvements
DanielGavin
2025-07-31
1
-0
/
+117
|
\
|
*
Improve builtin proc resolution, complex and quaternion procs and add missing...
Brad Lewis
2025-07-30
1
-0
/
+117
*
|
Correctly find references for type switch tags
Brad Lewis
2025-07-30
1
-0
/
+30
*
|
Correctly handle the alias of `u8` and `byte`
Brad Lewis
2025-07-30
1
-0
/
+30
|
/
*
Add parapoly information to union documentation
Brad Lewis
2025-07-30
3
-3
/
+116
*
Fix issue looking up using package when resolving types
Brad Lewis
2025-07-30
1
-0
/
+39
*
Resolve switch statement init for locals
Brad Lewis
2025-07-30
1
-0
/
+23
*
Correct test after merging
Brad Lewis
2025-07-29
1
-1
/
+1
*
Update tests after merging changes
Brad Lewis
2025-07-29
1
-2
/
+2
*
Update signature information
Brad Lewis
2025-07-29
2
-4
/
+4
*
Implement label details using new method
Brad Lewis
2025-07-29
1
-1
/
+1
*
Fix completion and hover tests with documentation changes
Brad Lewis
2025-07-29
2
-148
/
+148
*
Create constructors for field symbols
Brad Lewis
2025-07-29
1
-2
/
+2
*
Handle semantic token for const global variables returned from functions
Brad Lewis
2025-07-28
1
-0
/
+3
*
Merge pull request #797 from BradLewis/fix/further-semantic-token-improvements
Bradley Lewis
2025-07-28
1
-0
/
+19
|
\
|
*
Correctly resolve semantic tokens for basic literals and casts
Brad Lewis
2025-07-28
1
-0
/
+19
*
|
Correctly resolving using statements with aliases
Brad Lewis
2025-07-28
1
-1
/
+43
|
/
*
Merge pull request #791 from BradLewis/fix/re-export-docs-if-not-overridden
Bradley Lewis
2025-07-27
1
-0
/
+59
|
\
|
*
Only override docs for re-exported items if there is new documentation on the...
Brad Lewis
2025-07-27
1
-0
/
+59
*
|
Ensure ast_context is reset after attempt to handle an implicit selector comp...
Brad Lewis
2025-07-27
1
-0
/
+21
*
|
Correctly resolve enum comp lits as part of arrays
Brad Lewis
2025-07-27
1
-0
/
+25
|
/
*
Correctly resolve enum value_decl
Brad Lewis
2025-07-26
1
-0
/
+17
*
Correctly infer return type enum fields for completions
Brad Lewis
2025-07-25
1
-0
/
+54
*
Check if a value declaration is a comp lit for semantic tokens
Brad Lewis
2025-07-25
1
-2
/
+19
*
Resolve builtin max, min, clamp and abs return types correctly
Brad Lewis
2025-07-24
1
-0
/
+160
*
Merge pull request #762 from BradLewis/feat/add-calling-convention-attributes...
DanielGavin
2025-07-23
3
-8
/
+80
|
\
|
*
Only show the enriched proc information on hover and not on completions
Brad Lewis
2025-07-22
1
-3
/
+3
|
*
Add proc inlining information to hover
Brad Lewis
2025-07-22
1
-0
/
+28
|
*
Add proc attribute to hover information
Brad Lewis
2025-07-22
4
-11
/
+35
|
*
Add proc directives to hover information
Brad Lewis
2025-07-22
1
-0
/
+10
|
*
Add proc calling convention to hover information
Brad Lewis
2025-07-22
1
-0
/
+10
*
|
Merge pull request #775 from BradLewis/fix/proc-named-args-implicit-selector
DanielGavin
2025-07-23
1
-0
/
+44
|
\
\
|
|
/
|
/
|
|
*
Correctly complete bitsets with named proc args
Brad Lewis
2025-07-22
1
-0
/
+44
*
|
Move comments from details to the end of the docs for the symbol and
Brad Lewis
2025-07-22
2
-21
/
+21
|
/
[prev]
[next]