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
...
*
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
|
/
/
*
|
Merge pull request #994 from BradLewis/chore/resolve-assign-comp-lits
Bradley Lewis
2025-09-10
3
-0
/
+190
|
\
\
|
*
|
Correctly resolve references of assign comp lits
Brad Lewis
2025-09-10
2
-2
/
+54
|
*
|
Correctly resolve comp lits in map keys
Brad Lewis
2025-09-10
2
-10
/
+49
|
*
|
Resolve assign comp lits
Brad Lewis
2025-09-10
2
-0
/
+99
|
/
/
*
|
Merge pull request #993 from BradLewis/chore/reenable-windows-tests-ci
Bradley Lewis
2025-09-10
1
-2
/
+2
|
\
\
|
*
|
Re-enable running the tests in the windows CI
Brad Lewis
2025-09-10
1
-2
/
+2
|
/
/
*
|
Merge pull request #992 from BradLewis/fix/check-symbol-before-code-action
Bradley Lewis
2025-09-10
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
Check if name is referring to a known symbol before adding to the import code...
Brad Lewis
2025-09-10
1
-1
/
+4
|
/
*
Merge pull request #991 from BradLewis/fix/clone-proc-lit-where-clause
Bradley Lewis
2025-09-10
1
-1
/
+1
|
\
|
*
Clone proc lit where clauses
Brad Lewis
2025-09-10
1
-1
/
+1
|
/
*
Merge pull request #990 from BradLewis/feat/where-clause-in-hover
Bradley Lewis
2025-09-10
5
-27
/
+156
|
\
|
*
Add parentheses around named proc returns
Brad Lewis
2025-09-10
2
-1
/
+20
|
*
Add where clauses to hover information
Brad Lewis
2025-09-10
5
-26
/
+136
|
/
*
Merge pull request #987 from BradLewis/feat/cache-packages-workspace-symbols
Bradley Lewis
2025-09-09
3
-50
/
+61
|
\
|
*
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
2
-0
/
+52
|
\
|
*
Remove completions when entering bit_field or struct field names
Brad Lewis
2025-09-08
2
-0
/
+52
*
|
Merge pull request #986 from BradLewis/fix/ensure-selection-range-within-range
Bradley Lewis
2025-09-08
1
-8
/
+20
|
\
\
|
|
/
|
/
|
|
*
Ensure selection range is within the range for document symbols
Brad Lewis
2025-09-08
1
-8
/
+20
|
/
*
Merge pull request #985 from BradLewis/chore/use-equal-fold-references
Bradley Lewis
2025-09-08
1
-2
/
+2
|
\
|
*
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
8
-91
/
+175
|
\
|
*
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
2
-2
/
+21
|
*
Parse fields correctly
Brad Lewis
2025-09-07
3
-0
/
+36
[prev]
[next]