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
...
*
|
Add tests for prepare rename and improve prepare rename resolution
Brad Lewis
2025-07-02
3
-51
/
+79
*
|
Improve references of enums with field values
Brad Lewis
2025-07-02
3
-14
/
+54
*
|
Fix issue with struct field names being resolved as a proceeding struct
Brad Lewis
2025-07-02
2
-3
/
+9
*
|
Find references to struct fields defined within a proc correctly
Brad Lewis
2025-07-02
2
-12
/
+25
*
|
Improve resolution of struct fields across the codebase
Brad Lewis
2025-07-02
3
-5
/
+143
*
|
Fix issues resolving poly proc fields and improve hover information of poly s...
Brad Lewis
2025-07-01
3
-12
/
+68
*
|
Set file for generic expressions to the file of the symbol, rather than the f...
Brad Lewis
2025-07-01
3
-6
/
+8
*
|
Improve resolution of poly struct fields
Brad Lewis
2025-07-01
2
-1
/
+27
*
|
As struct poly info to hover information
Brad Lewis
2025-07-01
1
-1
/
+13
*
|
Missing cloning types for struct poly types
Brad Lewis
2025-06-30
2
-4
/
+6
*
|
resolve_location_selector didn't handle SymbolEnumValue
DanielGavin
2025-06-30
1
-25
/
+9
*
|
Merge pull request #697 from BradLewis/feat/goto-definition-improvements
DanielGavin
2025-06-30
2
-3
/
+13
|
\
\
|
*
|
Add all procedure group definitions to `goto definition` on an overloaded pro...
Brad Lewis
2025-06-29
2
-3
/
+13
*
|
|
Merge branch 'BradLewis-fix/small-array-completion'
DanielGavin
2025-06-30
1
-1
/
+1
|
\
\
\
|
*
|
|
Improve resolution of parameteric types with external types
Brad Lewis
2025-06-29
1
-1
/
+1
|
|
/
/
*
|
|
Mark collected distinct symbols as distinct and improve hover information
Brad Lewis
2025-06-29
2
-3
/
+9
*
|
|
Correct package information on types
Brad Lewis
2025-06-29
1
-3
/
+9
*
|
|
Write package for types if it differs from the package of the symbol
Brad Lewis
2025-06-29
1
-10
/
+15
*
|
|
Correct hover information for distinct types on fields
Brad Lewis
2025-06-29
1
-66
/
+64
|
/
/
*
|
Expand Struct_Type usings
Brad Lewis
2025-06-29
1
-0
/
+2
*
|
Merge pull request #690 from BradLewis/fix/union-enum-goto-definition
DanielGavin
2025-06-29
1
-4
/
+14
|
\
\
|
*
|
Add lookup to $builtin for goto definition
Brad Lewis
2025-06-29
1
-0
/
+4
|
*
|
Set the symbol uri when resolving enums from a union
Brad Lewis
2025-06-29
1
-4
/
+10
*
|
|
Move the add_local_group to the top of proc
DanielGavin
2025-06-29
1
-2
/
+2
|
/
/
*
|
Remove unused local id from the AstContext
Brad Lewis
2025-06-28
2
-34
/
+15
*
|
Make AstContext locals into a stack to fix resolving references
Brad Lewis
2025-06-28
3
-18
/
+16
*
|
Correctly resolve references within a switch case statement
Brad Lewis
2025-06-28
1
-0
/
+1
*
|
Merge pull request #681 from stianhj/fix-matrix-trailing-whitespace
DanielGavin
2025-06-28
1
-1
/
+5
|
\
\
|
*
|
fix trailing whitespace in matrix formatting
Stian H. Johannesen
2025-06-27
1
-1
/
+5
*
|
|
Improve completion struct information
Brad Lewis
2025-06-27
3
-21
/
+26
*
|
|
Correct tests after the refactor and add comment docs to struct field complet...
Brad Lewis
2025-06-27
5
-239
/
+294
*
|
|
Consolidate documentation writing code into new file and base it around symbols
Brad Lewis
2025-06-27
7
-725
/
+579
*
|
|
Merge pull request #678 from BradLewis/feat/proc-hover-comments
DanielGavin
2025-06-27
6
-16
/
+49
|
\
\
\
|
*
|
|
Add proc comments to hover information
Brad Lewis
2025-06-25
6
-16
/
+49
|
|
/
/
*
|
|
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2025-06-27
1
-1
/
+1
|
\
\
\
|
*
|
|
Correctly resolve references with param_expr
Brad Lewis
2025-06-27
1
-1
/
+1
|
|
/
/
*
/
/
Add clone for field.docs.
DanielGavin
2025-06-27
1
-11
/
+7
|
/
/
*
|
Improve use of runtime procedures without importing the actual package.
DanielGavin
2025-06-25
4
-14
/
+19
*
|
Improve references/renaming for enums.
DanielGavin
2025-06-25
3
-15
/
+18
*
|
Grow stack size on windows binaries. Support foreign import with when correctly.
DanielGavin
2025-06-25
1
-2
/
+20
*
|
Merge pull request #676 from BradLewis/feat/struct-hover-improvements
DanielGavin
2025-06-25
8
-192
/
+497
|
\
\
|
*
|
Correctly clone comment groups
Brad Lewis
2025-06-24
3
-2
/
+27
|
*
|
Introduce a builder for `SymbolStructValue` and add docs and comments to
Brad Lewis
2025-06-24
7
-192
/
+472
*
|
|
Add better support for goto and hover in index of enumerated array.
DanielGavin
2025-06-25
1
-0
/
+17
*
|
|
Add hover and definition on comp literals with enumerated arrays.
DanielGavin
2025-06-25
1
-11
/
+25
*
|
|
Fix issues with non-mutable decls in nested blocks.
DanielGavin
2025-06-25
1
-4
/
+33
*
|
|
Fixed issue struct literals with no fields newlining. This should only
DanielGavin
2025-06-24
1
-12
/
+17
|
/
/
*
|
Add base to auto import
DanielGavin
2025-06-23
1
-2
/
+2
*
|
Update schema for new attribute: enable_auto_import
DanielGavin
2025-06-22
1
-0
/
+4
*
|
Forgot to remove debug log.
DanielGavin
2025-06-22
1
-2
/
+0
[prev]
[next]