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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
analysis.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly resolve implicit selectors within a binary expr within a call expr
Brad Lewis
2025-10-07
1
-10
/
+10
*
Resolve types from usings before global scope
Brad Lewis
2025-10-06
1
-21
/
+27
*
Add proc inlining information for generic procs
Brad Lewis
2025-10-04
1
-1
/
+2
*
Correctly provide completions when calling a proc immediately after a proc ov...
Brad Lewis
2025-10-04
1
-32
/
+48
*
Correctly infer types when indexing matrices
Brad Lewis
2025-09-25
1
-0
/
+7
*
Goto definition on package use goes to package declaration
Brad Lewis
2025-09-24
1
-1
/
+22
*
Handle resolving proc overloads with nil passed as a call parameter
Brad Lewis
2025-09-22
1
-4
/
+39
*
Correct resolving basic type aliases of keywords by using the underlying iden...
Brad Lewis
2025-09-22
1
-5
/
+8
*
Rework how hover info is displayed for constants and types
Brad Lewis
2025-09-21
1
-0
/
+2
*
Try to display value for const global variables
Brad Lewis
2025-09-21
1
-0
/
+3
*
Add simd tag to simd array hover information
Brad Lewis
2025-09-20
1
-0
/
+3
*
Correctly handle mutability for global variables in other files
Brad Lewis
2025-09-17
1
-1
/
+7
*
Correctly type fixed array selector fields
Brad Lewis
2025-09-17
1
-1
/
+3
*
Change untyped map to be enumerated array and use parse_f64 for parsing untyp...
Brad Lewis
2025-09-17
1
-9
/
+2
*
Correctly resolve local if and when ternary expressions
Brad Lewis
2025-09-17
1
-2
/
+2
*
Correct implicit selector expressions within binary expressions
Brad Lewis
2025-09-16
1
-3
/
+5
*
Correctly resolve variadic args as a slice
Brad Lewis
2025-09-16
1
-1
/
+9
*
Correct resolved types when slicing multi-pointers
Brad Lewis
2025-09-14
1
-0
/
+4
*
Resolve proc groups with matrix types
Brad Lewis
2025-09-13
1
-4
/
+35
*
Add endian types to the untyped map
Brad Lewis
2025-09-13
1
-2
/
+8
*
Allow untyped ints to be mapped to floating point types
Brad Lewis
2025-09-13
1
-0
/
+9
*
Correctly resolve go to definition for nested using bitfields on structs
Brad Lewis
2025-09-11
1
-1
/
+1
*
Correctly resolve references of assign comp lits
Brad Lewis
2025-09-10
1
-2
/
+2
*
Correctly resolve comp lits in map keys
Brad Lewis
2025-09-10
1
-10
/
+28
*
Resolve assign comp lits
Brad Lewis
2025-09-10
1
-0
/
+15
*
Add where clauses to hover information
Brad Lewis
2025-09-10
1
-9
/
+34
*
Merge pull request #983 from BradLewis/feat/improve-semantic-types
Bradley Lewis
2025-09-08
1
-7
/
+22
|
\
|
*
Mark struct and bitset fields correctly
Brad Lewis
2025-09-08
1
-2
/
+4
|
*
Distinguish between variables and types with local variables
Brad Lewis
2025-09-08
1
-5
/
+7
|
*
Parse fields correctly
Brad Lewis
2025-09-07
1
-0
/
+4
|
*
Distinguish between variables and types when parsing globals
Brad Lewis
2025-09-07
1
-3
/
+10
*
|
Provide full path for union enum completion labels
Brad Lewis
2025-09-08
1
-6
/
+18
|
/
*
Improvement to resolving numeric binary expressions
Brad Lewis
2025-09-07
1
-2
/
+9
*
Fix go to type definition for symbols in other packages
Brad Lewis
2025-09-06
1
-1
/
+2
*
Correctly resolve proc default values for bitsets
Brad Lewis
2025-09-06
1
-1
/
+7
*
Construct current package from the current file when searching index
Brad Lewis
2025-08-31
1
-18
/
+18
*
Use current package rather than file path to filter private symbols
Brad Lewis
2025-08-31
1
-14
/
+19
*
Improve proc overload improvements when passing a parapoly type
Brad Lewis
2025-08-31
1
-0
/
+7
*
When resolving locals, don't resolve all possibilities for overloaded procs
Brad Lewis
2025-08-30
1
-2
/
+9
*
Correct resolving binary expr implicit selector expr
Brad Lewis
2025-08-28
1
-2
/
+2
*
Correctly resolve references for nested switch statements
Brad Lewis
2025-08-28
1
-1
/
+1
*
Correctly resolve implicit selector within a switch case
Brad Lewis
2025-08-28
1
-2
/
+17
*
Resolve ternary expressions
Brad Lewis
2025-08-26
1
-1
/
+6
*
Merge pull request #906 from BradLewis/feat/handle-pointers-on-proc-args
Bradley Lewis
2025-08-26
1
-6
/
+7
|
\
|
*
Compare symbols uri and range rather than trying to see if they're same type
Brad Lewis
2025-08-24
1
-7
/
+2
|
*
Check types before adding pointer completion
Brad Lewis
2025-08-24
1
-8
/
+14
*
|
Move position context code into it's own file
Brad Lewis
2025-08-24
1
-844
/
+0
|
/
*
Resolve location of container allocator field
Brad Lewis
2025-08-23
1
-0
/
+31
*
Resolve allocator field for container types on hover
Brad Lewis
2025-08-23
1
-0
/
+20
*
Always collect private symbols and filter them when resolving
Brad Lewis
2025-08-22
1
-11
/
+11
[next]