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