summaryrefslogtreecommitdiff
path: root/ops
AgeCommit message (Expand)Author
2023-01-17chore: forward v1.29.4 release commit to main (#17453)denobot
2023-01-16refactor(cli): fewer clones (#17450)Geert-Jan Zwiers
2023-01-15fix(ops): disallow memory slices as inputs to async ops (#16738)Andreu Botella
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-14feat(core): Reland support for async ops in realms (#17204)Andreu Botella
2023-01-13chore: forward 1.29.3 release back to main (#17401)David Sherret
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-15chore: forward v1.29.1 release commit to main (#17067)denobot
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-151.29.0 (#17052)denobot
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