summaryrefslogtreecommitdiff
path: root/ops/lib.rs
AgeCommit message (Expand)Author
2022-09-23perf: use fast ops for tty (#15976)Divy Srivastava
2022-09-23feat(ops): Fallible fast ops (#15989)Aapo Alasuutari
2022-09-22feat(ops): Automatic fast ops creation (#15527)Aapo Alasuutari
2022-09-17perf(web): optimize encodeInto() (#15922)Divy Srivastava
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-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-21feat(ops): V8 Fast Calls (#15291)Divy Srivastava
2022-08-11refactor(core): unwrap sync ops in rust (#15449)Nayeem Rahman
2022-08-10feat(core): Add support for async ops in realms (#14734)Andreu Botella
2022-07-22Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)Divy Srivastava
2022-07-22feat(ops): V8 Fast Calls (#15122)Divy Srivastava
2022-07-01perf(ops): fast path for SMI return values (#15033)Divy Srivastava
2022-07-01fix(core): remove unsafe in OpsTracker (#15025)Nugine
2022-06-16cleanup(ops): match variations with regexes (#14888)Aaron O'Mullan
2022-06-16feat(ops): support `Result<impl Future<Output = Result<T, AnyError>> + 'stati...Divy Srivastava
2022-06-08feat(ops): 'hybrid' ops - sync returning future (#14640)Divy Srivastava
2022-06-07refactor(core): Move Deno.core bindings to ops (#14793)Nayeem Rahman
2022-06-02chore(ops): fix typo in lib.rs (#14777)Ikko Ashimine
2022-05-12cleanup(ops): shorter codegen'd infallible sync ops return (#14587)Aapo Alasuutari
2022-05-12cleanup(ops): simpler is_unit_result() (#14586)Aaron O'Mullan
2022-05-12feat(ops): infallible / result-free ops (#14585)Aaron O'Mullan
2022-05-12feat(ops): #[op(v8)] (#14582)Aaron O'Mullan
2022-05-12feat(ops): allow passing scope handle to ops (#14574)Divy Srivastava
2022-05-05feat(ops): sync Rc<RefCell<OpState>> (#14438)Aaron O'Mullan
2022-04-23chore(ext/fetch): custom arity (#14198)Divy Srivastava
2022-04-08refactor(core): OpCtx (#14228)Aaron O'Mullan
2022-04-02feat(ops): #[op(unstable)] (#14124)Aaron O'Mullan
2022-03-22feat(core): disableable extensions & ops (#14063)Aaron O'Mullan
2022-03-19chore(ops): hide implementation details from rustdoc (#14038)Divy Srivastava
2022-03-19fix(ops): throw TypeError on op return failure (#14033)Aaron O'Mullan
2022-03-18chore(ops): include argument position in serde_v8 errors (#14027)Divy Srivastava
2022-03-16feat(ops): optional OpState (#13954)Aaron O'Mullan
2022-03-15cleanup(core): OpPair => OpDecl (#13952)Aaron O'Mullan
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava