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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Improve printing errors in inlay hint tests
Damian Tarnawski
2025-09-11
1
-20
/
+53
|
*
Take expected inlay hints from the source code
Damian Tarnawski
2025-09-11
1
-2
/
+47
*
|
Resolve references for bit field fields
Brad Lewis
2025-09-11
2
-39
/
+63
*
|
Correctly resolve go to definition for nested using bitfields on structs
Brad Lewis
2025-09-11
2
-3
/
+8
*
|
Resolve hover information for nested struct and bitfield fields
Brad Lewis
2025-09-11
1
-18
/
+38
*
|
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
*
|
Check if name is referring to a known symbol before adding to the import code...
Brad Lewis
2025-09-10
1
-1
/
+4
|
/
*
Clone proc lit where clauses
Brad Lewis
2025-09-10
1
-1
/
+1
*
Add parentheses around named proc returns
Brad Lewis
2025-09-10
1
-1
/
+8
*
Add where clauses to hover information
Brad Lewis
2025-09-10
4
-26
/
+86
*
Find symbols in all workspaces and set TTL to 20s
Brad Lewis
2025-09-09
1
-29
/
+31
*
Add optional limit for fuzzy searching and set 100 for workspace symbols
Brad Lewis
2025-09-09
3
-3
/
+7
*
Update TTL to 15s
Brad Lewis
2025-09-09
1
-1
/
+1
*
Cache workspace pkgs so we don't walk the file system each workspace symbol r...
Brad Lewis
2025-09-08
2
-48
/
+53
*
Merge pull request #982 from BradLewis/feat/remove-completions-struct-bit-fie...
Bradley Lewis
2025-09-08
1
-0
/
+22
|
\
|
*
Remove completions when entering bit_field or struct field names
Brad Lewis
2025-09-08
1
-0
/
+22
*
|
Ensure selection range is within the range for document symbols
Brad Lewis
2025-09-08
1
-8
/
+20
|
/
*
Use `strings.equal_fold` when comparing references to fix casing issues on wi...
Brad Lewis
2025-09-08
1
-2
/
+2
*
Merge pull request #983 from BradLewis/feat/improve-semantic-types
Bradley Lewis
2025-09-08
7
-91
/
+126
|
\
|
*
Mark struct and bitset fields correctly
Brad Lewis
2025-09-08
2
-2
/
+5
|
*
Distinguish between variables and types with local variables
Brad Lewis
2025-09-08
2
-34
/
+55
|
*
Proc named returns should not be marked as parameters
Brad Lewis
2025-09-07
1
-2
/
+2
|
*
Parse fields correctly
Brad Lewis
2025-09-07
2
-0
/
+6
|
*
Distinguish between variables and types when parsing globals
Brad Lewis
2025-09-07
5
-56
/
+61
*
|
Provide full path for union enum completion labels
Brad Lewis
2025-09-08
2
-15
/
+113
|
/
*
Merge pull request #981 from BradLewis/chore/improve-binary-expr-types
Bradley Lewis
2025-09-07
2
-18
/
+9
|
\
|
*
Improvement to resolving numeric binary expressions
Brad Lewis
2025-09-07
2
-18
/
+9
*
|
Merge pull request #975 from BradLewis/feat/completion-scoring
Bradley Lewis
2025-09-07
2
-8
/
+31
|
\
\
|
|
/
|
/
|
|
*
First pass at scoring completion items
Brad Lewis
2025-09-07
2
-8
/
+31
*
|
Recursively resolve when statements and resolve the else statements correctly
Brad Lewis
2025-09-07
1
-44
/
+33
*
|
Correctly resolve when conditions wrapped in parens
Brad Lewis
2025-09-07
1
-0
/
+2
*
|
Merge pull request #977 from BradLewis/fix/hover-cast
Bradley Lewis
2025-09-07
1
-1
/
+3
|
\
\
|
*
|
Only show cast hover info if hovering over the `cast` keyword
Brad Lewis
2025-09-07
1
-1
/
+3
|
|
/
*
/
Fix issue with the formatter stripping semicolons with globally scoped declar...
Brad Lewis
2025-09-07
2
-1
/
+8
|
/
*
Merge pull request #972 from BradLewis/fix/single-line-switch-long-line
Bradley Lewis
2025-09-07
1
-1
/
+1
|
\
|
*
Only inline single line switch if line is not too long
Brad Lewis
2025-09-06
1
-1
/
+1
*
|
Add completion for poly type narrowing
Brad Lewis
2025-09-06
1
-0
/
+6
|
/
*
Fix go to type definition for symbols in other packages
Brad Lewis
2025-09-06
1
-1
/
+2
*
Store the identifier rather than the specialization for poly types when the t...
Brad Lewis
2025-09-06
1
-1
/
+14
*
Merge pull request #963 from BradLewis/feat/fuzzy-match-improvements
Bradley Lewis
2025-09-06
1
-5
/
+22
|
\
|
*
Split query by whitespace and match on each field
Brad Lewis
2025-09-06
1
-5
/
+22
*
|
Correctly resolve proc default values for bitsets
Brad Lewis
2025-09-06
1
-1
/
+7
|
/
*
Differentiate between `range` and `selectionRange` with document symbols
Brad Lewis
2025-09-05
1
-8
/
+20
*
Use `name` location for comp lit field document symbols
Brad Lewis
2025-09-04
1
-1
/
+1
*
Use `name_expr` for document symbol locations
Brad Lewis
2025-09-04
1
-1
/
+1
*
Add code actions for importing packages from collections
Brad Lewis
2025-09-03
4
-4
/
+187
*
Correctly resolve references and renames from the bitset elem in definition
Brad Lewis
2025-09-01
2
-0
/
+13
*
Improve resolving symbols on struct field container types
Brad Lewis
2025-09-01
1
-1
/
+15
[prev]
[next]