summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-11manual: Improve formatting (#1842)Jed Fox
2019-03-11Make some renames in js/build.ts (#1912)Ryan Dahl
2019-03-11Rename Deno.build.gnArgs to Deno.build.argsRyan Dahl
2019-03-11core: Abstract out Behavior from Isolate (#1904)Ryan Dahl
2019-03-11Add OSType enum (#1909)Vincent LE GOFF
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-11Update to TypeScript 3.3 (#1908)Kitson Kelly
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
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-08Add basic Arm64 build to CI (#1887)andy finch
2019-03-08docs: package.ts -> deps.ts (#1903)Yoshiya Hinosawa
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-07Remove 'deno' builtin module (#1895)Kitson Kelly
2019-03-07Upgrade deno_std to 395392 (#1902)Ryan Dahl
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-07Cleanup node_modules, update packages (#1894)Kitson Kelly
2019-03-06v0.3.2Ryan Dahl
2019-03-06Upgrade deno_std (#1892)Ryan Dahl
2019-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
2019-03-06Reorganize version and platform into Deno.build and Deno.version (#1879)Kevin (Kun) "Kassimo" Qian
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-06Replace deno.land/x/std with deno.land/std (#1890)Andy Hayden
2019-03-05Update mime-db to 1.38.0 (denoland/deno_std#238)Evan Hahn
2019-03-05Fix website manual link (#1889)Grant Timmerman
2019-03-05fix snapshots in gn build (#1886)andy finch
2019-03-05Refactor asserts in testing (denoland/deno_std#227)Vincent LE GOFF
2019-03-04tools/run_node: only create 'node_modules' symlink onceBert Belder
2019-03-04tools: remove fix_symlinks() functionBert Belder
2019-03-04ci: upgrade git on appveyor to version v2.21.0.windows.1Bert Belder
2019-03-04Improve tagline in README (#1881)Ryan Dahl
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-04`use-snapshots` build option for cross compile support. (#1852)andy finch
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-04Allow inspection and revocation of permissions (#1875)Simon Menke