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
/
analysis.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add methods for untyped symbols the same as their typed variants
Brad Lewis
2025-08-12
1
-27
/
+12
*
Move local code into it's own file
Brad Lewis
2025-08-12
1
-1052
/
+0
*
Correctly handle field return values from procs
Brad Lewis
2025-08-12
1
-15
/
+10
*
Show poly struct information on types from external packages and resolve iden...
Brad Lewis
2025-08-12
1
-0
/
+1
*
Use empty struct as map values when wanting a hashset
Brad Lewis
2025-08-12
1
-7
/
+7
*
Merge pull request #856 from BradLewis/feat/clean-completions-struct-decl
Bradley Lewis
2025-08-11
1
-0
/
+15
|
\
|
*
Remove functions, consts, variables and fields when in struct definitions
Brad Lewis
2025-08-11
1
-0
/
+15
*
|
Show nested bit fields correctly
Brad Lewis
2025-08-11
1
-5
/
+5
*
|
Remove type information from the signature and write nested struct fields cor...
Brad Lewis
2025-08-11
1
-16
/
+16
|
/
*
Add missing binary expr operators
Brad Lewis
2025-08-11
1
-1
/
+1
*
Correctly resolve bit_set union and intersections with comp lits
Brad Lewis
2025-08-11
1
-1
/
+14
*
Resolve type definitions from comp lits
Brad Lewis
2025-08-11
1
-5
/
+26
*
Add union align and kind to hover information
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
1
-44
/
+44
|
\
|
*
Implement method to resolve poly return types based on the types of local var...
Brad Lewis
2025-08-09
1
-44
/
+44
*
|
Remove incorrectly added doc comments from symbols
Brad Lewis
2025-08-07
1
-1
/
+1
|
/
*
Resolve poly type variables
Brad Lewis
2025-08-04
1
-0
/
+16
*
Merge pull request #822 from BradLewis/feat/add-docs-for-enums-unions
DanielGavin
2025-08-03
1
-9
/
+13
|
\
|
*
Add documentation to union variants
Brad Lewis
2025-08-03
1
-2
/
+6
|
*
Add documentation to enum fields
Brad Lewis
2025-08-03
1
-7
/
+7
*
|
Improve and consolidate resolving implicit selector comp literals
Brad Lewis
2025-08-03
1
-45
/
+65
|
/
*
Switch to using out params for `internal_resolve_type_expression` to greatly ...
Brad Lewis
2025-08-02
1
-83
/
+131
*
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 #815 from BradLewis/fix/crashing-objc-hover
Bradley Lewis
2025-07-31
1
-1
/
+1
|
\
|
*
Resolve objc methods before expanding usings to fix issues with hover documen...
Brad Lewis
2025-07-31
1
-1
/
+1
*
|
Merge pull request #807 from BradLewis/feat/builtin-proc-improvements
DanielGavin
2025-07-31
1
-128
/
+4
|
\
\
|
*
|
Improve builtin proc resolution, complex and quaternion procs and add missing...
Brad Lewis
2025-07-30
1
-128
/
+4
*
|
|
Correctly find references for type switch tags
Brad Lewis
2025-07-30
1
-0
/
+2
|
|
/
|
/
|
*
|
Correctly handle the alias of `u8` and `byte`
Brad Lewis
2025-07-30
1
-1
/
+4
|
/
*
Add parapoly information to union documentation
Brad Lewis
2025-07-30
1
-0
/
+1
*
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
*
Implement label details using new method
Brad Lewis
2025-07-29
1
-11
/
+11
*
Correctly resolving using statements with aliases
Brad Lewis
2025-07-28
1
-8
/
+15
*
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
*
|
Correctly resolve enum comp lits as part of arrays
Brad Lewis
2025-07-27
1
-34
/
+17
|
/
*
Correctly resolve enum value_decl
Brad Lewis
2025-07-26
1
-0
/
+6
*
Merge pull request #780 from BradLewis/feat/resolve-builtin-procs
DanielGavin
2025-07-25
1
-23
/
+170
|
\
|
*
Resolve builtin max, min, clamp and abs return types correctly
Brad Lewis
2025-07-24
1
-23
/
+170
*
|
New symbol flag for if the symbol is a parameter
DanielGavin
2025-07-24
1
-52
/
+79
|
/
*
Add missing integer types when comparing symbols
Brad Lewis
2025-07-22
1
-1
/
+1
*
Add proc inlining information to hover
Brad Lewis
2025-07-22
1
-4
/
+7
*
Add proc attribute to hover information
Brad Lewis
2025-07-22
1
-0
/
+1
*
Add proc directives to hover information
Brad Lewis
2025-07-22
1
-0
/
+1
[prev]
[next]