summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-10Add Deno.umask (#4290)dubiousjim
2020-03-10refactor: Cleanup options object parameters (#4296)Nayeem Rahman
2020-03-10refactor: uncomment tests broken tests, use skip (#4311)Bartek Iwańczuk
2020-03-10Add global "quiet" flag (#4135)Florian Häglsperger
2020-03-09use Object instead of Map for promise table (#4309)Bartek Iwańczuk
2020-03-10reorg: move js runtime tests to cli/js/tests/ (#4250)Bartek Iwańczuk
2020-03-10upgrade: dprint 0.8.0 (#4308)Ryan Dahl
2020-03-10reorg: move JS ops implementations to cli/js/ops/, part 3 (#4302)Bartek Iwańczuk
2020-03-09test: add actual error class to fail message (#4305)Chris Knight
2020-03-09upgrade: typescript 3.8.3 (#4301)Ryan Dahl
2020-03-09reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283)Bartek Iwańczuk
2020-03-08feat(std/node) add appendFile and appendFileSync (#4294)Chris Knight
2020-03-08disable test_raw_tty (#4282)Yusuke Sakurai
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-07Rename perm to mode (#4276)dubiousjim
2020-03-07Update manual to reflect newer test running (#4278)Harry Wolff
2020-03-07upgrade rust dependencies (#4270)Ryan Dahl
2020-03-07refactor: remove cli/ops/files.rs (#4246)Bartek Iwańczuk
2020-03-07Move benchmark data to different repo (#4273)Ryan Dahl
2020-03-07Improve run_and_collect_output (#4272)Ryan Dahl
2020-03-06Fix flaky test test_permissions_net_listen_allow_localhost (#4271)Ryan Dahl
2020-03-06Add content type for wasm, fix encoding in wasm test fixture (#4269)Aurélien Bertron
2020-03-06Rename name/filename arguments to path (#4227)dubiousjim
2020-03-06doc: Update manual with suggestions for when cargo isn't building properly (#...Chris Knight
2020-03-06Fix unwanted ANSI Reset Sequence (#4268)João Souto
2020-03-06Rename readDir -> readdir (#4225)dubiousjim
2020-03-05fix: call unwatch when dropping FsEventsResource (#4266)Ryan Dahl
2020-03-05move Web APIs to cli/js/web/Bartek Iwańczuk
2020-03-05fix event target testsBartek Iwańczuk
2020-03-05Support async function and EventListenerObject as listeners (#4240)Ryan Dahl
2020-03-05Allow BadResource errors to take a custom message (#4251)Ryan Dahl
2020-03-05Document TypeScript compiler options (#4241)Ryan Dahl
2020-03-05refactor: preliminary cleanup of Deno.runTests() (#4237)Bartek Iwańczuk
2020-03-05refactor: cleanup compiler runtimes (#4230)Bartek Iwańczuk
2020-03-04Use discord instead of gitter (#4253)Ryan Dahl
2020-03-04Remove unnecessary macro from cli/ops/tty.rs (#4254)Bert Belder
2020-03-04Remove Deno.errors.Other (#4249)Ryan Dahl
2020-03-04refactor: rewrite testPerm into unitTest (#4231)Bartek Iwańczuk
2020-03-04Migrate internal bundles to System (#4233)Kitson Kelly
2020-03-04Fix inlining of lib.dom.iterable.d.ts. (#4242)Kitson Kelly
2020-03-04Fix `deno install` file name including extra dot on Windows (#4243)yuta0801
2020-03-03assert build success for test plugin (#4223)João Souto
2020-03-03Disable flaky and broken tests (#4239)Ryan Dahl
2020-03-03add assertOps sanitizer in cli/js/ unit tests (#4209)Bartek Iwańczuk
2020-03-03misc: reduce unnecesarry output in cli/js tests (#4182)Yusuke Sakurai
2020-03-03feat(std/node): add directory classes (#4087)Chris Knight
2020-03-02Do not convert exceptions to JSON and back (#4214)Bert Belder
2020-03-02Don't reset exception handle after calling ErrWithV8Handle::get_handle() (#4214)Bert Belder
2020-03-02Fix JavaScript dependencies in bundles. (#4215)Kitson Kelly