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
/
core
/
ops_builtin.rs
Age
Commit message (
Expand
)
Author
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-24
refactor(ops): Adding op2 macro and implementing in a couple of places (#19534)
Matt Mastracci
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-04-30
perf(core): async op pseudo-codegen and performance work (#18887)
Matt Mastracci
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-04-16
bench: add benchmark for deferred async ops (#18722)
Bartek Iwańczuk
2023-04-14
refactor(core): limit number of boundary crossings between Rust and V8 (#18652)
Bartek Iwańczuk
2023-04-06
feat(core): sync io ops in core (#18603)
Luca Casonato
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-09
refactor(core): remove RuntimeOptions::extensions_with_js (#18099)
Bartek Iwańczuk
2023-03-03
feat(ops): reland fast zero copy string arguments (#17996)
Divy Srivastava
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-15
Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
Bartek Iwańczuk
2022-12-02
feat(ops): Fast zero copy string arguments (#16777)
Divy Srivastava
2022-11-24
refactor(core): fix typo in ops_builtin.rs (#16613)
Ikko Ashimine
2022-10-10
feat(core): add Deno.core.writeAll(rid, chunk) (#16228)
Luca Casonato
2022-10-09
feat(core): improve resource read & write traits (#16115)
Luca Casonato
2022-10-04
perf(ext/fetch): consume body using ops (#16038)
Marcos Casagrande
2022-09-30
refactor(ext/http): remove op_http_read (#16096)
Luca Casonato
2022-09-07
perf(ops): inline &[u8] arguments and enable fast API (#15731)
Divy Srivastava
2022-09-07
fix(ext/flash): use utf8 length as Content-Length (#15793)
Divy Srivastava
2022-08-30
perf: use fast api for `core.isProxy` (#15682)
Divy Srivastava
2022-08-21
feat(ops): V8 Fast Calls (#15291)
Divy Srivastava
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-04
Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)
Bartek Iwańczuk
2022-07-04
feat: add "unhandledrejection" event support (#12994)
Bartek Iwańczuk
2022-06-07
refactor(core): Move Deno.core bindings to ops (#14793)
Nayeem Rahman
2022-05-12
feat(ops): infallible / result-free ops (#14585)
Aaron O'Mullan
2022-05-03
refactor: add core.formatLocationFilename, remove op_format_filename (#14474)
Bartek Iwańczuk
2022-03-22
fix(fetch): Fix uncaught rejection panic with `WebAssembly.instantiateStreami...
Andreu Botella
2022-03-20
cleanup(core): drop op_void_async's state arg (#14045)
Aaron O'Mullan
2022-03-16
feat(ops): optional OpState (#13954)
Aaron O'Mullan
2022-03-15
cleanup(core): remove void_op_a?sync (#13953)
Aaron O'Mullan
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-09
feat(core): streams (#12596)
Aaron O'Mullan
2021-10-27
chore: update to rusty_v8 0.33.0 (#12564)
Luca Casonato
2021-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-10-10
bench(deno_common): track void ops (#12389)
Aaron O'Mullan
2021-10-10
feat: Show the URL of streaming WASM modules in stack traces (#12268)
Andreu Botella
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-09-13
refactor(core): Turn the `wasm_streaming_feed` binding into ops (#11985)
Andreu Botella
2021-09-10
perf(ext/http): optimize auto cleanup of request resource (#11978)
Bert Belder
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
[next]