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
...
|
*
|
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
3
-12
/
+54
|
*
|
Improve resolution of struct fields across the codebase
Brad Lewis
2025-07-02
3
-5
/
+143
|
/
/
*
|
Merge pull request #702 from BradLewis/fix/poly-struct-autocomplete
DanielGavin
2025-07-02
7
-14
/
+385
|
\
\
|
*
|
Fix issues resolving poly proc fields and improve hover information of poly s...
Brad Lewis
2025-07-01
4
-12
/
+168
|
*
|
Set file for generic expressions to the file of the symbol, rather than the f...
Brad Lewis
2025-07-01
5
-7
/
+170
|
*
|
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
2
-1
/
+27
|
/
/
*
|
Merge pull request #700 from BradLewis/fix/poly-struct-resolving
DanielGavin
2025-07-01
2
-4
/
+6
|
\
\
|
*
|
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
2
-38
/
+41
*
|
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
2
-32
/
+167
|
\
\
\
|
*
|
|
Improve resolution of parameteric types with external types
Brad Lewis
2025-06-29
2
-1
/
+129
|
|
/
/
*
|
|
Merge pull request #695 from BradLewis/fix/distinct-hover
DanielGavin
2025-06-30
3
-75
/
+174
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Mark collected distinct symbols as distinct and improve hover information
Brad Lewis
2025-06-29
3
-3
/
+48
|
*
|
Correct package information on types
Brad Lewis
2025-06-29
2
-4
/
+10
|
*
|
Write package for types if it differs from the package of the symbol
Brad Lewis
2025-06-29
2
-10
/
+43
|
*
|
Correct hover information for distinct types on fields
Brad Lewis
2025-06-29
2
-67
/
+82
|
/
/
*
|
Merge pull request #692 from BradLewis/fix/struct-inline-usings
DanielGavin
2025-06-29
2
-0
/
+24
|
\
\
|
*
|
Expand Struct_Type usings
Brad Lewis
2025-06-29
2
-0
/
+24
|
/
/
*
|
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
*
|
|
Merge pull request #689 from samwdp/update_readme
DanielGavin
2025-06-29
1
-12
/
+29
|
\
\
\
|
*
|
|
feat: updated readme for ols instructions for lsp-mode
Sam Precious
2025-06-29
1
-12
/
+29
|
|
/
/
*
/
/
Move the add_local_group to the top of proc
DanielGavin
2025-06-29
1
-2
/
+2
|
/
/
*
|
Merge pull request #685 from BradLewis/fix/references-in-switch
DanielGavin
2025-06-28
4
-48
/
+142
|
\
\
|
*
|
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
4
-18
/
+94
|
*
|
Correctly resolve references within a switch case statement
Brad Lewis
2025-06-28
2
-0
/
+37
|
/
/
*
|
Merge pull request #681 from stianhj/fix-matrix-trailing-whitespace
DanielGavin
2025-06-28
3
-22
/
+26
|
\
\
|
*
|
fix trailing whitespace in matrix formatting
Stian H. Johannesen
2025-06-27
3
-22
/
+26
*
|
|
Merge pull request #684 from BradLewis/feat/rework-symbol-documentation-writing
DanielGavin
2025-06-28
8
-506
/
+454
|
\
\
\
|
*
|
|
Improve completion struct information
Brad Lewis
2025-06-27
4
-27
/
+66
|
*
|
|
Correct tests after the refactor and add comment docs to struct field complet...
Brad Lewis
2025-06-27
7
-243
/
+298
|
*
|
|
Consolidate documentation writing code into new file and base it around symbols
Brad Lewis
2025-06-27
8
-727
/
+581
|
/
/
/
*
|
|
Merge pull request #678 from BradLewis/feat/proc-hover-comments
DanielGavin
2025-06-27
7
-16
/
+100
|
\
\
\
|
*
|
|
Add proc comments to hover information
Brad Lewis
2025-06-25
7
-16
/
+100
|
|
/
/
*
|
|
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2025-06-27
2
-1
/
+34
|
\
\
\
|
*
\
\
Merge pull request #682 from BradLewis/feat/improve-references-param-expr
DanielGavin
2025-06-27
2
-1
/
+34
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Correctly resolve references with param_expr
Brad Lewis
2025-06-27
2
-1
/
+34
|
|
/
/
*
/
/
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
4
-35
/
+71
*
|
Grow stack size on windows binaries. Support foreign import with when correctly.
DanielGavin
2025-06-25
3
-9
/
+27
*
|
Merge pull request #676 from BradLewis/feat/struct-hover-improvements
DanielGavin
2025-06-25
10
-195
/
+631
|
\
\
|
*
|
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
9
-195
/
+606
[prev]
[next]