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
/
std
/
io
/
util.ts
Age
Commit message (
Collapse
)
Author
2020-10-20
fix(std/io): remove trivial internal util.ts module (#8032)
Casper Beyer
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-25
refactor: shift copyBytes and tweak deps to reduce dependencies (#6469)
Chris Knight
2020-06-12
refactor: Don't destructure the Deno namespace (#6268)
Nayeem Rahman
2020-06-06
fix(std/io): StringReader implementation (#6148)
Ryan Dahl
2020-04-30
BREAKING: reorder std/io/utils copyBytes arguments (#5022)
Marcos Casagrande
2020-04-25
BREAKING CHANGE: remove Deno.OpenMode (#4884)
Bartek Iwańczuk
This commit removes Deno.OpenMode along with overloaded variants of Deno.open() and Deno.openSync() that used OpenMode.
2020-04-17
feature: synchronous buffered writer (#4693)
Chris Knight
2020-04-01
Move encode, decode helpers to /std/encoding/utf8.ts, delete /std/strings/ ↵
Ryan Dahl
(#4565) also removes std/encoding/mod.ts and std/archive/mod.ts which are useless.
2020-01-07
fix: Deno.mkdir should conform to style guide (#3617)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-10-16
std: Move fs/path to the top-level (#3100)
Nayeem Rahman
2019-10-09
Move everything into std subdir
Ryan Dahl