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 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
*
Fix issue with struct generics and pointer type
DanielGavin
2024-10-05
1
-1
/
+3
*
Remember to set the call expression in ast_context when entering them in file...
DanielGavin
2024-10-05
1
-0
/
+9
*
function overload now handles shared types in function. Hover should also sho...
DanielGavin
2024-10-05
2
-50
/
+67
*
Add the ability to error out of the formatter.
DanielGavin
2024-10-05
1
-0
/
+4
*
Support overriding base functions in objc.
DanielGavin
2024-10-05
1
-1
/
+11
*
Fix issue with comp literals and `&` in type
DanielGavin
2024-10-05
1
-7
/
+3
*
Handle untyped variables in generics. Also don't show signatures with the ove...
DanielGavin
2024-10-05
5
-31
/
+46
*
Merge pull request #520 from GoldenbergDaniel/master
DanielGavin
2024-10-04
1
-0
/
+1
|
\
|
*
Fix rename locals in block statements
GoldenbergDaniel
2024-10-03
1
-1
/
+1
|
*
Fix rename locals in block statements
GoldenbergDaniel
2024-10-03
1
-0
/
+1
*
|
Give up when swizzle contains invalid characters.
DanielGavin
2024-10-03
2
-0
/
+4
*
|
Fix issues with package name and variable name clash
DanielGavin
2024-10-03
1
-15
/
+21
[next]