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 issues with fake method completion not removing the selector after comple...
DanielGavin
2023-07-02
1
-10
/
+39
|
*
Add new setting to enable fake methods for testing
DanielGavin
2023-07-02
4
-6
/
+21
|
*
Merge pull request #215 from ryuukk/details
DanielGavin
2023-07-01
1
-8
/
+39
|
|
\
|
|
*
use a switch instead and add fields support
ryuukk
2023-06-30
1
-30
/
+31
|
|
*
add struct/enum/union and keywords
ryuukk
2023-06-30
1
-33
/
+34
|
|
*
Format labelDetails for struct/enum/union
ryuukk
2023-06-29
1
-0
/
+7
|
|
*
Format labelDetails for procs that returns and variables/constants
ryuukk
2023-06-29
1
-6
/
+28
*
|
|
Copy collection's key from new config
ryuukk
2023-07-01
1
-2
/
+2
|
/
/
*
|
Remove more not needed tokens for semantic tokens
DanielGavin
2023-06-30
1
-8
/
+0
*
|
Start working on having fake methods.
DanielGavin
2023-06-29
2
-8
/
+113
|
/
*
Merge pull request #213 from ryuukk/patch-4
DanielGavin
2023-06-26
1
-10
/
+15
|
\
|
*
Copy collections from newly received config
ryuukk
2023-06-26
1
-10
/
+15
*
|
Remove to try and index the workspace symbol package, if it isn't
DanielGavin
2023-06-26
1
-0
/
+2
|
/
*
Fixed issue with collections and being correct on change config
DanielGavin
2023-06-26
1
-40
/
+41
*
Finish didChangeConfiguration
DanielGavin
2023-06-26
1
-46
/
+39
*
copy settings
ryuukk
2023-06-26
1
-1
/
+8
*
partially implement workspace/didChangeConfiguration
ryuukk
2023-06-26
2
-0
/
+31
*
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
*
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
*
Use InitializeOptions as the global setting, and override if specified throug...
DanielGavin
2023-05-29
3
-28
/
+76
*
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
2
-24
/
+101
*
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
1
-0
/
+11
*
File cache was using the wrong allocator - might fix the issues with semantic...
DanielGavin
2023-04-03
2
-0
/
+8
*
Have to wrap the pointers back again in generic functions
DanielGavin
2023-04-02
1
-2
/
+23
*
Fix bug where I forgot to clone string
DanielGavin
2023-04-02
2
-3
/
+3
*
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
*
remove indexer notification when odin builtin packages error out
DanielGavin
2023-03-11
2
-37
/
+4
*
Start working on labeldetails
DanielGavin
2023-03-10
4
-17
/
+63
*
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
*
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
4
-2
/
+25
*
early support of goto for objc
DanielGavin
2023-01-23
2
-17
/
+26
[prev]
[next]