summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-17Typo fix in styleguide (#1946)Nikola Ristic
2019-03-17extract internal method isSubdir to fs/utils.ts (denoland/deno_std#285)Axetroy
2019-03-16Fix a missing import in manual.md example for testing (#1935)joemclo
2019-03-15Add test style guide (#1918)Vincent LE GOFF
2019-03-15core: remove reset() from SharedQueue APIBert Belder
2019-03-15Fix TextDecoder for SharedArrayBuffer backed TypedArray (#1940)Ryan Dahl
2019-03-15Add strings/pad (denoland/deno_std#282)Vincent LE GOFF
2019-03-15jsdoc style guide update (#1932)Vincent LE GOFF
2019-03-15docs: fix example (#1936)Yoshiya Hinosawa
2019-03-15disable arm64 testRyan Dahl
2019-03-15core: Behavior shouldn't be genericRyan Dahl
2019-03-15Add --no-binary-download option to setup.py (#1916)Ryan Dahl
2019-03-15allow v8 cli flags on deno_core_http_bench (#1934)Ryan Dahl
2019-03-14Upload mac/sccache that doesn't link to openssl (#1929)Ryan Dahl
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-14Fix command in manual.md (#1931)Jack Rowlingson
2019-03-13v0.3.3Ryan Dahl
2019-03-13--no-prompt flag for non-interactive environments (#1913)andy finch
2019-03-13 feat: add readJson/readJsonSync for fs modules (denoland/deno_std#269)Axetroy
2019-03-12Make timers act like normal opsRyan Dahl
2019-03-12Sort opsRyan Dahl
2019-03-12Small cleanups for //core (#1914)Ryan Dahl
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