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
/
testing
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat: add invert if action
pc
2026-01-30
1
-0
/
+38
|
*
feat: add completion edit text test for proc group with single argument
pc
2026-01-27
1
-0
/
+44
|
*
feat: suggest proc group instead of individual procs
pc
2026-01-27
1
-0
/
+3
|
*
refactor: cleaning up the methods and config reading
moonz
2026-01-27
1
-1
/
+1
|
*
Fix implicit selector completions for proc call args within assignments
Brad Lewis
2025-12-17
1
-1
/
+15
|
*
Add optional feature for displaying signature help for comp literals
Brad Lewis
2025-12-11
1
-24
/
+36
|
*
Use document range in get_inlay_hints
Damian Tarnawski
2025-10-01
1
-3
/
+5
|
*
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
1
-2
/
+47
|
*
Add code actions for importing packages from collections
Brad Lewis
2025-09-03
1
-0
/
+32
|
*
Add configuration for enabling pointer matching on completion
Brad Lewis
2025-08-24
1
-6
/
+13
|
*
Add special case for handling `append` for dynamic arrays
Brad Lewis
2025-08-24
1
-0
/
+38
|
*
Remove functions, consts, variables and fields when in struct definitions
Brad Lewis
2025-08-11
1
-1
/
+1
|
*
Fix completion and hover tests with documentation changes
Brad Lewis
2025-07-29
1
-3
/
+15
|
*
Move comments from details to the end of the docs for the symbol and
Brad Lewis
2025-07-22
1
-1
/
+2
|
|
|
|
use markdown for completion docs
*
Fix issue with structs and enum variants with the same names colliding with ↵
Brad Lewis
2025-07-07
1
-1
/
+14
|
|
|
|
references
*
Improve resolving enumerated arrays
Brad Lewis
2025-07-05
1
-1
/
+14
|
*
Support inlay hints with named params
Damian Tarnawski
2025-07-04
1
-1
/
+1
|
*
Test inlay hints
Damian Tarnawski
2025-07-04
1
-0
/
+33
|
*
Add tests for prepare rename and improve prepare rename resolution
Brad Lewis
2025-07-02
1
-0
/
+19
|
*
Add proc comments to hover information
Brad Lewis
2025-06-25
1
-1
/
+1
|
*
Introduce a builder for `SymbolStructValue` and add docs and comments to
Brad Lewis
2025-06-24
1
-1
/
+1
|
|
|
|
struct hover
*
Move to new allocator for documents.
DanielGavin
2025-06-21
1
-5
/
+5
|
*
Add textDocument/typeDefinition support
Brad Lewis
2025-06-13
1
-0
/
+39
|
*
Fix memory leak in tests and replace deprecated `append_bits_128`
Brad Lewis
2025-06-10
1
-10
/
+0
|
*
Make sure not to return $ for identifiers.
DanielGavin
2024-10-03
1
-137
/
+58
|
*
Resolve type in assignments with or_else, or_continue and or_break
Damian Tarnawski
2024-07-29
1
-1
/
+1
|
*
Correct collecting symbols for array types
Damian Tarnawski
2024-07-29
1
-10
/
+10
|
*
Setup tests for semantic tokens and add one simple test
Damian Tarnawski
2024-06-13
1
-0
/
+33
|
*
Improve reference testing
DanielGavin
2024-06-09
1
-17
/
+8
|
*
First version of selector rename.
DanielGavin
2024-06-08
1
-1
/
+5
|
*
Fix issues with selector call expression confusing whether to selector ↵
DanielGavin
2024-06-08
1
-4
/
+5
|
|
|
|
complete or identifier
*
Merge branch 'master' into rename
DanielGavin
2024-06-05
1
-42
/
+41
|
\
|
*
Start fixing memory leaks on tests.
DanielGavin
2024-06-04
1
-42
/
+41
|
|
*
|
Work on file resolve
DanielGavin
2024-05-29
1
-1
/
+37
|
/
*
Automatically add shared collection.
DanielGavin
2024-02-22
1
-9
/
+9
|
*
Fix issue where unresolved symbol didn't get the pkg updated.
DanielGavin
2023-07-26
1
-1
/
+1
|
*
Add support for gotos on comp literal fields
DanielGavin
2023-05-18
1
-2
/
+2
|
*
Add support for matrix types
Daniel Gavin
2022-10-27
1
-2
/
+2
|
*
Fix issue with union having a type from a different package.
Daniel Gavin
2022-10-25
1
-8
/
+7
|
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-100
/
+199
|
*
Restructed the indexer
Daniel Gavin
2022-07-09
1
-9
/
+7
|
*
Merge branch 'index-refractor'
Daniel Gavin
2022-06-12
1
-14
/
+15
|
\
|
*
forgot file
Daniel Gavin
2022-06-11
1
-1
/
+3
|
|
|
*
More reference work
Daniel Gavin
2022-06-11
1
-11
/
+8
|
|
|
*
Add last package cache for memory_index.
Daniel Gavin
2022-04-28
1
-0
/
+2
|
|
|
*
remove the lower case for windows.
Daniel Gavin
2022-04-28
1
-2
/
+2
|
|
*
|
Fix test compile error
DanielGavin
2022-06-08
1
-2
/
+2
|
/
*
Add proper multi_pointer support and fix range half range op
Daniel Gavin
2022-04-15
1
-1
/
+1
|
*
Fix windows issue with package lower and uppercase
Daniel Gavin
2022-04-11
1
-8
/
+6
|
[next]