summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-26Fix assertEquals for RegExp & Date (denoland/deno_std#305)Vincent LE GOFF
2019-03-24Fix prettier check in empty files (denoland/deno_std#302)Bartek IwaƄczuk
2019-03-19move test file out of tests dir in flags module (denoland/deno_std#293)Axetroy
2019-03-19remove unnecessary path.resolve in move/readJson/writeJson (denoland/deno_std...Axetroy
2019-03-19fix: wrong usage of assertThrowsAsync which without await keyword (denoland/d...Axetroy
2019-03-18Test reorganization (denoland/deno_std#290)Vincent LE GOFF
2019-03-18fix: fs.exists not work for symlink (denoland/deno_std#291)Axetroy
2019-03-18Documentation clean up (denoland/deno_std#288)Vincent LE GOFF
2019-03-17Add prettier styling options (denoland/deno_std#281)Yoshiya Hinosawa
2019-03-17extract internal method isSubdir to fs/utils.ts (denoland/deno_std#285)Axetroy
2019-03-15Add strings/pad (denoland/deno_std#282)Vincent LE GOFF
2019-03-14Bump to v0.3.3 (denoland/deno_std#279)Ryan Dahl
2019-03-14feat: add writeJson/writeJsonSync for fs modules (denoland/deno_std#271)Axetroy
2019-03-14Improve jsdoc (denoland/deno_std#277)Vincent LE GOFF
2019-03-13 feat: add readJson/readJsonSync for fs modules (denoland/deno_std#269)Axetroy
2019-03-12feat: add move/moveSync for fs modules (denoland/deno_std#266)Axetroy
2019-03-12feat: add ensureDir/ensureFile for fs modules (denoland/deno_std#264)Axetroy
2019-03-12fix: eslint errors (denoland/deno_std#265)Yoshiya Hinosawa
2019-03-11Move benching into testing. (denoland/deno_std#258)chiefbiiko
2019-03-11feat: add emptyDir for fs modules (denoland/deno_std#263)Axetroy
2019-03-11add fs/exists (denoland/deno_std#260)Axetroy
2019-03-11Datetime module improvement (denoland/deno_std#259)Vincent LE GOFF
2019-03-09Eslint Fix http (denoland/deno_std#257)Eugen Cazacu
2019-03-08Use AssertionError instead of Error in testing (denoland/deno_std#254)Vincent LE GOFF
2019-03-08http: add return types (denoland/deno_std#250)Eugen Cazacu
2019-03-08refactor: use execPath where appropriate (denoland/deno_std#255)Yoshiya Hinosawa
2019-03-08testing/asserts: Add unimplemented and unreachable (denoland/deno_std#248)Ryan Dahl
2019-03-08Use fs.walk rather than git ls-files (denoland/deno_std#241)Andy Hayden
2019-03-07Use Deno global var instead of built-in "deno" module (denoland/deno_std#247)Yoshiya Hinosawa
2019-03-07Add assertNotEquals, assertArrayContains (denoland/deno_std#246)Vincent LE GOFF
2019-03-07Bump CI to v0.3.2 (denoland/deno_std#245)Yoshiya Hinosawa
2019-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
2019-03-06Testing refactor (denoland/deno_std#240)Vincent LE GOFF
2019-03-06Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)Andy Hayden
2019-03-05Update mime-db to 1.38.0 (denoland/deno_std#238)Evan Hahn
2019-03-05Refactor asserts in testing (denoland/deno_std#227)Vincent LE GOFF
2019-03-04Use pretty assertEqual in testing (denoland/deno_std#234)Vincent LE GOFF
2019-03-04Add eslint for linting (denoland/deno_std#235)Kitson Kelly
2019-03-04Refactor WebSockets (denoland/deno_std#173)Dmitry Sharshakov
2019-03-04feat: parallel testing (denoland/deno_std#224)chiefbiiko
2019-03-04Refactoring + Enhance UTs + Enhance doc (denoland/deno_std#230)Vincent LE GOFF
2019-03-04Fixing default parameters of runBenchmarks (denoland/deno_std#229)Vincent LE GOFF
2019-03-03Re-enabling colors after color testing (denoland/deno_std#226)Vincent LE GOFF
2019-03-02fixing readme link + version (denoland/deno_std#225)Vincent LE GOFF
2019-03-02fs.walk performance improvement (denoland/deno_std#221)Vincent LE GOFF
2019-03-02Testing add ansi color support from color module (denoland/deno_std#223)Vincent LE GOFF
2019-03-02Glob integration for the FS walker (denoland/deno_std#219)Vincent LE GOFF
2019-03-01Bump CI to v0.3.1 (denoland/deno_std#220)Ryan Dahl
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...Bert Belder
2019-02-24Fix import in http_bench.ts (denoland/deno_std#217)Ryan Dahl