summaryrefslogtreecommitdiff
path: root/ops
AgeCommit message (Expand)Author
2022-12-14feat: Stabilize Deno.TcpConn.setNoDelay() and Deno.TcpConn.setKeepAlive() (#1...Bartek Iwańczuk
2022-12-05fix(ops): disallow auto-borrowing OpState across potential await point (#16952)Divy Srivastava
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-12-01chore: forward v1.28.3 release commit to main (#16884)denobot
2022-11-27feat(ops): fast calls for Wasm (#16776)Divy Srivastava
2022-11-27perf(ops): Reenable fast unit result optimization (#16827)Divy Srivastava
2022-11-27chore(ops): increase codegen tests coverage (#16834)Divy Srivastava
2022-11-26chore: update rusty_v8 to 0.56.0 (#16814)Bartek Iwańczuk
2022-11-26feat(ops): support raw pointer arguments (#16826)Divy Srivastava
2022-11-25fix(ops): circular dependency in deno_ops test (#16809)Divy Srivastava
2022-11-24chore: forward v1.28.2 release commit to main (#16796)denobot
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-17chore: forward v1.28.1 release commit to main (#16678)denobot
2022-11-131.28.0 (#16620)denobot
2022-11-11perf(web): optimize single pass utf8 decoding (#16593)Divy Srivastava
2022-11-11feat(ops): implement fast lazy async ops (#16579)Divy Srivastava
2022-11-10refactor(ops): Rewrite fast call optimizer and codegen (#16514)Divy Srivastava
2022-11-09chore: forward v1.27.2 release commit to main (#16572)denobot
2022-11-04chore: forward v1.27.1 release commit to main (#16533)denobot
2022-10-28Reland "perf(core): generate inlined wrappers for async ops" (#16455)Divy Srivastava
2022-10-271.27.0 (#16442)denobot
2022-10-27Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)Divy Srivastava
2022-10-27perf(core): generate inlined wrappers for async ops (#16428)Divy Srivastava
2022-10-21perf(core): don't access isolate slots for JsRuntimeState (#16376)Divy Srivastava
2022-10-21Revert realms from deno_core (#16366)Divy Srivastava
2022-10-20chore: upgrade rusty_v8 to 0.54.0 (#16368)Bartek Iwańczuk
2022-10-20perf(ext/ffi): Fast UnsafePointerView read functions (#16351)Aapo Alasuutari
2022-10-17chore: forward v1.26.2 to main (#16331)Bartek Iwańczuk
2022-10-16refactor(core): make `borrow_mut` more explicit in the ops macro (#16025)ad hoc
2022-10-06chore: forward v1.26.1 release commit to main (#16178)denobot
2022-09-291.26.0denobot
2022-09-23perf: use fast ops for tty (#15976)Divy Srivastava
2022-09-23feat(ops): Fallible fast ops (#15989)Aapo Alasuutari
2022-09-22chore: forward v1.25.4 release commit to main (#16001)David Sherret
2022-09-22chore(ops): update docs on fast calls (#15985)Divy Srivastava
2022-09-22feat(ops): Automatic fast ops creation (#15527)Aapo Alasuutari
2022-09-17perf(web): optimize encodeInto() (#15922)Divy Srivastava
2022-09-15chore: forward v1.25.3 release commit to main (#15919)Colin Ihrig
2022-09-11chore(ops): fix typo on readme (#15848)Eder Lima
2022-09-09chore: forward v1.25.2 release commit to main (#15831)denobot
2022-09-07perf(ops): inline &[u8] arguments and enable fast API (#15731)Divy Srivastava
2022-09-06perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)Divy Srivastava
2022-09-05fix(ops): use qualified borrow in op macro (#15769)sigmaSd
2022-09-02chore: forward v1.25.1 release commit to main (#15735)denobot
2022-09-01feat(ops): support `v8::FastApiCallbackOptions` (#15721)Divy Srivastava
2022-08-30perf: use fast api for `core.isProxy` (#15682)Divy Srivastava
2022-08-30perf(ops): inline String args (#15681)Divy Srivastava
2022-08-28perf: use fast api for op_now (#15643)Divy Srivastava
2022-08-26fix: typo in deno_ops README (#15606)Gabriele Mastrapasqua