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
/
requests.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
default behavior for using function temp
DanielGavin
2020-12-18
1
-1
/
+1
*
fixed infinite loop in reading with empty document with unicode decoding
DanielGavin
2020-12-16
1
-3
/
+2
*
fix lsp freezing with all threads sleeping
DanielGavin
2020-12-16
1
-1
/
+15
*
started work on hover(disabled currently through json config, unstable)
DanielGavin
2020-12-12
1
-9
/
+66
*
fixed crash if no workspace could be found
DanielGavin
2020-12-10
1
-10
/
+14
*
fixed memory leaks.
DanielGavin
2020-12-10
1
-12
/
+22
*
added package completion, builtin and runtime package always checked in lookup.
DanielGavin
2020-12-10
1
-1
/
+10
*
better detail on completion and signatures with documentation
DanielGavin
2020-12-07
1
-7
/
+28
*
requests are now made into tasks
DanielGavin
2020-12-05
1
-64
/
+132
*
added allocator - no more parsing the file every request
DanielGavin
2020-12-05
1
-104
/
+226
*
saving work to prepare for multithreading
DanielGavin
2020-12-04
1
-1
/
+4
*
more semantic + type resolving work
DanielGavin
2020-12-03
1
-4
/
+38
*
refractoring and more semantic tokens
DanielGavin
2020-12-03
1
-4
/
+24
*
keep using temp allocator for parsing and parse every request...
DanielGavin
2020-11-30
1
-4
/
+4
*
add request document symbols for globals
DanielGavin
2020-11-29
1
-0
/
+38
*
added sha1, fixed leaks, fixed crash on bad expr
DanielGavin
2020-11-29
1
-3
/
+2
*
work on semantic tokens
DanielGavin
2020-11-29
1
-3
/
+52
*
add support for json configuration in the workspace
DanielGavin
2020-11-27
1
-2
/
+37
*
handle struct pointers correctly
DanielGavin
2020-11-20
1
-1
/
+0
*
fixed all the memory leaks
DanielGavin
2020-11-18
1
-16
/
+24
*
start working on handling fields in indexed structs
DanielGavin
2020-11-13
1
-24
/
+0
*
no more completion on struct types - start work on combining result from inde...
DanielGavin
2020-11-12
1
-3
/
+6
*
can now handle the bad expression where field is in specified in the selector...
DanielGavin
2020-11-12
1
-2
/
+0
*
sublime error fixed
DanielGavin
2020-11-10
1
-0
/
+5
*
changed the way we find position context using the ast
DanielGavin
2020-11-09
1
-3
/
+62
*
sublime really doesn't seem to like incremental sync, so full sync is support...
DanielGavin
2020-11-07
1
-1
/
+4
*
started on fuzzy searching on the naive indexer.
DanielGavin
2020-11-07
1
-1
/
+48
*
complete refractor of the project into packages
DanielGavin
2020-11-07
1
-0
/
+364
[prev]