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
/
common
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Only use field for selector completions if the position is within the field
Brad Lewis
2025-12-16
1
-2
/
+0
|
*
Add optional feature for displaying signature help for comp literals
Brad Lewis
2025-12-11
1
-0
/
+1
|
*
Add support for documentHighlight
rasa-silva
2025-10-19
1
-0
/
+1
|
*
os2 fixes getting executable path fail
Kamron Bhavnagri
2025-10-18
1
-4
/
+6
|
*
Fix issue calculating the absolute range with a file starting with a new line
Brad Lewis
2025-10-16
1
-1
/
+5
|
*
Remove unused fields/variables
DanielGavin
2025-10-04
1
-36
/
+35
|
*
Merge branch 'master' into remove-unused-imports
DanielGavin
2025-09-27
1
-0
/
+1
|
\
|
*
Add inlay hints for implicit return values (closes #1058)
Damian Tarnawski
2025-09-26
1
-1
/
+1
|
|
*
|
Have the removed imports remove the line.
DanielGavin
2025-09-27
1
-0
/
+14
|
|
*
|
Add support for graying out unused imports
DanielGavin
2025-09-22
1
-0
/
+1
|
/
*
Add option to disable document links
Brad Lewis
2025-08-26
1
-0
/
+1
|
*
Add configuration for enabling pointer matching on completion
Brad Lewis
2025-08-24
1
-0
/
+1
|
*
Expand `$HOME` when resolving home directory
Brad Lewis
2025-08-13
1
-9
/
+16
|
*
Add `odin_root_override` to ols config to allow a user to override the ↵
Brad Lewis
2025-08-13
1
-0
/
+1
|
|
|
|
`ODIN_ROOT` `ols` uses
*
Enable references by default
Brad Lewis
2025-08-09
1
-1
/
+0
|
*
Fix compilation with cstring16
connnnal
2025-08-07
1
-10
/
+17
|
*
Ensure empty line at top of file is handled correctly for windows and unix ↵
Brad Lewis
2025-07-21
1
-1
/
+5
|
|
|
|
line endings
*
Better handle inlay hints with named params passed not in order
Damian Tarnawski
2025-07-05
1
-19
/
+20
|
*
Auto import packages from core on completion.
DanielGavin
2025-06-22
1
-0
/
+1
|
*
Move to new allocator for documents.
DanielGavin
2025-06-21
2
-162
/
+7
|
*
Move ast.odin to server + add resolve_when_condition
DanielGavin
2025-06-20
2
-1185
/
+1
|
*
Fix issue with the LSP incorrectly inferring positions if the file started ↵
Brad Lewis
2025-06-11
1
-1
/
+1
|
|
|
|
with an empty line
*
Fix proc param with no return display arrow in hover contents
Brad Lewis
2025-06-02
1
-2
/
+5
|
*
Fix resolve parapoly speciliazations
Harold Brenes
2025-05-01
1
-0
/
+7
|
*
Allow parapoly fake methods to be resolved
Harold Brenes
2025-05-01
1
-0
/
+7
|
*
Fix building on FreeBSD
Justinas Grigas
2025-04-11
1
-1
/
+1
|
*
Add timeout for `odin check`. There are issues with macos and hanging odin ↵
DanielGavin
2025-03-12
2
-1
/
+27
|
|
|
|
processes.
*
Handle free for or_return_expr
DanielGavin
2025-01-26
1
-0
/
+2
|
*
Started updating files for dynamic literal changes.
G'lek Tarssza
2025-01-07
1
-0
/
+1
|
*
Add exclude path for workspace symbols.
DanielGavin
2024-12-30
1
-0
/
+1
|
*
Fix issue with comp literals and `&` in type
DanielGavin
2024-10-05
1
-0
/
+25
|
*
Style
DanielGavin
2024-09-29
7
-181
/
+73
|
*
Use a new file tag parser
Damian Tarnawski
2024-08-30
1
-108
/
+84
|
*
Add Or_Else_Expr to free_ast
DanielGavin
2024-08-15
1
-131
/
+41
|
*
Improve get_executable_path
DanielGavin
2024-08-15
1
-26
/
+9
|
*
Add missing op token when building string for unary expr node
Damian Tarnawski
2024-07-29
1
-0
/
+1
|
*
Support soa in generics
DanielGavin
2024-07-25
1
-0
/
+20
|
*
Treat //+build ignore as private file
DanielGavin
2024-07-11
1
-0
/
+3
|
*
Merge branch 'master' into rename
DanielGavin
2024-07-11
1
-30
/
+32
|
\
|
*
add configuration for specific inlay hints
Laytan Laats
2024-07-11
1
-30
/
+32
|
|
*
|
Working on generic issues.
DanielGavin
2024-06-30
1
-0
/
+29
|
|
*
|
Merge branch 'master' into rename
DanielGavin
2024-06-05
2
-16
/
+23
|
\
|
|
*
Added NetBSD support
Andreas T Jonsson
2024-06-05
1
-1
/
+1
|
|
|
*
Start fixing memory leaks on tests.
DanielGavin
2024-06-04
1
-15
/
+21
|
|
*
|
More work on renaming
DanielGavin
2024-05-29
1
-0
/
+12
|
/
*
Add validation when calculating the offset for token_range.
DanielGavin
2024-05-21
1
-1
/
+6
|
*
Use filepath.abs on ols executable path
DanielGavin
2024-05-02
1
-1
/
+1
|
*
New config to only call check on saved package.
Daniel Gavin
2024-04-25
1
-29
/
+30
|
*
Move packages to new base collection
Feoramund
2024-04-17
1
-1
/
+2
|
*
Merge pull request #349 from laytan/use-odin-root-command
DanielGavin
2024-04-16
1
-10
/
+39
|
\
|
|
|
|
use the new `odin root` command to resolve the builtin collections
[next]