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
...
*
|
Auto import packages from core on completion.
DanielGavin
2025-06-22
5
-13
/
+43
*
|
Start working on caching the packages of your project that are not used yet.
DanielGavin
2025-06-22
5
-6
/
+129
*
|
Add support for unary expression in when resolve
DanielGavin
2025-06-22
1
-1
/
+8
*
|
Move to new allocator for documents.
DanielGavin
2025-06-21
5
-179
/
+26
*
|
Improve When resolving
DanielGavin
2025-06-20
1
-37
/
+54
*
|
Move ast.odin to server + add resolve_when_condition
DanielGavin
2025-06-20
16
-163
/
+255
*
|
Merge pull request #662 from BradLewis/feat/type-definition
DanielGavin
2025-06-17
5
-75
/
+503
|
\
\
|
*
|
Correctly handle type casts
Brad Lewis
2025-06-13
1
-0
/
+2
|
*
|
Correctly handle array types of pointers
Brad Lewis
2025-06-13
1
-3
/
+5
|
*
|
Correctly handle pointer types
Brad Lewis
2025-06-13
1
-4
/
+12
|
*
|
Add textDocument/typeDefinition support
Brad Lewis
2025-06-13
5
-75
/
+491
*
|
|
Correctly resolve overloaded call argument types with parametric types
Brad Lewis
2025-06-16
1
-2
/
+2
*
|
|
Merge branch 'BradLewis-fix/further-overload-resolution-improvements'
DanielGavin
2025-06-15
1
-19
/
+43
|
\
\
\
|
*
|
|
Fix resolution of identifiers from other packages that share the same name as...
Brad Lewis
2025-06-14
1
-4
/
+9
|
*
|
|
Further improvements to procedure overload resolution
Brad Lewis
2025-06-14
1
-15
/
+34
|
|
/
/
*
/
/
Improve resolution of comp literals
Brad Lewis
2025-06-13
2
-40
/
+25
|
/
/
*
|
Fix issue with field completions in multi-pointer structs and rename `SymbolM...
Brad Lewis
2025-06-13
5
-31
/
+54
*
|
Improve resolving overloaded functions
Brad Lewis
2025-06-12
1
-10
/
+15
*
|
Make the `server.indexer` threadlocal, enabling running the tests with multip...
Brad Lewis
2025-06-11
1
-0
/
+1
*
|
Merge pull request #657 from BradLewis/fix/memory-leak-tests
DanielGavin
2025-06-11
3
-35
/
+4
|
\
\
|
*
|
Fix memory leak in tests and replace deprecated `append_bits_128`
Brad Lewis
2025-06-10
3
-35
/
+4
*
|
|
Fix issue with the LSP incorrectly inferring positions if the file started wi...
Brad Lewis
2025-06-11
1
-1
/
+1
*
|
|
Add struct field type to hover information
Brad Lewis
2025-06-10
4
-9
/
+27
|
/
/
*
|
Add hover support for substring slices
Brad Lewis
2025-06-10
1
-0
/
+5
*
|
Enrich hover for proc group definitions by providing the definitions for the ...
Brad Lewis
2025-06-10
2
-27
/
+45
*
|
Resolve procedure overloading from external packages and improve
Brad Lewis
2025-06-10
1
-1
/
+4
*
|
Merge branch 'fix/local-identification' of https://github.com/BradLewis/ols i...
DanielGavin
2025-06-10
1
-1
/
+6
|
\
\
|
*
|
Ensure for locals that they are defined in the same file as the identifier
Brad Lewis
2025-06-10
1
-1
/
+6
*
|
|
Merge branch 'fix/overloaded-procedures' of https://github.com/BradLewis/ols ...
DanielGavin
2025-06-10
7
-14
/
+86
|
\
\
\
|
*
|
|
Resolve procedure overloading from external packages and improve resolution
Brad Lewis
2025-06-08
7
-13
/
+86
|
|
/
/
*
|
|
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2025-06-10
6
-39
/
+129
|
\
\
\
|
*
\
\
Merge pull request #652 from BradLewis/fix/goto-definition-references-selecto...
DanielGavin
2025-06-10
3
-24
/
+17
|
|
\
\
\
|
|
*
|
|
Find references from base declaration when it is an identifier
Brad Lewis
2025-06-09
1
-1
/
+2
|
|
*
|
|
Improve reference handling for variables part of selector expr
Brad Lewis
2025-06-09
2
-9
/
+4
|
|
*
|
|
Fix goto definition taking you to the field definition instead of the variabl...
Brad Lewis
2025-06-09
1
-15
/
+12
|
|
|
/
/
|
*
|
|
Add short signature parameter and update completion tests
Brad Lewis
2025-06-07
2
-7
/
+42
|
*
|
|
Fix hover on external package structs returned from procedures
Brad Lewis
2025-06-07
2
-4
/
+15
|
*
|
|
Add hover for struct fields within definition
Brad Lewis
2025-06-07
3
-5
/
+27
|
*
|
|
Enrich enum and union information on variable hover
Brad Lewis
2025-06-07
1
-22
/
+20
|
*
|
|
Include encriched struct information on variable hover
Brad Lewis
2025-06-07
1
-18
/
+17
|
*
|
|
Add full definition for enums and unions on hover
Brad Lewis
2025-06-07
1
-2
/
+18
|
*
|
|
Align types in the hover text
Brad Lewis
2025-06-07
1
-1
/
+7
|
*
|
|
Add full struct definition on hover
Brad Lewis
2025-06-07
1
-1
/
+11
|
|
/
/
*
/
/
Fix issue where hover inside struct construction would resolve to the field r...
Brad Lewis
2025-06-09
1
-9
/
+11
|
/
/
*
|
Fix definition and hover for union enum types
Brad Lewis
2025-06-05
1
-3
/
+4
*
|
Update implicit expression hover text to include package
Brad Lewis
2025-06-05
1
-4
/
+2
*
|
Add hover support for implicit selector expr
Brad Lewis
2025-06-05
1
-0
/
+27
*
|
Resolve assignments before switch statements position context
Brad Lewis
2025-06-04
1
-5
/
+4
*
|
Fix proc param with no return display arrow in hover contents
Brad Lewis
2025-06-02
1
-2
/
+5
*
|
Update struct poly params formatting to match proc params and wrap
Brad Lewis
2025-05-31
1
-2
/
+18
[prev]
[next]