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
/
ops
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-07-02
refactor(core): Extract deno_core (#19658)
Matt Mastracci
2023-06-29
refactor(ops): op2 support for generics (#19636)
Matt Mastracci
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-24
refactor(ops): Adding op2 macro and implementing in a couple of places (#19534)
Matt Mastracci
2023-06-03
refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...
Nayeem Rahman
2023-04-30
perf(core): async op pseudo-codegen and performance work (#18887)
Matt Mastracci
2023-04-26
refactor(core): simplify op types and codegeneration (#18843)
Bartek Iwańczuk
2023-04-13
perf(ops): directly respond for eager ops (#18683)
Bartek Iwańczuk
2023-04-13
refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)
Yiyu Lin
2023-03-31
perf: `const` op declaration (#18288)
Divy Srivastava
2023-03-27
feat: port node:zlib to rust (#18291)
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-05
chore(core): remove argc field from OpDecl (#18024)
Divy Srivastava
2023-03-05
feat(ops): relational ops (#18023)
Divy Srivastava
2023-03-03
feat(ops): reland fast zero copy string arguments (#17996)
Divy Srivastava
2023-02-22
feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)
Aapo Alasuutari
2023-02-17
feat(ext/node): implement `node:v8` (#17806)
Divy Srivastava
2023-01-15
fix(ops): disallow memory slices as inputs to async ops (#16738)
Andreu Botella
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
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-15
Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
Bartek Iwańczuk
2022-12-05
fix(ops): disallow auto-borrowing OpState across potential await point (#16952)
Divy Srivastava
2022-12-02
feat(ops): Fast zero copy string arguments (#16777)
Divy Srivastava
2022-11-27
feat(ops): fast calls for Wasm (#16776)
Divy Srivastava
2022-11-27
perf(ops): Reenable fast unit result optimization (#16827)
Divy Srivastava
2022-11-27
chore(ops): increase codegen tests coverage (#16834)
Divy Srivastava
2022-11-26
chore: update rusty_v8 to 0.56.0 (#16814)
Bartek Iwańczuk
2022-11-26
feat(ops): support raw pointer arguments (#16826)
Divy Srivastava
2022-11-25
fix(ops): circular dependency in deno_ops test (#16809)
Divy Srivastava
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-11
perf(web): optimize single pass utf8 decoding (#16593)
Divy Srivastava
2022-11-11
feat(ops): implement fast lazy async ops (#16579)
Divy Srivastava
2022-11-10
refactor(ops): Rewrite fast call optimizer and codegen (#16514)
Divy Srivastava
2022-10-28
Reland "perf(core): generate inlined wrappers for async ops" (#16455)
Divy Srivastava
2022-10-27
Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)
Divy Srivastava
2022-10-27
perf(core): generate inlined wrappers for async ops (#16428)
Divy Srivastava
2022-10-21
perf(core): don't access isolate slots for JsRuntimeState (#16376)
Divy Srivastava
2022-10-21
Revert realms from deno_core (#16366)
Divy Srivastava
2022-10-20
chore: upgrade rusty_v8 to 0.54.0 (#16368)
Bartek Iwańczuk
2022-10-20
perf(ext/ffi): Fast UnsafePointerView read functions (#16351)
Aapo Alasuutari
2022-10-16
refactor(core): make `borrow_mut` more explicit in the ops macro (#16025)
ad hoc
2022-09-23
perf: use fast ops for tty (#15976)
Divy Srivastava
2022-09-23
feat(ops): Fallible fast ops (#15989)
Aapo Alasuutari
2022-09-22
feat(ops): Automatic fast ops creation (#15527)
Aapo Alasuutari
2022-09-17
perf(web): optimize encodeInto() (#15922)
Divy Srivastava
2022-09-07
perf(ops): inline &[u8] arguments and enable fast API (#15731)
Divy Srivastava
2022-09-06
perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)
Divy Srivastava
[next]