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
*
Merge pull request #1238 from BradLewis/fix/completions-bit-set-proc-group
Bradley Lewis
2025-12-30
2
-0
/
+10
|
\
|
*
Improve bitset completions with proc groups
Brad Lewis
2025-12-30
2
-0
/
+10
*
|
Add vector completions for using struct fields
Brad Lewis
2025-12-26
2
-96
/
+123
|
/
*
Merge pull request #1230 from lucypero/add-options
DanielGavin
2025-12-23
2
-16
/
+23
|
\
|
*
Add option to align struct value assignment
Lucy
2025-12-21
2
-2
/
+4
|
*
Fix formatting
Lucy
2025-12-21
1
-2
/
+1
|
*
Fix bug
Lucy
2025-12-21
1
-14
/
+17
|
*
Add config flag to align struct fields
Lucy
2025-12-21
2
-4
/
+7
|
*
Remove field type alignment
Lucy
2025-12-21
1
-1
/
+1
*
|
Fix completions for implicit selector proc args with default values
Brad Lewis
2025-12-23
1
-0
/
+2
|
/
*
Add defaultLibrary modifier for builtin
ske
2025-12-17
3
-1
/
+11
*
Fix implicit selector completions for proc call args within assignments
Brad Lewis
2025-12-17
2
-77
/
+92
*
Reduce scores for symbols starting with `_`
Brad Lewis
2025-12-16
1
-0
/
+4
*
Always set semantic token full capabilities to true when enabled
Brad Lewis
2025-12-16
1
-1
/
+1
*
Only use field for selector completions if the position is within the field
Brad Lewis
2025-12-16
2
-3
/
+1
*
Add documentation for directives
Brad Lewis
2025-12-14
5
-177
/
+193
*
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
4
-7
/
+38
*
Display call signature before comp lit
Brad Lewis
2025-12-14
1
-4
/
+4
*
Correct hover info for aliased constants
Brad Lewis
2025-12-12
2
-2
/
+2
*
Add optional feature for displaying signature help for comp literals
Brad Lewis
2025-12-11
6
-57
/
+108
*
Fix selector completions for global constant declarations
Brad Lewis
2025-12-06
1
-1
/
+4
*
Handle references with attributes
Brad Lewis
2025-12-06
1
-0
/
+4
*
Check attributes when building the position context
Brad Lewis
2025-12-06
1
-1
/
+25
*
Merge pull request #1204 from BradLewis/feat/profile-defines-and-arch
Bradley Lewis
2025-12-06
4
-28
/
+23
|
\
|
*
Add support for ols config profiles with defines and arch
Brad Lewis
2025-12-06
4
-28
/
+23
*
|
Fix crash when using a generic proc in a struct field with a default value
Brad Lewis
2025-12-02
1
-3
/
+9
|
/
*
Provide completions for comparison binary expr and implicit selectors
Brad Lewis
2025-12-01
1
-1
/
+1
*
Propagate docs and comments for aliases defined in other packages
Brad Lewis
2025-11-30
1
-0
/
+6
*
Fix indentation for doc comments using `/**/` within other procedures
Brad Lewis
2025-11-30
1
-2
/
+20
*
Correctly resolve type assertions with unary exprs
Brad Lewis
2025-11-29
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
*
Fix implicit selector completions for enumerated arrays
Brad Lewis
2025-11-17
1
-80
/
+50
*
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
*
Correctly resolve struct usings that are paren exprs
Brad Lewis
2025-11-13
1
-1
/
+5
*
Add sortText to unimported package completions
Brad Lewis
2025-11-13
1
-0
/
+3
*
Add docs for local value decls
Brad Lewis
2025-11-13
5
-8
/
+20
*
Merge pull request #1172 from A1029384756/master
Bradley Lewis
2025-11-12
5
-0
/
+15
|
\
|
*
added #all_or_none
A1029384756
2025-11-12
5
-0
/
+15
*
|
Fix loop variable for ranged for loops with `..=`
Franz
2025-11-12
1
-1
/
+1
|
/
*
Add missing expr that should be cloned and freed
Brad Lewis
2025-11-10
2
-3
/
+15
*
Correctly resolve exprs when immediately indexing or slicing a function call
Brad Lewis
2025-11-09
1
-21
/
+35
*
Correctly resolve poly proc returns with #soa arrays
Brad Lewis
2025-11-07
2
-2
/
+15
*
Fix issue with when else statements getting stuck in an infinite loop
Brad Lewis
2025-11-07
1
-0
/
+1
*
Don't include package for union selector completions if the package has being...
Brad Lewis
2025-11-06
2
-1
/
+12
*
Reintroduce fallback code for selector exprs
Brad Lewis
2025-11-06
1
-0
/
+234
[next]