index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
examples
Age
Commit message (
Expand
)
Author
2020-10-11
reland JsRuntime/Worker is not a Future (#7924)
Bartek Iwańczuk
2020-10-10
Fix 100% CPU idling problem by reverting #7672 (#7911)
Ryan Dahl
2020-10-07
refactor(core): JsRuntime is not a Future (#7855)
Bartek Iwańczuk
2020-10-07
refactor: rename isolate to js_runtime (#7858)
Bartek Iwańczuk
2020-09-23
Add example for deno_core (#7611)
Valentin Anger
2020-09-22
refactor(core): support error stack, remove js_check (#7629)
Bartek Iwańczuk
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-11
refactor(core): JsRuntime initialization (#7415)
Bartek Iwańczuk
2020-09-10
Use gotham-like state for ops (#7385)
Ryan Dahl
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-08-21
Split core http benchmark into 'bin_ops' and 'json_ops' variants (#7147)
Bert Belder
2020-08-21
Convert the remaining http_bench ops to json ops (#7143)
Bert Belder
2020-08-20
First pass at json ops in core (#7033)
Ryan Dahl
2020-08-17
Simplify deno_core_http_bench op state (#7038)
Ryan Dahl
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-08
BREAKING(core): Remove control slice from ops (#6048)
Valentin Anger
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-29
refactor: Split isolate and state using safe get_slot() (#5929)
Ryan Dahl
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-04-19
Modify op dispatcher to include &mut Isolate argument (#4821)
Ryan Dahl
2020-04-18
Fix Op definitions (#4814)
Ryan Dahl
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-20
Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431)
Ryan Dahl
2020-03-20
Add require-await lint rule (#4401)
Samrith Shankar
2020-03-16
refactor: add no-return-await lint rule (#4384)
Bartek Iwańczuk
2020-02-07
Refactor deno_core_http_bench and make it single-threaded (#3903)
Bert Belder
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-17
fix deno_core_http_bench (#3698)
Bartek Iwańczuk
2020-01-17
feat: support individual async handler for each op (#3690)
Andy Finch
2020-01-11
refactor: remove Isolate.current_send_cb_info and DenoBuf, port Isolate.share...
Bartek Iwańczuk
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-12-15
upgrade: tokio 0.2 in deno_core_http_bench, take2 (#3435)
Bartek Iwańczuk
2019-11-27
Revert "update deno_core_http_bench to Tokio 0.2 (#3408)"
Ry Dahl
2019-11-26
update deno_core_http_bench to Tokio 0.2 (#3408)
Bartek Iwańczuk
2019-11-18
feat: op registration during calls (#3375)
Andy Finch
2019-11-17
fix deno_core_http_bench (#3364)
Bartek Iwańczuk
2019-11-17
refactor: fixes for futures (#3363)
Bartek Iwańczuk
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-11-06
Remove CoreResource::inspect_repr method (#3274)
Ry Dahl
2019-10-28
refactor: use core ResourceTable in cli (#3206)
Bartek Iwańczuk
2019-10-23
core: Add ResourceTable (#3150)
Bartek Iwańczuk
2019-10-14
perf: eager poll async ops in Isolate (#3046)
Bartek Iwańczuk
2019-09-30
feat: op registration in core (#3002)
Bartek Iwańczuk
2019-08-07
Add op_id throughout op API (#2734)
Ryan Dahl
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
[next]