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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
copy settings
ryuukk
2023-06-26
1
-1
/
+8
|
*
partially implement workspace/didChangeConfiguration
ryuukk
2023-06-26
2
-0
/
+31
*
|
Handle '==' and '!=' for 'when' directive
ryuukk
2023-06-26
1
-2
/
+11
|
/
*
Fix issue with chainings `do` would increase indentation in a block
DanielGavin
2023-06-25
1
-0
/
+3
*
Fixed crash in odinfmt from Assign_Stmt
DanielGavin
2023-06-24
1
-0
/
+2
*
Typo
DanielGavin
2023-06-24
1
-1
/
+1
*
Don't make semantic tokens for strings, let the grammars handle that.
DanielGavin
2023-06-24
1
-15
/
+0
*
remove pdf dump
DanielGavin
2023-06-24
1
-89
/
+0
*
Remove pdb
Daniel Gavin
2023-06-24
12
-3516
/
+0
*
Make sure that sliced expressions return slices.
Daniel Gavin
2023-06-18
1
-1
/
+30
*
Add experimental workspace symbol
DanielGavin
2023-06-12
5
-6
/
+76
*
add new workspace symbols file
Daniel Gavin
2023-06-11
2
-0
/
+47
*
Add workspace symbol types
Daniel Gavin
2023-06-11
3
-1
/
+25
*
Add custom marshal.
DanielGavin
2023-06-09
5
-8
/
+705
*
Add new optional allocator tag + fix issue with odinfmt disable with
DanielGavin
2023-06-08
1
-26
/
+29
*
Use InitializeOptions as the global setting, and override if specified throug...
DanielGavin
2023-05-29
5
-30
/
+83
*
Panic if memory allocation fails
DanielGavin
2023-05-24
2
-2
/
+2
*
Add hover support for comp literal fields
DanielGavin
2023-05-18
1
-1
/
+34
*
Add support for gotos on comp literal fields
DanielGavin
2023-05-18
3
-26
/
+103
*
semantic token didn't visit value decls with types correctly.
DanielGavin
2023-05-06
1
-0
/
+6
*
Stub out unknown method used by nvim "window/progress"
DanielGavin
2023-05-06
2
-1
/
+17
*
Trim all spaces when looking at `//odinfmt: disable/enable`
DanielGavin
2023-04-30
2
-3
/
+5
*
Fix compiler errors after Odin update
DanielGavin
2023-04-05
1
-2
/
+2
*
File cache was using the wrong allocator - might fix the issues with semantic...
DanielGavin
2023-04-03
3
-1
/
+9
*
Have to wrap the pointers back again in generic functions
DanielGavin
2023-04-02
2
-9
/
+30
*
Fix bug where I forgot to clone string
DanielGavin
2023-04-02
2
-3
/
+3
*
Merge branch 'master' of https://github.com/DanielGavin/ols
DanielGavin
2023-04-02
2
-2
/
+2
|
\
|
*
Fixed build error against latest Odin master version
Thomas L
2023-03-31
2
-2
/
+2
*
|
reference also needs to look in workspace folder
DanielGavin
2023-04-02
2
-1
/
+8
|
/
*
Fix issue where we incorrectly used the document global ast instead of the in...
DanielGavin
2023-03-25
2
-5
/
+1
*
Fix do statement with call expressions
DanielGavin
2023-03-21
1
-7
/
+16
*
formatter: fix bug with odinfmt: disable and enable
DanielGavin
2023-03-14
1
-8
/
+12
*
formatter: Fix error in sorting attributes
DanielGavin
2023-03-13
1
-1
/
+1
*
remove indexer notification when odin builtin packages error out
DanielGavin
2023-03-11
2
-37
/
+4
*
formatter: check state flag for value decl
DanielGavin
2023-03-10
1
-0
/
+1
*
Start working on labeldetails
DanielGavin
2023-03-10
5
-17
/
+64
*
Improve scanning 'odin check' output to ignore suggestion text, and provide c...
Fabian Sperber
2023-03-10
1
-54
/
+68
*
increase buffer size for stdout for `odin check`
DanielGavin
2023-03-09
1
-1
/
+1
*
Fix completion on implicit enums for assignments
DanielGavin
2023-03-08
1
-0
/
+12
*
Add support for completion with usings and compound literals
DanielGavin
2023-03-08
4
-15
/
+16
*
Fix enum inference from casting
DanielGavin
2023-03-07
2
-0
/
+17
*
Add comp_lit and value decl infering for enums
DanielGavin
2023-03-07
1
-0
/
+69
*
Add more enum gotos
DanielGavin
2023-03-06
2
-11
/
+70
*
Start adding support to gotos for enums
DanielGavin
2023-03-06
4
-42
/
+141
*
semantic token: visit the len expression in array_type
DanielGavin
2023-02-25
1
-0
/
+1
*
use internal resolve in resolve_function_overload to prevent recursion.
objc-branch
DanielGavin
2023-02-25
1
-2
/
+4
*
Add support for pointer type in get_node_length
DanielGavin
2023-02-13
1
-2
/
+12
*
Fixed error where `->` with call expression couldn't be resolved
DanielGavin
2023-01-24
1
-1
/
+19
*
More accurately auto complete ObjC procedures
Lucas Perlind
2023-01-24
5
-5
/
+41
*
early support of goto for objc
DanielGavin
2023-01-23
2
-17
/
+26
[prev]
[next]