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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
requests.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into overload_resolution
moonz
2026-01-27
1
-0
/
+2
|
\
|
*
Add option to put the signature help for comp lits in the docs to improve ren...
Brad Lewis
2026-01-27
1
-0
/
+2
*
|
refactor: cleaning up the methods and config reading
moonz
2026-01-27
1
-2
/
+2
*
|
feat: added a feature flag to turn overload resoution on and off
moonz
2026-01-27
1
-0
/
+2
|
/
*
Always set semantic token full capabilities to true when enabled
Brad Lewis
2025-12-16
1
-1
/
+1
*
Add optional feature for displaying signature help for comp literals
Brad Lewis
2025-12-11
1
-1
/
+4
*
Add support for ols config profiles with defines and arch
Brad Lewis
2025-12-06
1
-17
/
+23
*
Change config load order and fix odin_core_env detection.
doongjohn
2025-10-29
1
-5
/
+7
*
Change comment.
doongjohn
2025-10-29
1
-1
/
+1
*
Delete unnecessary log.
doongjohn
2025-10-29
1
-1
/
+0
*
Fix config initialization order.
doongjohn
2025-10-29
1
-28
/
+41
*
Fix memory leak for real.
doongjohn
2025-10-28
1
-3
/
+4
*
Fix memory leak when reinitializing the collections.
doongjohn
2025-10-28
1
-5
/
+12
*
Fix read_ols_initialize_options not initializing collections on second
doongjohn
2025-10-28
1
-16
/
+11
*
Add support for documentHighlight
rasa-silva
2025-10-19
1
-0
/
+47
*
Only check unused imports if the document is not nil on save
Brad Lewis
2025-10-17
1
-2
/
+3
*
Use temp_allocator for read_entire_file on file change
thetarnav
2025-10-07
1
-3
/
+1
*
Merge pull request #1040 from DanielGavin/remove-unused-imports
DanielGavin
2025-10-05
1
-2
/
+17
|
\
|
*
Use defer to handle the case when document_open fails.
remove-unused-imports
DanielGavin
2025-10-05
1
-2
/
+2
|
*
Remove unused fields/variables
DanielGavin
2025-10-04
1
-1
/
+0
|
*
Move the deletion of the uri to the request itself.
DanielGavin
2025-10-04
1
-0
/
+2
|
*
Added diagnostic system to collect all the diagnostics. Unused imports are sh...
DanielGavin
2025-10-03
1
-1
/
+13
|
*
Merge branch 'master' into remove-unused-imports
DanielGavin
2025-09-27
1
-23
/
+17
|
|
\
|
*
\
Merge branch 'master' into remove-unused-imports
DanielGavin
2025-09-27
1
-7
/
+7
|
|
\
\
|
*
|
|
Add support for graying out unused imports
DanielGavin
2025-09-22
1
-0
/
+2
*
|
|
|
Use document range in get_inlay_hints
Damian Tarnawski
2025-10-01
1
-7
/
+4
*
|
|
|
Use the ranged argument from inlay hints to improve performance.
DanielGavin
2025-10-01
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Add inlay hints for implicit return values (closes #1058)
Damian Tarnawski
2025-09-26
1
-23
/
+17
|
|
/
|
/
|
*
|
Use client capabilities to check if range semantic token is supported.
DanielGavin
2025-09-24
1
-2
/
+4
*
|
Add proper support for ranged semantic tokens.
semantic_tokens_range
DanielGavin
2025-09-23
1
-6
/
+4
|
/
*
Add code actions for importing packages from collections
Brad Lewis
2025-09-03
1
-1
/
+35
*
Add option to disable document links
Brad Lewis
2025-08-26
1
-0
/
+10
*
Add configuration for enabling pointer matching on completion
Brad Lewis
2025-08-24
1
-1
/
+4
*
Add `odin_root_override` to ols config to allow a user to override the `ODIN_...
Brad Lewis
2025-08-13
1
-27
/
+41
*
Use empty struct as map values when wanting a hashset
Brad Lewis
2025-08-12
1
-8
/
+8
*
Enable references by default
Brad Lewis
2025-08-09
1
-4
/
+1
*
Remove bad free when using the tracking allocator
Brad Lewis
2025-07-06
1
-1
/
+0
*
Improve use of runtime procedures without importing the actual package.
DanielGavin
2025-06-25
1
-2
/
+3
*
Auto import packages from core on completion.
DanielGavin
2025-06-22
1
-0
/
+3
*
Start working on caching the packages of your project that are not used yet.
DanielGavin
2025-06-22
1
-1
/
+11
*
Move ast.odin to server + add resolve_when_condition
DanielGavin
2025-06-20
1
-2
/
+6
*
Add textDocument/typeDefinition support
Brad Lewis
2025-06-13
1
-0
/
+42
*
Remember to check if the client has dynamic registration for change watched f...
DanielGavin
2025-05-29
1
-1
/
+3
*
Check for when the method doesn't exist and send error with log.
DanielGavin
2025-05-29
1
-1
/
+9
*
Handle case where uri doesn't exist when editors open a file without project.
DanielGavin
2025-04-17
1
-0
/
+2
*
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2025-04-05
1
-1
/
+10
|
\
|
*
allow odin_command to be a relative path
hardliner66
2025-03-09
1
-1
/
+10
*
|
Add support for filewatching from the client
DanielGavin
2025-04-05
1
-82
/
+77
|
/
*
Update `requests.odin` for dynamic literals.
G'lek Tarssza
2025-01-07
1
-0
/
+1
*
Add exclude path for workspace symbols.
DanielGavin
2024-12-30
1
-8
/
+6
[next]