summaryrefslogtreecommitdiff
path: root/ops/lib.rs
AgeCommit message (Expand)Author
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