summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2020-03-20use prebuilt "not implemented" error (#4442)dubiousjim
2020-03-20Add require-await lint rule (#4401)Samrith Shankar
2020-03-20fix(std/http): Properly await ops in a server test (#4436)Nayeem Rahman
2020-03-19fix(std/http): Fix respond error test on Windows (#4408)Nayeem Rahman
2020-03-19std(http/server): close open connections on server close (#3679)Bartek Iwańczuk
2020-03-19fix: stack traces for modules imported via std/node's require (#4035)Nikolai Vavilov
2020-03-19remove std/testing/runner.ts, use deno test for std/ tests (#4397)Bartek Iwańczuk
2020-03-19fix: std/testing/runner.ts and deno test (#4392)Bartek Iwańczuk
2020-03-19feat: Add helper functions for permissions to std (#4258)Kitson Kelly
2020-03-19refactor: rename Deno.TestDefinition.skip to ignore (#4400)Bartek Iwańczuk
2020-03-18feat: Deno.test() sanitizes ops and resources (#4399)Bartek Iwańczuk
2020-03-17Update manual (#4412)Ryan Dahl
2020-03-17std: Provide types for React and ReactDOM (#4376)Kitson Kelly
2020-03-16test: Fix broken test and remove redundant test file (#4390)Chris Knight
2020-03-16refactor: add no-return-await lint rule (#4384)Bartek Iwańczuk
2020-03-15refactor: move existing fs implementation to internal _fs directory (#4381)Chris Knight
2020-03-15docs: fix Deno.compile examples in manual.md (#4380)Yoshiya Hinosawa
2020-03-15refactor(std): Uncomment disabled tests, use skip option (#4378)Nayeem Rahman
2020-03-14Node polyfill for fs.chown and fs.close (#4377)Chris Knight
2020-03-14BREAKING CHANGE FileInfo.len renamed to FileName.size (#4338)dubiousjim
2020-03-14feat: add chmod Node polyfill and related file system constants (#4358)Chris Knight
2020-03-14Add node querystring polyfill (#4370)crowlKats
2020-03-14doc(http/server): Add coherence to the docs (#4372)Lucas De Angelis
2020-03-13fix(std): Use Deno.errors where possible. (#4356)Oliver Lenehan
2020-03-12fix: Node polyfill fsAppend rework (#4322)Chris Knight
2020-03-10doc(cli/flags): Reduce empty lines in help messages (#4312)Nayeem Rahman
2020-03-10feat (std/encoding): add binary module (#4274)Oliver Lenehan
2020-03-10refactor(cli/js/net): Cleanup iterable APIs (#4236)Nayeem Rahman
2020-03-10refactor: Cleanup options object parameters (#4296)Nayeem Rahman
2020-03-09test: add actual error class to fail message (#4305)Chris Knight
2020-03-08feat(std/node) add appendFile and appendFileSync (#4294)Chris Knight
2020-03-08reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264)Bartek Iwańczuk
2020-03-08Improvements to std/flags. (#4279)Kitson Kelly
2020-03-07Update manual to reflect newer test running (#4278)Harry Wolff
2020-03-06doc: Update manual with suggestions for when cargo isn't building properly (#...Chris Knight
2020-03-06Rename readDir -> readdir (#4225)dubiousjim
2020-03-05Document TypeScript compiler options (#4241)Ryan Dahl
2020-03-04Use discord instead of gitter (#4253)Ryan Dahl
2020-03-03feat(std/node): add directory classes (#4087)Chris Knight
2020-03-01feat(std/node): add os.tmpdir() implementation (#4213)ecyrbe
2020-02-28[std/ws] provide default close code for ws.close() (#4172)Yusuke Sakurai
2020-02-27reduce unnecessary output on tests (#4148)Yusuke Sakurai
2020-02-26refactor(std/http): move io functions to http/io.ts (#4126)Yusuke Sakurai
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly
2020-02-24fix: [http] Consume unread body and trailers before reading next request (#3990)Yusuke Sakurai
2020-02-24Remove ansi_term dependency (#4116)João Souto
2020-02-24Revert "Remove ansi_term dependency"Ryan Dahl
2020-02-24fix: createSecKey logic (#4063)Suguru Motegi
2020-02-24rename Deno.Err -> Deno.errors (#4093)Bartek Iwańczuk
2020-02-24doc: Remove old link to deno types output (#4111)Nayeem Rahman