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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add proper support for ranged semantic tokens.
semantic_tokens_range
DanielGavin
2025-09-23
3
-7
/
+47
*
Merge pull request #1028 from BradLewis/feat/rework-const-hover-info
Bradley Lewis
2025-09-21
10
-189
/
+402
|
\
|
*
Add `#type` to proc type hover information to distinguish with proc implement...
Brad Lewis
2025-09-21
2
-1
/
+29
|
*
Improve comp lit hover formatting
Brad Lewis
2025-09-21
2
-19
/
+68
|
*
Improve hover for global constant variables
Brad Lewis
2025-09-21
3
-6
/
+16
|
*
Clone type and value exprs in the collector
Brad Lewis
2025-09-21
1
-0
/
+2
|
*
Improve hover information for constant proc lits
Brad Lewis
2025-09-21
3
-19
/
+99
|
*
Rework how hover info is displayed for constants and types
Brad Lewis
2025-09-21
7
-175
/
+198
|
*
Try to display value for const global variables
Brad Lewis
2025-09-21
5
-11
/
+32
|
/
*
Merge pull request #1036 from BradLewis/fix/reference-union-pointer
Bradley Lewis
2025-09-21
2
-2
/
+23
|
\
|
*
Correctly resolve references for union field pointer types
Brad Lewis
2025-09-21
2
-2
/
+23
|
/
*
Merge pull request #1034 from BradLewis/fix/simd-hover
Bradley Lewis
2025-09-20
5
-0
/
+36
|
\
|
*
Add simd tag to simd array hover information
Brad Lewis
2025-09-20
5
-0
/
+36
|
/
*
Merge pull request #1032 from BradLewis/fix/completion-matching-unary-improve...
Bradley Lewis
2025-09-20
3
-3
/
+71
|
\
|
*
Check to see if completion already includes `&` before adding it when matching
Brad Lewis
2025-09-20
3
-3
/
+71
|
/
*
Merge pull request #1015 from godalming123/master
Bradley Lewis
2025-09-19
3
-283
/
+32
|
\
|
*
Change the behavior back so that not specifying the path to format cuases an ...
godalming123
2025-09-18
1
-7
/
+17
|
*
Use core:flags instead of custom flag parsing library and fix 2 bugs
godalming123
2025-09-14
3
-286
/
+25
*
|
Merge pull request #1027 from BradLewis/fix/semantic-token-fixes
Bradley Lewis
2025-09-17
4
-2
/
+59
|
\
\
|
*
|
Correctly handle mutability for global variables in other files
Brad Lewis
2025-09-17
2
-1
/
+10
|
*
|
Correctly parse param default value for semantic types
Brad Lewis
2025-09-17
2
-0
/
+25
|
*
|
Correctly type fixed array selector fields
Brad Lewis
2025-09-17
2
-2
/
+25
|
/
/
*
|
Merge pull request #1025 from BradLewis/fix/add-proc-arg-tags
Bradley Lewis
2025-09-17
3
-9
/
+24
|
\
\
|
*
|
Change untyped map to be enumerated array and use parse_f64 for parsing untyp...
Brad Lewis
2025-09-17
1
-9
/
+2
|
*
|
Add proc arg tags to hover documentation
Brad Lewis
2025-09-17
2
-0
/
+22
|
/
/
*
|
Merge pull request #1023 from BradLewis/fix/ternary-if-call-expr
Bradley Lewis
2025-09-17
3
-2
/
+19
|
\
\
|
*
|
Correctly resolve local if and when ternary expressions
Brad Lewis
2025-09-17
3
-2
/
+19
|
/
/
*
|
Merge pull request #1021 from BradLewis/fix/implicit-selector-binary-expr
Bradley Lewis
2025-09-16
2
-3
/
+24
|
\
\
|
*
|
Correct implicit selector expressions within binary expressions
Brad Lewis
2025-09-16
2
-3
/
+24
|
/
/
*
|
Merge pull request #1020 from BradLewis/feat/variadic-arg-improvements
Bradley Lewis
2025-09-16
5
-19
/
+120
|
\
\
|
*
|
Correctly resolve generic types where the underlying identifier is a pointer
Brad Lewis
2025-09-16
4
-18
/
+41
|
*
|
Correctly resolve generic variadic args
Brad Lewis
2025-09-16
2
-0
/
+48
|
*
|
Correctly resolve variadic args as a slice
Brad Lewis
2025-09-16
2
-1
/
+31
|
/
/
*
|
Merge pull request #1017 from BradLewis/fix/remove-newline-with-long-switch-p...
Bradley Lewis
2025-09-14
3
-2
/
+41
|
\
\
|
|
/
|
/
|
|
*
Break with no newline for long partial switch statement
Brad Lewis
2025-09-14
3
-2
/
+41
|
/
*
Merge pull request #1014 from BradLewis/fix/slicing-multipointers
Bradley Lewis
2025-09-14
2
-1
/
+31
|
\
|
*
Correct resolved types when slicing multi-pointers
Brad Lewis
2025-09-14
2
-1
/
+31
|
/
*
Merge pull request #1012 from BradLewis/master
Bradley Lewis
2025-09-13
3
-70
/
+4
|
\
|
*
Revert "Merge pull request #1010 from BradLewis/fix/completions-selector-in-s...
Brad Lewis
2025-09-13
3
-34
/
+1
|
*
Revert "Merge pull request #1011 from BradLewis/fix/completions-select-in-sel...
Brad Lewis
2025-09-13
3
-37
/
+4
|
/
*
Merge pull request #1011 from BradLewis/fix/completions-select-in-selector-call
Bradley Lewis
2025-09-13
3
-4
/
+37
|
\
|
*
Correct selector completions within selector call exprs
Brad Lewis
2025-09-13
3
-4
/
+37
|
/
*
Merge pull request #1010 from BradLewis/fix/completions-selector-in-selector-...
Bradley Lewis
2025-09-13
3
-1
/
+34
|
\
|
*
Resolve selector completions when a selector expr within a selector call expr
Brad Lewis
2025-09-13
3
-1
/
+34
|
/
*
Merge pull request #1009 from BradLewis/feat/add-string16-cstring16-types
Bradley Lewis
2025-09-13
2
-1
/
+5
|
\
|
*
Add string16 and cstring16 types
Brad Lewis
2025-09-13
2
-1
/
+5
|
/
*
Merge pull request #1007 from BradLewis/fix/assignment-long-lines
Bradley Lewis
2025-09-13
2
-2
/
+2
|
\
|
*
Make assignment and value decl behaviour the same with long lines
Brad Lewis
2025-09-13
2
-2
/
+2
|
/
*
Merge pull request #1006 from BradLewis/feat/proc-group-matrix-types
Bradley Lewis
2025-09-13
2
-4
/
+67
|
\
|
*
Resolve proc groups with matrix types
Brad Lewis
2025-09-13
2
-4
/
+67
|
/
[next]