summaryrefslogtreecommitdiff
path: root/std/README.md
AgeCommit message (Collapse)Author
2020-06-28docs(std): update paragraph about the tagging process (#6519)Casper Beyer
2020-05-11fix(std): fix broken style guide link (#5211)Lucas Machado
2020-05-09BREAKING(std): reorganization (#5087)Nayeem Rahman
* Prepend underscores to private modules * Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result. * Move std/_util/async.ts to std/async * Move std/util/sha*.ts to std/hash
2020-04-16docs(std): update links to documents (#4777)uki00a
2020-04-06Remove media_types from std/README.md (#4650)Ali Hasani
2020-01-29feat: dprint formatter (#3820)Bartek IwaƄczuk
* rewrite fmt_test in Rust, remove tools/fmt_test.py * remove //std/prettier
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-10-09Move everything into std subdirRyan Dahl