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
*
Improve bitset completions with proc groups
Brad Lewis
2025-12-30
1
-0
/
+5
*
Add documentation for directives
Brad Lewis
2025-12-14
1
-1
/
+12
*
Handle global call directives
Brad Lewis
2025-12-14
1
-3
/
+4
*
Add hover info for variables from local call directives
Brad Lewis
2025-12-14
1
-0
/
+36
*
Propagate docs and comments for aliases defined in other packages
Brad Lewis
2025-11-30
1
-0
/
+6
*
Correct the resultant type for bitshifts
Brad Lewis
2025-11-23
1
-0
/
+2
*
Fix hover type for proc calls wrapped in parens
Brad Lewis
2025-11-17
1
-1
/
+12
*
Add missing unary expr operands
Brad Lewis
2025-11-17
1
-1
/
+1
*
Correct resolving unary exprs immediately after a function call
Brad Lewis
2025-11-16
1
-4
/
+13
*
Add caching for resolving overloaded functions to fix issue with infinitely t...
Brad Lewis
2025-11-14
1
-38
/
+68
*
Fix resolving named call arg types at call site
Brad Lewis
2025-11-13
1
-7
/
+19
*
Add docs for local value decls
Brad Lewis
2025-11-13
1
-1
/
+3
*
Correctly resolve exprs when immediately indexing or slicing a function call
Brad Lewis
2025-11-09
1
-21
/
+35
*
Don't include package for union selector completions if the package has being...
Brad Lewis
2025-11-06
1
-0
/
+10
*
Resolve implicit selector switch statements before index expressions
Brad Lewis
2025-11-06
1
-23
/
+23
*
Fix resolving array selectors with local types
Brad Lewis
2025-11-05
1
-2
/
+0
*
Score overload candidates higher if they contain the correct number of args
Brad Lewis
2025-11-03
1
-0
/
+3
*
Fix completions after casting a pointer to another type
Brad Lewis
2025-10-30
1
-2
/
+6
*
Update local consts hover info to behave like global consts
Brad Lewis
2025-10-30
1
-0
/
+2
*
Provide the resolved symbol for the proc to propagate docs and comments
Brad Lewis
2025-10-29
1
-65
/
+35
*
Correctly resolve package and range of generic procs
Brad Lewis
2025-10-29
1
-2
/
+8
*
Display hover information for untyped complex numbers and quaternions correctly
Brad Lewis
2025-10-29
1
-10
/
+25
*
Correctly resolve enum types that are array values
Brad Lewis
2025-10-28
1
-6
/
+23
*
Fix provided incorrect completions for named call args
Brad Lewis
2025-10-25
1
-15
/
+29
*
Improve proc group resolution with named args
Brad Lewis
2025-10-11
1
-1
/
+1
*
Resolve proc groups called with an implicit selector
Brad Lewis
2025-10-11
1
-3
/
+29
*
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
[next]