1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -05:00
denoland-deno/runtime/ops
Divy Srivastava eda8c83d8b feat(ops): reland fast zero copy string arguments (#17996)
Reland https://github.com/denoland/deno/pull/16777

The codegen is disabled in async ops and when fallback to slow call is
possible (return type is a Result) to avoid hitting this V8 bug:
https://github.com/denoland/deno/issues/17159
2023-03-10 12:46:24 +09:00
..
os feat(ops): reland fast zero copy string arguments (#17996) 2023-03-10 12:46:24 +09:00
web_worker chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
fs.rs feat(ops): reland fast zero copy string arguments (#17996) 2023-03-10 12:46:24 +09:00
fs_events.rs feat(core): allow specifying name and dependencies of an Extension (#17301) 2023-01-08 23:48:46 +01:00
http.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
io.rs feat(ops): reland fast zero copy string arguments (#17996) 2023-03-10 12:46:24 +09:00
mod.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
permissions.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
process.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
runtime.rs perf: remove current_dir() call in Deno.mainModule (#17883) 2023-02-22 18:22:24 -05:00
signal.rs feat(ops): reland fast zero copy string arguments (#17996) 2023-03-10 12:46:24 +09:00
spawn.rs feat: Stabilize Deno.Command API (#17628) 2023-02-13 19:25:00 +01:00
tty.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
utils.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
web_worker.rs feat(core): allow specifying name and dependencies of an Extension (#17301) 2023-01-08 23:48:46 +01:00
worker_host.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00