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.rs
Age
Commit message (
Expand
)
Author
2023-06-25
refactor(ops): ops2 supports result in fast path (#19603)
Matt Mastracci
2023-06-14
refactor(core): Remove MaybeDone from ops to eventually remove the box (#19508)
Matt Mastracci
2023-06-14
chore(core): Refactor runtime and split out tests (#19491)
Matt Mastracci
2023-06-07
refactor(core): use JoinSet instead of FuturesUnordered (#19378)
Bartek Iwańczuk
2023-05-31
chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)
Matt Mastracci
2023-05-24
refactor(core): store pending ops per realm (#19054)
Bartek Iwańczuk
2023-04-26
refactor(core): simplify op types and codegeneration (#18843)
Bartek Iwańczuk
2023-03-31
perf: `const` op declaration (#18288)
Divy Srivastava
2023-03-18
Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)
Bartek Iwańczuk
2023-03-18
Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)
Bartek Iwańczuk
2023-03-18
perf(core): preserve ops between snapshots (#18080)
Bartek Iwańczuk
2023-03-13
Revert "feat(core): prevent isolate drop for CLI main worker (#18059)" (#18157)
Ryan Dahl
2023-03-08
feat(core): prevent isolate drop for CLI main worker (#18059)
Divy Srivastava
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-14
feat(core): Reland support for async ops in realms (#17204)
Andreu Botella
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-26
chore(core): Make `OpCtx` instances be realm-specific (#17174)
Andreu Botella
2022-10-26
fix(core) Include causes when converting anyhow errors to JS exceptions (#16397)
Jan Špaček
2022-10-21
perf(core): don't access isolate slots for JsRuntimeState (#16376)
Divy Srivastava
2022-09-23
feat(ops): Fallible fast ops (#15989)
Aapo Alasuutari
2022-09-06
perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)
Divy Srivastava
2022-09-01
chore(serde_v8): take mutable reference in `ToV8::to_v8` (#15707)
Divy Srivastava
2022-07-01
fix(core): remove unsafe in OpsTracker (#15025)
Nugine
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
2022-06-07
refactor(core): Move Deno.core bindings to ops (#14793)
Nayeem Rahman
2022-04-08
refactor(core): OpCtx (#14228)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-08
perf(core): micro-optimize OpsTracker (#13868)
Aaron O'Mullan
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-11-25
feat(core): Add ability to "ref" and "unref" pending ops (#12889)
Bartek Iwańczuk
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-04
feat(runtime): give OS errors .code attributes (#12591)
Aaron O'Mullan
2021-10-27
chore: update to rusty_v8 0.33.0 (#12564)
Luca Casonato
2021-10-24
fix(core): avoid op_state.borrow_mut() for OpsTracker (#12525)
Aaron O'Mullan
2021-10-17
fix(core): poll async ops eagerly (#12385)
Bert Belder
2021-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-04-30
cleanup(core): replace OpResponse with OpResult (#10434)
Aaron O'Mullan
2021-04-25
refactor(core): move builtin ops to their own file (#10336)
Aaron O'Mullan
2021-04-19
refactor(core): move SerializablePkg to serde_v8 (#10231)
Aaron O'Mullan
2021-04-12
perf(core/ops): avoid allocs when returning primitives (#10149)
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-05
core: remove serde_json-isms in op_close() and op_resources() (#10026)
Aaron O'Mullan
2021-04-04
perf(serde_v8): introduce Serializable boxable object (#9983)
Aaron O'Mullan
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
2021-04-01
perf(core): js errors as unions vs tuples to reduce allocs (#9947)
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
2021-02-13
refactor(core): Strongly typed deserialization of JSON ops (#9423)
Jared Beller
[next]