summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2020-04-24create readme for std/bytes (#4876)Ali Hasani
2020-04-22BREAKING CHANGE: rename Deno.toAsyncIterator() to Deno.iter() (#4848)Bartek Iwańczuk
2020-04-20std/node: require_ -> require (#4828)Nikolai Vavilov
2020-04-20Add no-async-promise-executor lint rule (#4809)Ali Hasani
2020-04-18fix(std): existsFile testBartek Iwańczuk
2020-04-17feature: synchronous buffered writer (#4693)Chris Knight
2020-04-16feat(cli/installer.rs): Add DENO_INSTALL_ROOT (#4787)Nayeem Rahman
2020-04-16refactor: proper Node polyfill directory iteration now that Deno supports th...Chris Knight
2020-04-16docs(std): update links to documents (#4777)uki00a
2020-04-16refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763)Nayeem Rahman
2020-04-16Migrate std/types to x/types (#4771)Steven Guerrero
2020-04-15Implement UUID v1 (#4758)Ali Hasani
2020-04-15Remove std/testing/format.ts (#4749)Nayeem Rahman
2020-04-13Refactor std/types (#4713)Steven Guerrero
2020-04-13manual.md tweaks (#4730)Jake Gordon
2020-04-12add copyFile & copyFileSync to std/node/fs (#4726)Ali Hasani
2020-04-12refactor(std/multipart): make readForm() return value more type safe (#4710)Yusuke Sakurai
2020-04-10remove unnecessary delay in std/signal tests (#4703)Chris Knight
2020-04-10fix(std/http): verify cookie name & update SameSite type (#4685)木杉
2020-04-10fix(std/testing/asserts): change left/right to actual/expected (#4697)Chris Knight
2020-04-10feat(std/signal): add utility for listening to signal events (#4696)Chris Knight
2020-04-10BREAKING: Make fetch API more web compatible (#4687)Ryan Dahl
2020-04-09Fix build - 2becae broke CI (#4686)Ryan Dahl
2020-04-09feat(std/log): improvements and new log handler (#4674)Chris Knight
2020-04-08feat(std/node): add isPrimitive (#4673)Ali Hasani
2020-04-08feat(std/node): add fs.mkdir functions and fs.exists tests (#4660)Ali Hasani
2020-04-07BREAKING: Rename 'deno fetch' subcommand to 'deno cache' (#4656)Akshat Agarwal
2020-04-07file_server: use text/typescript instead of application/typescript (#4620)木杉
2020-04-07feat(std/http/server): Respond with 400 on request parse failure (#4614)Nayeem Rahman
2020-04-06Add exists and existsSync to std/node (#4655)Ali Hasani
2020-04-06Remove media_types from std/README.md (#4650)Ali Hasani
2020-04-06remove std/testing/runner.ts (#4649)Bartek Iwańczuk
2020-04-06Drop headers with trailing whitespace in header name (#4642)Andrew Stucki
2020-04-06feat(std/flags): pass key and value to unknown (#4637)Andreas
2020-04-04fix(std/testing): formatting bigint (#4626)Khải
2020-04-04doc: Improve the style guide (#4627)Nayeem Rahman
2020-04-03fix erroneous assert (#4608)dubiousjim
2020-04-03Remove /std/media_types (#4594)Ryan Dahl
2020-04-02Revert "Respond with 400 on request parse failure" (#4593)Ryan Dahl
2020-04-01Move encode, decode helpers to /std/encoding/utf8.ts, delete /std/strings/ (#...Ryan Dahl
2020-04-01std(media_types): change .ts content type to application/typescript (#4563)木杉
2020-04-01Remove std/strings/pad.ts because String.prototype.padStart exists (#4564)Ryan Dahl
2020-04-01fix(file_server): use media_types for Content-Type header (#4555)Khải
2020-04-01fix(#4550): setCookie should append cookies (#4558)木杉
2020-04-01refactor(cli/js/testing): Reduce testing interfaces (#4451)Nayeem Rahman
2020-04-01feat(std/http/server): Respond with 400 on request parse failure (#4551)Nayeem Rahman
2020-03-31used native padStart/End where possible (#4537)Ondřej Žára
2020-03-30fix(std/encoding/csv): enable skipped tests (#4520)uki00a
2020-03-30feat: Add common to std/path (#4527)Kitson Kelly
2020-03-29doc: Fix some typos and improve a few sentences in the std manual (#4522)Niklas Eicker