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
/
definition.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add hover info when hovering over an import statement
Brad Lewis
5 days
1
-8
/
+0
*
refactor: cleaning up the methods and config reading
moonz
2026-01-27
1
-33
/
+63
*
feat: added a feature flag to turn overload resoution on and off
moonz
2026-01-27
1
-7
/
+11
*
feat: go to resolved proc from a proc overload group when performing go-to-de...
moonz
2026-01-27
1
-4
/
+89
*
Add go to defintion for named proc params
Brad Lewis
2025-07-15
1
-6
/
+14
*
Add all procedure group definitions to `goto definition` on an overloaded pro...
Brad Lewis
2025-06-29
1
-0
/
+8
*
Move ast.odin to server + add resolve_when_condition
DanielGavin
2025-06-20
1
-2
/
+3
*
Merge branch 'fix/overloaded-procedures' of https://github.com/BradLewis/ols ...
DanielGavin
2025-06-10
1
-7
/
+10
|
\
|
*
Resolve procedure overloading from external packages and improve resolution
Brad Lewis
2025-06-08
1
-7
/
+10
*
|
Fix goto definition taking you to the field definition instead of the variabl...
Brad Lewis
2025-06-09
1
-15
/
+12
|
/
*
Change odinfmt to use 120 characters instead. Add support for infering Maybe ...
DanielGavin
2024-08-10
1
-45
/
+10
*
Remember to return false if selector definition could not be found.
DanielGavin
2024-06-25
1
-0
/
+2
*
Fix issues with selector call expression confusing whether to selector comple...
DanielGavin
2024-06-08
1
-4
/
+4
*
Automatically add shared collection.
DanielGavin
2024-02-22
1
-1
/
+1
*
Fix issue with goto in comp_lit value
DanielGavin
2023-09-19
1
-9
/
+13
*
Use InitializeOptions as the global setting, and override if specified throug...
DanielGavin
2023-05-29
1
-1
/
+2
*
Add support for gotos on comp literal fields
DanielGavin
2023-05-18
1
-0
/
+11
*
Start adding support to gotos for enums
DanielGavin
2023-03-06
1
-0
/
+11
*
Typo
DanielGavin
2022-12-06
1
-2
/
+1
*
Begin adding support for goto on import stmt
DanielGavin
2022-12-05
1
-1
/
+39
*
imporve the recursion check
Daniel Gavin
2022-10-24
1
-9
/
+9
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-9
/
+40
*
Fix hover and go to issue where selector base was the same name as field.
Daniel Gavin
2022-08-15
1
-1
/
+1
*
working on supporting references
Daniel Gavin
2022-07-30
1
-46
/
+4
*
Restructed the indexer
Daniel Gavin
2022-07-09
1
-1
/
+1
*
move document struct back to server
Daniel Gavin
2022-06-19
1
-1
/
+1
*
Add proper multi_pointer support and fix range half range op
Daniel Gavin
2022-04-15
1
-2
/
+0
*
Merge packages
Daniel Gavin
2022-04-09
1
-10
/
+5
*
strip colons and update ast to use unions
Daniel Gavin
2022-03-04
1
-47
/
+44
*
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
*
|
more refractoring by trying to store the variable information on the symbol.
Daniel Gavin
2022-01-05
1
-2
/
+1
|
/
*
Start working on goto with multiple locations(packages), and fix some odinfmt...
Daniel Gavin
2021-12-02
1
-10
/
+16
*
moving the analysis code to it's own analysis package to prepare for referenc...
Daniel Gavin
2021-07-30
1
-0
/
+137