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
*
start working on supporting objc code
DanielGavin
2023-01-23
1
-3
/
+3
*
Refractor code for locals
DanielGavin
2023-01-16
1
-1
/
+4
*
Add new config to disable the `core:odin/parser` errors
Daniel Gavin
2022-10-27
1
-0
/
+2
*
Use the fallback for vendor even if core exists.
Daniel Gavin
2022-09-06
1
-14
/
+14
*
Add intrinsics builtin to ols
Daniel Gavin
2022-08-30
1
-0
/
+2
*
Add support for renaming and references on identifiers and functions. Fixed b...
Daniel Gavin
2022-08-26
1
-2
/
+4
*
Fix incorrect use of `path` instead of `filepath` pkg
Daniel Gavin
2022-08-23
1
-1
/
+1
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-213
/
+436
*
Change resolve structure to fix debug crash in Odin
Daniel Gavin
2022-08-18
1
-6
/
+6
*
enable hover on default, if not specified in config
Daniel Gavin
2022-08-17
1
-3
/
+3
*
fixed memory corruption with checker_args
Ian Lilley
2022-08-12
1
-1
/
+1
*
add support to `odinfmt.json` config for formatter.
Daniel Gavin
2022-08-08
1
-8
/
+2
*
Switching to virtual arena instead of ring buffer
Daniel Gavin
2022-07-26
1
-1
/
+3
*
Make ols more robust by also looking in the path environment for odin
Daniel Gavin
2022-07-23
1
-0
/
+6
*
Merge branch 'master' of github.com:DanielGavin/ols
Daniel Gavin
2022-07-23
1
-1
/
+1
|
\
|
*
Update requests.odin
nico-bb
2022-07-22
1
-1
/
+1
*
|
Add support for `~` in collections
Daniel Gavin
2022-07-23
1
-6
/
+11
|
/
*
Fix odin core changes
Daniel Gavin
2022-07-14
1
-2
/
+2
*
More reference work
index-caching
Daniel Gavin
2022-07-11
1
-3
/
+4
*
more fixes
Daniel Gavin
2022-07-09
1
-10
/
+8
*
Restructed the indexer
Daniel Gavin
2022-07-09
1
-3
/
+1
*
start on making the cache based package system instead of indexing everything.
Daniel Gavin
2022-06-20
1
-6
/
+0
*
move document struct back to server
Daniel Gavin
2022-06-19
1
-16
/
+11
*
Remember to correct uri for windows on save.
Daniel Gavin
2022-06-12
1
-0
/
+5
*
Merge branch 'index-refractor'
Daniel Gavin
2022-06-12
1
-18
/
+64
|
\
|
*
More reference work
Daniel Gavin
2022-06-11
1
-3
/
+2
|
*
Merge branch 'master' into index-refractor
Daniel Gavin
2022-05-19
1
-6
/
+4
|
|
\
|
*
|
correcting cases for windows to not have to lowercase all the time.
Daniel Gavin
2022-05-13
1
-0
/
+7
|
*
|
more tests
Daniel Gavin
2022-05-09
1
-1
/
+1
|
*
|
Add last package cache for memory_index.
Daniel Gavin
2022-04-28
1
-11
/
+19
|
*
|
remove the lower case for windows.
Daniel Gavin
2022-04-28
1
-5
/
+37
*
|
|
Fixed neovim hover issue
JamesDSource
2022-06-08
1
-4
/
+10
|
|
/
|
/
|
*
|
typo
Daniel Gavin
2022-05-15
1
-5
/
+1
*
|
Fix odin changes
Daniel Gavin
2022-05-15
1
-1
/
+1
*
|
Improve exit by not going into sema_wait when running = false
Daniel Gavin
2022-05-13
1
-1
/
+3
|
/
*
Add proper multi_pointer support and fix range half range op
Daniel Gavin
2022-04-15
1
-2
/
+1
*
Merge packages
Daniel Gavin
2022-04-09
1
-14
/
+13
*
Update to Odin core/sync
Tetralux
2022-04-02
1
-6
/
+6
*
Support the new json change from odin
Daniel Gavin
2022-03-24
1
-18
/
+18
*
Prepare for rename
Daniel Gavin
2022-03-19
1
-3
/
+44
*
Fix comp_lit error and start work on magic completion
Daniel Gavin
2022-03-14
1
-1
/
+1
*
Fixes
Daniel Gavin
2022-03-13
1
-1
/
+1
*
Fix memory leak.
Daniel Gavin
2022-03-12
1
-0
/
+4
*
Use murmur hash and bucket a map in each package.
Daniel Gavin
2022-03-10
1
-5
/
+9
*
Fix dynamic indexer with attributes
Daniel Gavin
2022-03-06
1
-6
/
+5
*
give more memory to allocator
Daniel Gavin
2022-03-04
1
-0
/
+2
*
strip colons and update ast to use unions
Daniel Gavin
2022-03-04
1
-324
/
+324
*
Fix a dynamic indexer bug, and temporary hacky fix for c.types.
Daniel Gavin
2022-02-02
1
-2
/
+7
*
document links work
Daniel Gavin
2022-01-27
1
-2
/
+2
*
work on new request flow
Daniel Gavin
2022-01-23
1
-39
/
+55
[next]