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