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
/
ops_json.rs
Age
Commit message (
Expand
)
Author
2021-08-31
feat(core): facilitate op-disabling middleware (#11858)
Aaron O'Mullan
2021-06-25
fix(runtime/signal): use op_async_unref for op_signal_poll (#11097)
Yoshiya Hinosawa
2021-06-23
docs(core): Use op name in example (#11094)
Maxime Guerreiro
2021-06-22
refactor: unify JavaScript script execution method (#11043)
Bartek Iwańczuk
2021-05-26
refactor: move JsRuntimeInspector to deno_core (#10763)
Bartek Iwańczuk
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-21
refactor(core): simplify error handling (#10297)
Aaron O'Mullan
2021-04-18
cleanup(core): simplify op_async(), drop need for try_dispatch_op() (#10240)
Aaron O'Mullan
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-11
core: avoid async op future reboxing to bundle PromiseId (#10123)
Aaron O'Mullan
2021-04-09
fix: async op error stacktraces (#10080)
Nayeem Rahman
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-20
refactor: Move bin ops to deno_core and unify logic with json ops (#9457)
Inteon