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
/
server
/
analysis.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Improve completion struct information
Brad Lewis
2025-06-27
1
-2
/
+0
*
Consolidate documentation writing code into new file and base it around symbols
Brad Lewis
2025-06-27
1
-298
/
+0
*
Add proc comments to hover information
Brad Lewis
2025-06-25
1
-0
/
+9
*
Improve use of runtime procedures without importing the actual package.
DanielGavin
2025-06-25
1
-1
/
+11
*
Improve references/renaming for enums.
DanielGavin
2025-06-25
1
-0
/
+3
*
Merge pull request #676 from BradLewis/feat/struct-hover-improvements
DanielGavin
2025-06-25
1
-153
/
+113
|
\
|
*
Introduce a builder for `SymbolStructValue` and add docs and comments to
Brad Lewis
2025-06-24
1
-153
/
+113
*
|
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
|
/
*
Move ast.odin to server + add resolve_when_condition
DanielGavin
2025-06-20
1
-34
/
+34
*
Merge pull request #662 from BradLewis/feat/type-definition
DanielGavin
2025-06-17
1
-75
/
+175
|
\
|
*
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
1
-75
/
+163
*
|
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
1
-0
/
+8
|
/
*
Fix issue with field completions in multi-pointer structs and rename `SymbolM...
Brad Lewis
2025-06-13
1
-5
/
+5
*
Improve resolving overloaded functions
Brad Lewis
2025-06-12
1
-10
/
+15
*
Add struct field type to hover information
Brad Lewis
2025-06-10
1
-2
/
+14
*
Add hover support for substring slices
Brad Lewis
2025-06-10
1
-0
/
+5
*
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
1
-3
/
+33
|
\
\
|
*
|
Resolve procedure overloading from external packages and improve resolution
Brad Lewis
2025-06-08
1
-3
/
+33
|
|
/
*
|
Add short signature parameter and update completion tests
Brad Lewis
2025-06-07
1
-5
/
+40
*
|
Fix hover on external package structs returned from procedures
Brad Lewis
2025-06-07
1
-3
/
+13
*
|
Add hover for struct fields within definition
Brad Lewis
2025-06-07
1
-1
/
+1
*
|
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 definition and hover for union enum types
Brad Lewis
2025-06-05
1
-3
/
+4
*
Resolve assignments before switch statements position context
Brad Lewis
2025-06-04
1
-5
/
+4
*
Fixed issue with magic completion in call expressions.
DanielGavin
2025-05-17
1
-45
/
+61
*
Merge pull request #633 from harold-b/hb.fix-parapoly-instance-alias
DanielGavin
2025-05-01
1
-23
/
+37
|
\
|
*
Fix resolving aliases to parapoly instances in locals and globals
Harold Brenes
2025-05-01
1
-23
/
+37
*
|
Fix resolve parapoly speciliazations
Harold Brenes
2025-05-01
1
-0
/
+5
|
/
*
Fix issues with non mutable in local scope
DanielGavin
2025-04-17
1
-8
/
+7
*
Add support for iterators in for in loop with two arguments
DanielGavin
2025-04-05
1
-2
/
+2
*
Fixed newly introduced bug with value decl
DanielGavin
2024-12-31
1
-1
/
+1
*
Fix comp literals where type is specified through value decl and not comp lit
DanielGavin
2024-12-25
1
-0
/
+2
*
Fix issues with completing field with using.
dev-2024-11
DanielGavin
2024-11-30
1
-0
/
+3
*
Simplify code
DanielGavin
2024-11-17
1
-59
/
+6
*
Add support for call expression "range" loops with custom iterators and non
DanielGavin
2024-11-17
1
-1
/
+93
[prev]
[next]