summaryrefslogtreecommitdiff
path: root/std/io/ioutil.ts
AgeCommit message (Collapse)Author
2020-06-07refactor(std): remove testing dependencies from non-test code (#5838)Chris Knight
2020-05-17Miscellaneous documentation and spelling improvements (#5527)Bert Belder
* Extended/updated documentation on code editor setup and plugins. * Moved documentation to the right file. * Fixed spelling errors in documentation and code. * Updated broken links. Co-authored-by: 迷渡 <justjavac@gmail.com> Co-authored-by: AlfieriChou <alfierichou@gmail.com> Co-authored-by: Anil Seervi <anil13112000@gmail.com Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Fernando Basso <fernandobasso.br@gmail.com> Co-authored-by: József Sallai <jozsef@sallai.me> Co-authored-by: S4ltyGo4t <mario.weidner@gmx.de> Co-authored-by: Tommy May <tommymay37@gmail.com> Co-authored-by: Turbinya <wownucleos@gmail.com> Co-authored-by: ᴜɴвʏтᴇ <i@shangyes.net>
2020-04-29fix: Make std/io copyN write the whole read buffer (#4978)Marcos Casagrande
2020-04-28BREAKING: Remove Deno.EOF, use null instead (#4953)Nayeem Rahman
2020-04-26Increase copyN buffer size to match go implementation (#4904)Marcos Casagrande
2020-04-26reorder copyN arguments to match Deno.copy (#4900)Akshat Agarwal
2020-03-13fix(std): Use Deno.errors where possible. (#4356)Oliver Lenehan
2020-01-02Happy new year! (#3578)Ry Dahl
2019-10-09Move everything into std subdirRyan Dahl