summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Fixes #1787
2019-03-14Bump to v0.3.3 (denoland/deno_std#279)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/c44fbec1351c9032cb21d933b8a9c9c45be7892d
2019-03-14feat: add writeJson/writeJsonSync for fs modules (denoland/deno_std#271)Axetroy
Original: https://github.com/denoland/deno_std/commit/e9d104a424d50e772b64253914452ccf71a72188
2019-03-14Improve jsdoc (denoland/deno_std#277)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/1805c18ac7ed3aa6727f509ee2ec55f718ff2f61
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
Original: https://github.com/denoland/deno_std/commit/e4485d722ac978c023f9f6720734264e99e1577f
2019-03-12Make timers act like normal opsRyan Dahl
This is in preperation for core integration.
2019-03-12Sort opsRyan Dahl
2019-03-12Small cleanups for //core (#1914)Ryan Dahl
* Privatize a few deno_core::Isolate methods * Add deno_core::Isolate docs
2019-03-12feat: add move/moveSync for fs modules (denoland/deno_std#266)Axetroy
Original: https://github.com/denoland/deno_std/commit/a1fcfb2744a7a2c660bf03b8da03ca2c4d7753a8
2019-03-12feat: add ensureDir/ensureFile for fs modules (denoland/deno_std#264)Axetroy
Original: https://github.com/denoland/deno_std/commit/9ae941338aea09adf0d4f48d40f2b09131ae3d5f
2019-03-12fix: eslint errors (denoland/deno_std#265)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/61af419bbc5717c2e2552050aacb20ef1b17480b
2019-03-11manual: Improve formatting (#1842)Jed Fox
2019-03-11Make some renames in js/build.ts (#1912)Ryan Dahl
* Replace Deno.OSType enum with Deno.OperatingSystem type alias * Add arm64 to supported CPU architectures * add type alias for cpu arch Deno.Arch
2019-03-11Rename Deno.build.gnArgs to Deno.build.argsRyan Dahl
2019-03-11core: Abstract out Behavior from Isolate (#1904)Ryan Dahl
Move v8_set_flags and v8_version to core. (The idea is that src/ should not depend on libdeno.rs anymore. This is a step towards that.)
2019-03-11Add OSType enum (#1909)Vincent LE GOFF
2019-03-11Move benching into testing. (denoland/deno_std#258)chiefbiiko
Original: https://github.com/denoland/deno_std/commit/4de86f04de8c83f8af184cb67b56f4022c17864f
2019-03-11feat: add emptyDir for fs modules (denoland/deno_std#263)Axetroy
Original: https://github.com/denoland/deno_std/commit/64d6bfca565acda9151ebb0b84911cc8d63c8c77
2019-03-11add fs/exists (denoland/deno_std#260)Axetroy
Original: https://github.com/denoland/deno_std/commit/142a1c6cf890e5c7626c4c934496fae1eee01715
2019-03-11Datetime module improvement (denoland/deno_std#259)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/5852cd251b249ff19bda15f5eb29ac32b2176928
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
Original: https://github.com/denoland/deno_std/commit/2153fd264681d6e9c132dac1c33f346cd8139717
2019-03-08Use AssertionError instead of Error in testing (denoland/deno_std#254)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/d4088a1920d005132bce2b0cd948ed74e0250563
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
Original: https://github.com/denoland/deno_std/commit/84f9fe064984276781e7f9deb03544024d81c1a6
2019-03-08refactor: use execPath where appropriate (denoland/deno_std#255)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/bf76484301cccbc857cdf205a44762239392ebed
2019-03-08testing/asserts: Add unimplemented and unreachable (denoland/deno_std#248)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/02274ef48bb298047f2a9a1821a75cd060fc5500
2019-03-08Use fs.walk rather than git ls-files (denoland/deno_std#241)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/afaf343f376eaafc668d553322e5700c0c8c223f
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
Original: https://github.com/denoland/deno_std/commit/395392912d69fe320d74c1f95a27be8e4adc0fa6
2019-03-07Add assertNotEquals, assertArrayContains (denoland/deno_std#246)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/899ab67cea12de812c041bcb5ea9ae7fd300d706
2019-03-07Bump CI to v0.3.2 (denoland/deno_std#245)Yoshiya Hinosawa
replace Deno.platform with Deno.build Original: https://github.com/denoland/deno_std/commit/c67751659c50a3c0be5952e3092de7943aa9fa54
2019-03-07Cleanup node_modules, update packages (#1894)Kitson Kelly
And fix new lint issues.
2019-03-06v0.3.2Ryan Dahl
2019-03-06Upgrade deno_std (#1892)Ryan Dahl
A major API change was that asserts are imported from testing/asserts.ts now rather than testing/mod.ts and assertEqual as renamed to assertEquals to conform to what is most common in JavaScript.
2019-03-06Rename assertEq to assertEquals (denoland/deno_std#242)Ryan Dahl
After some discussion it was found that assertEquals is more common in JS (vs assertEqual, assertEq) and sounds better in the negated form: assertNotEquals vs assertNE. Original: https://github.com/denoland/deno_std/commit/4cf39d4a1420b8153cd78d03d03ef843607ae506
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
Original: https://github.com/denoland/deno_std/commit/e1d5c00279132aa639030c6c6d9b4e308bd4775e
2019-03-06Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239)Andy Hayden
Original: https://github.com/denoland/deno_std/commit/0fc13fffbdb59d6aee2b11ff17a5de382273126b
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
mime-db@1.38.0 was released on 2019-02-04. This updates the JSON file. Original: https://github.com/denoland/deno_std/commit/d430a241244c8b7af57c9b0c22664425987c86a8
2019-03-05Fix website manual link (#1889)Grant Timmerman