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
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-08
fix(core): error handling in examples (#9867)
Inteon
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-20
refactor: Move bin ops to deno_core and unify logic with json ops (#9457)
Inteon
2021-03-19
chores: enforce type ResourceId across codebase (#9837)
Divy Srivastava
2021-02-13
refactor(core): Strongly typed deserialization of JSON ops (#9423)
Jared Beller
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-12-22
core: fix http_bench_json_ops, register Error (#8860)
Ben Noordhuis
2020-12-16
refactor: rewrite ops to use ResourceTable2 (#8512)
Bartek Iwańczuk
2020-12-09
core: add plumbing for canceling ops when closing a resource (#8661)
Bert Belder
2020-11-25
core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273)
Bert Belder
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
[prev]
[next]