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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
|
Only show cast hover info if hovering over the `cast` keyword
Brad Lewis
2025-09-07
1
-1
/
+3
|
/
*
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
3
-4
/
+155
*
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
*
Construct current package from the current file when searching index
Brad Lewis
2025-08-31
5
-36
/
+28
*
Use current package rather than file path to filter private symbols
Brad Lewis
2025-08-31
6
-25
/
+47
*
Resolve generic overloaded procs that don't have a return value
Brad Lewis
2025-08-31
1
-16
/
+10
*
Improve proc overload improvements when passing a parapoly type
Brad Lewis
2025-08-31
1
-0
/
+7
*
Collect global comp lit fields and add them to workspace and document symbols
Brad Lewis
2025-08-30
4
-0
/
+92
*
Merge pull request #947 from BradLewis/feat/workspace-symbols-fields
Bradley Lewis
2025-08-30
5
-3
/
+70
|
\
|
*
Show struct and bitfield fields with workspace and document symbols
Brad Lewis
2025-08-30
5
-3
/
+70
*
|
When resolving locals, don't resolve all possibilities for overloaded procs
Brad Lewis
2025-08-30
2
-2
/
+12
|
/
*
Only clean identifiers for completions
Brad Lewis
2025-08-30
3
-4
/
+4
*
Correctly resolve basic casts when using an alias from another package
Brad Lewis
2025-08-30
1
-1
/
+2
*
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
2
-1
/
+9
*
Correctly resolve implicit selector within a switch case
Brad Lewis
2025-08-28
1
-2
/
+17
*
Process defer statements and correct hover info for anonymous types
Brad Lewis
2025-08-28
4
-12
/
+21
*
Update readme configuration documentation
Brad Lewis
2025-08-27
1
-8
/
+8
*
Free field comments and docs
Brad Lewis
2025-08-26
1
-2
/
+2
*
Merge pull request #937 from BradLewis/feat/ternary-statements
Bradley Lewis
2025-08-26
1
-1
/
+6
|
\
|
*
Resolve ternary expressions
Brad Lewis
2025-08-26
1
-1
/
+6
*
|
Clone ternary if expressions correctly
Brad Lewis
2025-08-26
1
-0
/
+4
|
/
*
Add option to disable document links
Brad Lewis
2025-08-26
2
-0
/
+11
*
Merge pull request #906 from BradLewis/feat/handle-pointers-on-proc-args
Bradley Lewis
2025-08-26
7
-64
/
+229
|
\
|
*
Add completion for passing a dynamic array to a proc that expects a slice
Brad Lewis
2025-08-24
1
-10
/
+16
|
*
Add configuration for enabling pointer matching on completion
Brad Lewis
2025-08-24
3
-20
/
+39
[prev]
[next]