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
...
|
*
|
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
|
/
*
Merge pull request #1005 from BradLewis/fix/allow-untyped-int-use-float-types
Bradley Lewis
2025-09-13
1
-2
/
+8
|
\
|
*
Add endian types to the untyped map
Brad Lewis
2025-09-13
1
-2
/
+8
*
|
Merge pull request #1004 from BradLewis/fix/allow-untyped-int-use-float-types
Bradley Lewis
2025-09-13
1
-0
/
+9
|
\
|
|
*
Allow untyped ints to be mapped to floating point types
Brad Lewis
2025-09-13
1
-0
/
+9
|
/
*
Merge pull request #1000 from BradLewis/fix/long-struct-fields
Bradley Lewis
2025-09-12
1
-1
/
+1
|
\
|
*
Fix formatting structs with long field definitions
Brad Lewis
2025-09-12
1
-1
/
+1
|
/
*
Merge pull request #996 from thetarnav/inlay-hints-fixes
Bradley Lewis
2025-09-12
6
-252
/
+353
|
\
|
*
Remove "Failed to get inlay hints" error
Damian Tarnawski
2025-09-12
1
-32
/
+27
|
*
Add additional test case to ast_inlay_hints_multi_return_params
Damian Tarnawski
2025-09-12
1
-4
/
+6
|
*
Remove slice.get
Damian Tarnawski
2025-09-12
1
-16
/
+20
|
*
Support inlay hints for multi-return function call arguments (fixes #901)
Damian Tarnawski
2025-09-12
1
-7
/
+54
|
*
Improve inlay hint algorithm and add more tests (fixes #920)
Damian Tarnawski
2025-09-11
2
-127
/
+145
|
*
Remove call nodes dyn array from get_inlay_hints
Damian Tarnawski
2025-09-11
1
-55
/
+45
|
*
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
2
-76
/
+65
|
*
Ignore linux build artifacts
Damian Tarnawski
2025-09-11
1
-0
/
+2
|
*
Correct single_test and add build_test build script commands
Damian Tarnawski
2025-09-11
2
-1
/
+22
*
|
Merge pull request #998 from BradLewis/feat/nesting-structs-bitfield-improvem...
Bradley Lewis
2025-09-11
8
-60
/
+262
|
\
\
|
*
|
Resolve references for bit field fields
Brad Lewis
2025-09-11
3
-39
/
+138
|
*
|
Correctly resolve go to definition for nested using bitfields on structs
Brad Lewis
2025-09-11
3
-3
/
+56
|
*
|
Resolve hover information for nested struct and bitfield fields
Brad Lewis
2025-09-11
2
-18
/
+68
|
/
/
[prev]
[next]