summaryrefslogtreecommitdiff
path: root/runtime/ops/mod.rs
AgeCommit message (Expand)Author
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-10-22refactor(runtime/ops): use concrete error types (#26409)Leo Kettmeir
2024-09-17chore: upgrade deno_core (#25674)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava
2023-10-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk
2023-10-04refactor: use deno_core::FeatureChecker for unstable checks (#20765)Bartek Iwańczuk
2023-03-07refactor: Add "deno_fs" extension crate (#18040)Bartek Iwańczuk
2023-03-05refactor(runtime): merge "spawn" into "process" (#18022)Bartek Iwańczuk
2023-03-05refactor(runtime): factor out deno_io extension crate (#18001)Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-04-21feat(runtime): two-tier subprocess API (#11618)Leo Kettmeir
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-29cleanup(cli): use op Extensions (#13223)Aaron O'Mullan
2021-10-10refactor(metrics): move to core (#12386)Aaron O'Mullan
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato
2021-07-11Revert "Remove unstable native plugins (#10908)"Ryan Dahl
2021-07-02Remove unstable native plugins (#10908)Bartek Iwańczuk
2021-06-29feat: Add "deno_net" extension (#11150)Bartek Iwańczuk
2021-05-08cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)Aaron O'Mullan
2021-04-28core: introduce extensions (#9800)Aaron O'Mullan
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-08feat: native HTTP bindings (#9935)Bartek Iwańczuk
2021-04-07feat: blob URL support (#10045)Luca Casonato
2021-04-06refactor: rewrite "net" ops to use serde_v8 (#10028)Aaron O'Mullan
2021-04-02refactor(ops): remove variadic buffers (#9944)Aaron O'Mullan
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan
2021-03-20refactor: Move bin ops to deno_core and unify logic with json ops (#9457)Inteon
2021-03-18refactor: update minimal ops & rename to buffer ops (#9719)Inteon
2021-03-12chore: split web op crate (#9635)Luca Casonato
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-02-21feat(unstable): per op metrics (#9240)Luca Casonato
2021-02-18feat(runtime/ops): strongly typed deserialization of JSON ops (#9532)crowlKats
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk