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
/
hover.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Resolve procedure overloading from external packages and improve resolution
Brad Lewis
2025-06-08
1
-2
/
+24
*
|
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2025-06-10
1
-3
/
+26
|
\
\
|
*
|
Fix hover on external package structs returned from procedures
Brad Lewis
2025-06-07
1
-1
/
+2
|
*
|
Add hover for struct fields within definition
Brad Lewis
2025-06-07
1
-2
/
+24
|
|
/
*
/
Fix issue where hover inside struct construction would resolve to the field r...
Brad Lewis
2025-06-09
1
-9
/
+11
|
/
*
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
*
Fix issue with setting the ast_context.call in hover and file resolve
DanielGavin
2025-05-22
1
-1
/
+3
*
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2025-01-11
1
-0
/
+1
|
\
|
*
Update `hover.odin` for dynamic literals.
G'lek Tarssza
2025-01-07
1
-0
/
+1
*
|
Fix issue with warning on save.
DanielGavin
2025-01-11
1
-1
/
+1
|
/
*
function overload now handles shared types in function. Hover should also sho...
DanielGavin
2024-10-05
1
-0
/
+6
*
Change odinfmt to use 120 characters instead. Add support for infering Maybe ...
DanielGavin
2024-08-10
1
-127
/
+33
*
Refractor ast_context.current_package now being called through defered functions
DanielGavin
2024-05-11
1
-2
/
+3
*
support bit_fields
Laytan Laats
2024-04-15
1
-0
/
+38
*
Fix issues with objc completion and hover
DanielGavin
2024-04-06
1
-1
/
+19
*
Automatically add shared collection.
DanielGavin
2024-02-22
1
-11
/
+10
*
Add hover support for comp literal fields
DanielGavin
2023-05-18
1
-1
/
+34
*
Begin adding support for goto on import stmt
DanielGavin
2022-12-05
1
-0
/
+4
*
Try to use recursion map on pointers to prevent stackoverflow crashes
Daniel Gavin
2022-10-23
1
-13
/
+14
*
Fix hover bug with default values.
Daniel Gavin
2022-08-26
1
-0
/
+5
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-31
/
+107
*
Fix hover and go to issue where selector base was the same name as field.
Daniel Gavin
2022-08-15
1
-6
/
+5
*
Restructed the indexer
Daniel Gavin
2022-07-09
1
-1
/
+1
*
move document struct back to server
Daniel Gavin
2022-06-19
1
-3
/
+3
*
typo
Daniel Gavin
2022-06-12
1
-2
/
+2
*
Merge branch 'index-refractor'
Daniel Gavin
2022-06-12
1
-3
/
+21
|
\
|
*
Add custom hover map
Daniel Gavin
2022-06-12
1
-0
/
+20
|
*
Fix hover bug
Daniel Gavin
2022-06-11
1
-3
/
+1
*
|
Fixed neovim hover issue
JamesDSource
2022-06-08
1
-8
/
+8
|
/
*
Merge packages
Daniel Gavin
2022-04-09
1
-11
/
+5
*
Prepare for rename
Daniel Gavin
2022-03-19
1
-5
/
+5
*
Fix hover error and change union complete type
Daniel Gavin
2022-03-12
1
-6
/
+3
*
strip colons and update ast to use unions
Daniel Gavin
2022-03-04
1
-63
/
+63
*
Remove the failed idea of making request tasks
Daniel Gavin
2022-01-19
1
-1
/
+1
*
Merge branch 'master' into refractor-analysis
Daniel Gavin
2022-01-17
1
-1
/
+1
|
\
|
*
FIx new slashpath change
Daniel Gavin
2022-01-17
1
-1
/
+1
*
|
Fix issues with no completion on identifier in comp literal.
Daniel Gavin
2022-01-12
1
-3
/
+1
*
|
simplified how variables are decided
Daniel Gavin
2022-01-11
1
-4
/
+2
*
|
more refractoring by trying to store the variable information on the symbol.
Daniel Gavin
2022-01-05
1
-1
/
+1
*
|
refractor
Daniel Gavin
2021-12-31
1
-1
/
+1
*
|
refractor
Daniel Gavin
2021-12-31
1
-1
/
+1
|
/
*
Improve distinct type info
Daniel Gavin
2021-12-31
1
-6
/
+6
*
moving the analysis code to it's own analysis package to prepare for referenc...
Daniel Gavin
2021-07-30
1
-2
/
+8
*
lazily create signatures for functions
Daniel Gavin
2021-05-06
1
-0
/
+3
*
started lazy creating signatures for procedures
Daniel Gavin
2021-05-06
1
-1
/
+1
*
more tests + added default values in proc resolving
Daniel Gavin
2021-05-01
1
-0
/
+27
*
relative import did not correctly absolute their paths in indexing
DanielGavin
2021-04-03
1
-3
/
+0
*
remove duplicates when fuzzy searching the same package
DanielGavin
2021-04-02
1
-1
/
+1
*
correct hovering on procedures that are variables
DanielGavin
2021-03-20
1
-1
/
+9
[prev]
[next]