summaryrefslogtreecommitdiff
path: root/ext/io/lib.rs
AgeCommit message (Expand)Author
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-05-02refactor(ext/io): move tty metadata to separate collection (#18959)David Sherret
2023-04-28fix(ext/io) several sync fs fixes (#18886)Igor Zinkovsky
2023-04-12refactor(ext/fs): abstract FS via FileSystem trait (#18599)Luca Casonato
2023-04-06feat(core): sync io ops in core (#18603)Luca Casonato
2023-04-05perf(ext/io): remove a data copy from File write (#18601)Luca Casonato
2023-03-17perf(core) Reduce copying and cloning in extension initialization (#18252)Matt Mastracci
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-03-09refactor: Split extension registration for runtime and snapshotting (#18095)Bartek Iwańczuk
2023-03-09refactor(core): Extension::builder_with_deps (#18093)Bartek Iwańczuk
2023-03-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)Bartek Iwańczuk
2023-03-05refactor(runtime): factor out deno_io extension crate (#18001)Bartek Iwańczuk