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