summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-11Add media_types collection (denoland/deno_std#97)Kitson Kelly
2019-01-10Reorg colors (denoland/deno_std#96)Kitson Kelly
2019-01-10refactor(path): reorg (denoland/deno_std#101)木杉
2019-01-09feat: print test status on the same line as test name (denoland/deno_std#100)Yoshiya Hinosawa
2019-01-08Bump deno version to v0.2.6Ryan Dahl
2019-01-07path: remove export = module (denoland/deno_std#95)Kevin (Kun) "Kassimo" Qian
2019-01-06Add web socket module (denoland/deno_std#84)Yusuke Sakurai
2019-01-06Fix format globs (denoland/deno_std#87)Ryan Dahl
2019-01-05Windows CI should use a fixed version of deno (denoland/deno_std#89)Srijan Reddy
2019-01-04Fix to use unknown type in testing/mod.ts (denoland/deno_std#73)Masashi Hirano
2019-01-04Azure windows pipeline (denoland/deno_std#85)Srijan Reddy
2019-01-04docs(readme): fix small typo (denoland/deno_std#82)Satya Rohith
2019-01-04fix(testing): readme import url (denoland/deno_std#81)木杉
2019-01-04Remove logging's flaky basicTest (denoland/deno_std#83)Ryan Dahl
2019-01-03First pass on style guide (denoland/deno_std#66)Ryan Dahl
2019-01-03Remove travis, rely on pipelines (denoland/deno_std#68)Ryan Dahl
2019-01-03Create .editorconfig (denoland/deno_std#74)Dmitry Sharshakov aka. sh7dm
2019-01-03Add testing/README.md (denoland/deno_std#75)Masashi Hirano
2019-01-03Make README readable on mobile (denoland/deno_std#71)Bartek Iwańczuk
2019-01-03Add datetime utils (denoland/deno_std#72)Dmitry Sharshakov aka. sh7dm
2019-01-02Add testing moduleRyan Dahl
2019-01-02Disable logging test to pass CI.Ryan Dahl
2019-01-02Bump CI to v0.2.5 (denoland/deno_std#63)Ryan Dahl
2019-01-02Happy New Year (denoland/deno_std#58)Dmitry Sharshakov aka. sh7dm
2019-01-02Improve logging module (denoland/deno_std#51)Bartek Iwańczuk
2019-01-02Add more MIME types (denoland/deno_std#57)Dmitry Sharshakov aka. sh7dm
2019-01-01Add mkdirp (denoland/deno_std#59)chiefbiiko
2018-12-31Upgrade CI to v0.2.4Ryan Dahl
2018-12-31Add more MIME types (denoland/deno_std#56)Dmitry Sharshakov aka. sh7dm
2018-12-31Add content-type header to file_server (denoland/deno_std#47)Bartek Iwańczuk
2018-12-31Avoid textproto crashing on empty reader (denoland/deno_std#50)Kevin (Kun) "Kassimo" Qian
2018-12-24Format (denoland/deno_std#42)Ryan Dahl
2018-12-23Add CORS option to file_server (denoland/deno_std#45)Kevin (Kun) "Kassimo" Qian
2018-12-23Make compatible with latest deno (denoland/deno_std#41)Ryan Dahl
2018-12-21Remove default export from flags module (denoland/deno_std#38)Bartek Iwańczuk
2018-12-21Add Azure Pipelines CI (Linux and Mac only)Ryan Dahl
2018-12-20Update registry URLs for flags (denoland/deno_std#36)Bartek Iwańczuk
2018-12-19Add examples/ directory (denoland/deno_std#28)Ryan Dahl
2018-12-19Add colors example (denoland/deno_std#31)Ryan Dahl
2018-12-19Add logging module (denoland/deno_std#33)Bartek Iwańczuk
2018-12-19Add flags module (denoland/deno_std#32)Bartek Iwańczuk
2018-12-19Fix prettier version (denoland/deno_std#27)Ryan Dahl
2018-12-18Add colors module (denoland/deno_std#30)Kitson Kelly
2018-12-18migrate deno_path to deno_std (denoland/deno_std#26)木杉
2018-12-18http: Request body & Streaming (denoland/deno_std#23)Kevin (Kun) "Kassimo" Qian
2018-12-18Remove MakefileRyan Dahl
2018-12-18Add format script.Ryan Dahl
2018-12-18Rename project to deno_stdRyan Dahl
2018-12-17Implement append() to join 2 Uint8Array (denoland/deno_std#25)Kevin (Kun) "Kassimo" Qian
2018-12-17Add BufReader.readFull (denoland/deno_std#24)Kevin (Kun) "Kassimo" Qian