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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add enum base type and values to the enum symbol and update hover to include ...
Brad Lewis
2025-07-03
1
-0
/
+14
*
Add SymbolMapValue to selector resolve in the index case
Brad Lewis
2025-07-03
1
-0
/
+17
*
Add hover information for enum fields
Brad Lewis
2025-07-03
1
-0
/
+26
*
Add hover information to enum implicit and explicit assignments
Brad Lewis
2025-07-03
1
-0
/
+36
*
Add enum completion to map keys
Brad Lewis
2025-07-03
1
-1
/
+19
*
Store local variables when looping over bitsets
Brad Lewis
2025-07-03
1
-0
/
+20
*
Exclude already added enum fields when adding multiple to a bitset
Brad Lewis
2025-07-02
1
-0
/
+18
*
Add completions for enum slice elements
Brad Lewis
2025-07-02
1
-0
/
+16
*
Add tests for prepare rename and improve prepare rename resolution
Brad Lewis
2025-07-02
1
-0
/
+205
*
Improve references of enums with field values
Brad Lewis
2025-07-02
1
-0
/
+45
*
Find references to struct fields defined within a proc correctly
Brad Lewis
2025-07-02
1
-0
/
+29
*
Fix issues resolving poly proc fields and improve hover information of poly s...
Brad Lewis
2025-07-01
1
-0
/
+100
*
Set file for generic expressions to the file of the symbol, rather than the f...
Brad Lewis
2025-07-01
2
-1
/
+162
*
As struct poly info to hover information
Brad Lewis
2025-07-01
1
-0
/
+14
*
resolve_location_selector didn't handle SymbolEnumValue
DanielGavin
2025-06-30
1
-13
/
+32
*
Merge branch 'BradLewis-fix/small-array-completion'
DanielGavin
2025-06-30
1
-31
/
+166
|
\
|
*
Improve resolution of parameteric types with external types
Brad Lewis
2025-06-29
1
-0
/
+128
*
|
Mark collected distinct symbols as distinct and improve hover information
Brad Lewis
2025-06-29
1
-0
/
+39
*
|
Correct package information on types
Brad Lewis
2025-06-29
1
-1
/
+1
*
|
Write package for types if it differs from the package of the symbol
Brad Lewis
2025-06-29
1
-0
/
+28
*
|
Correct hover information for distinct types on fields
Brad Lewis
2025-06-29
1
-1
/
+18
|
/
*
Expand Struct_Type usings
Brad Lewis
2025-06-29
1
-0
/
+22
*
Make AstContext locals into a stack to fix resolving references
Brad Lewis
2025-06-28
1
-0
/
+78
*
Correctly resolve references within a switch case statement
Brad Lewis
2025-06-28
1
-0
/
+36
*
Improve completion struct information
Brad Lewis
2025-06-27
1
-6
/
+40
*
Correct tests after the refactor and add comment docs to struct field complet...
Brad Lewis
2025-06-27
2
-4
/
+4
*
Consolidate documentation writing code into new file and base it around symbols
Brad Lewis
2025-06-27
1
-2
/
+2
*
Merge pull request #678 from BradLewis/feat/proc-hover-comments
DanielGavin
2025-06-27
1
-0
/
+51
|
\
|
*
Add proc comments to hover information
Brad Lewis
2025-06-25
1
-0
/
+51
*
|
Correctly resolve references with param_expr
Brad Lewis
2025-06-27
1
-0
/
+33
|
/
*
Improve references/renaming for enums.
DanielGavin
2025-06-25
1
-20
/
+53
*
Merge pull request #676 from BradLewis/feat/struct-hover-improvements
DanielGavin
2025-06-25
2
-3
/
+134
|
\
|
*
Introduce a builder for `SymbolStructValue` and add docs and comments to
Brad Lewis
2025-06-24
2
-3
/
+134
*
|
Add better support for goto and hover in index of enumerated array.
DanielGavin
2025-06-25
1
-0
/
+28
*
|
Add hover and definition on comp literals with enumerated arrays.
DanielGavin
2025-06-25
1
-80
/
+47
*
|
Fix issues with non-mutable decls in nested blocks.
DanielGavin
2025-06-25
1
-22
/
+30
|
/
*
Merge pull request #662 from BradLewis/feat/type-definition
DanielGavin
2025-06-17
3
-0
/
+939
|
\
|
*
Correctly handle type casts
Brad Lewis
2025-06-13
1
-0
/
+29
|
*
Correctly handle array types of pointers
Brad Lewis
2025-06-13
1
-0
/
+26
|
*
Correctly handle pointer types
Brad Lewis
2025-06-13
1
-1
/
+121
|
*
Add textDocument/typeDefinition support
Brad Lewis
2025-06-13
3
-0
/
+764
*
|
Correctly resolve overloaded call argument types with parametric types
Brad Lewis
2025-06-16
1
-0
/
+76
*
|
Merge branch 'BradLewis-fix/further-overload-resolution-improvements'
DanielGavin
2025-06-15
1
-16
/
+272
|
\
\
|
*
|
Fix resolution of identifiers from other packages that share the same name as...
Brad Lewis
2025-06-14
1
-0
/
+134
|
*
|
Further improvements to procedure overload resolution
Brad Lewis
2025-06-14
1
-0
/
+116
|
|
/
*
/
Improve resolution of comp literals
Brad Lewis
2025-06-13
2
-0
/
+34
|
/
*
Fix issue with field completions in multi-pointer structs and rename `SymbolM...
Brad Lewis
2025-06-13
1
-0
/
+58
*
Improve resolving overloaded functions
Brad Lewis
2025-06-12
1
-9
/
+42
*
Fix issue with the LSP incorrectly inferring positions if the file started wi...
Brad Lewis
2025-06-11
3
-0
/
+68
*
Add struct field type to hover information
Brad Lewis
2025-06-10
1
-1
/
+43
[prev]
[next]