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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix goto definition taking you to the field definition instead of the variabl...
Brad Lewis
2025-06-09
1
-15
/
+12
*
Fix definition and hover for union enum types
Brad Lewis
2025-06-05
1
-3
/
+4
*
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
*
Resolve assignments before switch statements position context
Brad Lewis
2025-06-04
1
-5
/
+4
*
Remember to check if the client has dynamic registration for change watched f...
DanielGavin
2025-05-29
2
-1
/
+13
*
Check for when the method doesn't exist and send error with log.
DanielGavin
2025-05-29
1
-1
/
+9
*
Support document parse on runtime package
DanielGavin
2025-05-26
1
-0
/
+9
*
Fix issue with setting the ast_context.call in hover and file resolve
DanielGavin
2025-05-22
2
-2
/
+5
*
Fixed issue with magic completion in call expressions.
DanielGavin
2025-05-17
2
-48
/
+74
*
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 bit_set implicit selector not autocompleting for types in different packa...
Harold Brenes
2025-04-29
1
-10
/
+14
*
Fix issues with non mutable in local scope
DanielGavin
2025-04-17
2
-27
/
+10
*
Handle case where uri doesn't exist when editors open a file without project.
DanielGavin
2025-04-17
1
-0
/
+2
*
Fix issues with renaming
DanielGavin
2025-04-05
1
-2
/
+7
*
Add support for iterators in for in loop with two arguments
DanielGavin
2025-04-05
1
-2
/
+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
4
-83
/
+243
|
/
*
Fix ObjectiveC-based fields not being shown for completion
Harold Brenes
2025-03-01
1
-2
/
+1
*
Enable snippets again
DanielGavin
2025-02-18
1
-2
/
+2
*
`append_magic_dynamic_array_completion` -> `append_magic_array_like_completion`
cornishon
2025-02-02
1
-5
/
+5
*
Extra builtin procedures for maps
cornishon
2025-02-02
1
-0
/
+53
*
Extra builtin procedures for dynamic array
cornishon
2025-02-02
1
-5
/
+16
*
Strip extra pointers for `len`, `cap` and `for` completions.
cornishon
2025-02-02
1
-6
/
+18
*
Add `cap` magic completion for dynamic arrays and maps.
cornishon
2025-02-02
1
-0
/
+45
*
Add `len` and `for` for strings and fixed arrays.
cornishon
2025-02-02
1
-0
/
+7
*
Add `allocator` field completion to dynamic arrays and maps
cornishon
2025-01-29
1
-0
/
+21
*
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2025-01-11
5
-0
/
+5
|
\
|
*
Update `snippets.odin` for dynamic literals.
G'lek Tarssza
2025-01-07
1
-0
/
+1
|
*
Update `requests.odin` for dynamic literals.
G'lek Tarssza
2025-01-07
1
-0
/
+1
|
*
Update `hover.odin` for dynamic literals.
G'lek Tarssza
2025-01-07
1
-0
/
+1
|
*
Update `completion.odin` for dynamic literals.
G'lek Tarssza
2025-01-07
1
-0
/
+1
|
*
Update `build.odin` for dynamic literals.
G'lek Tarssza
2025-01-07
1
-0
/
+1
*
|
Fix issue with warning on save.
DanielGavin
2025-01-11
2
-2
/
+2
|
/
*
Fixed newly introduced bug with value decl
DanielGavin
2024-12-31
1
-1
/
+1
*
Add exclude path for workspace symbols.
DanielGavin
2024-12-30
5
-33
/
+50
*
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
2
-2
/
+5
*
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
*
Add signature for diverging function returns
DanielGavin
2024-11-16
4
-0
/
+5
*
Add more #attributes and support the latest Odin.
DanielGavin
2024-11-16
1
-3
/
+0
*
Concat with \n for error messages
DanielGavin
2024-11-06
1
-1
/
+1
*
Check if `shared` exists, if it doesn't then don't save it as collection.
DanielGavin
2024-10-27
2
-6
/
+9
*
Don't save the package symbol
DanielGavin
2024-10-08
1
-14
/
+1
*
Fix issues with proc groups not being resolved and causing crashes.
DanielGavin
2024-10-06
1
-0
/
+5
*
Fix #332
DanielGavin
2024-10-06
1
-8
/
+23
[next]