0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/runtime/ops
Casper Beyer 875ac73f1e
feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108)
This commit stabilizes Deno.fstat and Deno.fstatSync 
which are well known system calls and have a stable interface.
2021-04-12 11:27:38 +02:00
..
crypto.rs core(runtime): fix copyright in date (#9116) 2021-01-15 13:18:49 +11:00
fetch.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00
file.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
fs.rs feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108) 2021-04-12 11:27:38 +02:00
fs_events.rs feat(runtime/permissions): prompt fallback (#9376) 2021-04-12 11:15:43 +09:00
http.rs feat: native HTTP bindings (#9935) 2021-04-08 18:34:15 -04:00
io.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
mod.rs feat: native HTTP bindings (#9935) 2021-04-08 18:34:15 -04:00
net.rs feat(runtime/permissions): prompt fallback (#9376) 2021-04-12 11:15:43 +09:00
net_unix.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
os.rs feat(runtime/permissions): prompt fallback (#9376) 2021-04-12 11:15:43 +09:00
permissions.rs feat(permissions): allow run permission to take values (#9833) 2021-04-10 00:12:00 +02:00
plugin.rs feat(runtime/permissions): prompt fallback (#9376) 2021-04-12 11:15:43 +09:00
process.rs feat(runtime/permissions): prompt fallback (#9376) 2021-04-12 11:15:43 +09:00
runtime.rs feat(runtime/permissions): prompt fallback (#9376) 2021-04-12 11:15:43 +09:00
signal.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
timers.rs feat(runtime/permissions): prompt fallback (#9376) 2021-04-12 11:15:43 +09:00
tls.rs feat(runtime/permissions): prompt fallback (#9376) 2021-04-12 11:15:43 +09:00
tty.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
url.rs chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00
utils.rs refactor: rewrite "net" ops to use serde_v8 (#10028) 2021-04-06 10:33:43 +02:00
web_worker.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
webgpu.rs chore: Add missing copyright headers (#9910) 2021-03-27 01:33:06 +01:00
websocket.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
worker_host.rs feat(permissions): allow run permission to take values (#9833) 2021-04-10 00:12:00 +02:00