Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-17 | Typo fix in styleguide (#1946) | Nikola Ristic | |
2019-03-17 | extract internal method isSubdir to fs/utils.ts (denoland/deno_std#285) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/da4abcd9a3a5775939c3941a884d1c6f4d287d0f | |||
2019-03-16 | Fix a missing import in manual.md example for testing (#1935) | joemclo | |
2019-03-15 | Add test style guide (#1918) | Vincent LE GOFF | |
2019-03-15 | core: remove reset() from SharedQueue API | Bert Belder | |
2019-03-15 | Fix TextDecoder for SharedArrayBuffer backed TypedArray (#1940) | Ryan Dahl | |
2019-03-15 | Add strings/pad (denoland/deno_std#282) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/6e0bec1f940cbb935525ce68ee43b617df5d1932 | |||
2019-03-15 | jsdoc style guide update (#1932) | Vincent LE GOFF | |
2019-03-15 | docs: fix example (#1936) | Yoshiya Hinosawa | |
2019-03-15 | disable arm64 test | Ryan Dahl | |
2019-03-15 | core: Behavior shouldn't be generic | Ryan Dahl | |
We always pass around Box<[u8]>, and adding this generic is an unnecessary complication. Add deno_core_http_bench_test to test.py sharedQueue works on deno_core_http_bench | |||
2019-03-15 | Add --no-binary-download option to setup.py (#1916) | Ryan Dahl | |
2019-03-15 | allow v8 cli flags on deno_core_http_bench (#1934) | Ryan Dahl | |
2019-03-14 | Upload mac/sccache that doesn't link to openssl (#1929) | Ryan Dahl | |
Fixes #1787 | |||
2019-03-14 | Bump to v0.3.3 (denoland/deno_std#279) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/c44fbec1351c9032cb21d933b8a9c9c45be7892d | |||
2019-03-14 | feat: add writeJson/writeJsonSync for fs modules (denoland/deno_std#271) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/e9d104a424d50e772b64253914452ccf71a72188 | |||
2019-03-14 | Improve jsdoc (denoland/deno_std#277) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/1805c18ac7ed3aa6727f509ee2ec55f718ff2f61 | |||
2019-03-14 | Fix command in manual.md (#1931) | Jack Rowlingson | |
2019-03-13 | v0.3.3 | Ryan 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-12 | Make timers act like normal ops | Ryan Dahl | |
This is in preperation for core integration. | |||
2019-03-12 | Sort ops | Ryan Dahl | |
2019-03-12 | Small cleanups for //core (#1914) | Ryan Dahl | |
* Privatize a few deno_core::Isolate methods * Add deno_core::Isolate docs | |||
2019-03-12 | feat: add move/moveSync for fs modules (denoland/deno_std#266) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/a1fcfb2744a7a2c660bf03b8da03ca2c4d7753a8 | |||
2019-03-12 | feat: add ensureDir/ensureFile for fs modules (denoland/deno_std#264) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/9ae941338aea09adf0d4f48d40f2b09131ae3d5f | |||
2019-03-12 | fix: eslint errors (denoland/deno_std#265) | Yoshiya Hinosawa | |
Original: https://github.com/denoland/deno_std/commit/61af419bbc5717c2e2552050aacb20ef1b17480b | |||
2019-03-11 | manual: Improve formatting (#1842) | Jed Fox | |
2019-03-11 | Make 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-11 | Rename Deno.build.gnArgs to Deno.build.args | Ryan Dahl | |
2019-03-11 | core: 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-11 | Add OSType enum (#1909) | Vincent LE GOFF | |
2019-03-11 | Move benching into testing. (denoland/deno_std#258) | chiefbiiko | |
Original: https://github.com/denoland/deno_std/commit/4de86f04de8c83f8af184cb67b56f4022c17864f | |||
2019-03-11 | feat: add emptyDir for fs modules (denoland/deno_std#263) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/64d6bfca565acda9151ebb0b84911cc8d63c8c77 | |||
2019-03-11 | add fs/exists (denoland/deno_std#260) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/142a1c6cf890e5c7626c4c934496fae1eee01715 | |||
2019-03-11 | Datetime module improvement (denoland/deno_std#259) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/5852cd251b249ff19bda15f5eb29ac32b2176928 | |||
2019-03-11 | Update to TypeScript 3.3 (#1908) | Kitson Kelly | |
2019-03-09 | Migrate from tslint to eslint for linting (#1905) | Kitson Kelly | |
2019-03-09 | Eslint Fix http (denoland/deno_std#257) | Eugen Cazacu | |
Original: https://github.com/denoland/deno_std/commit/2153fd264681d6e9c132dac1c33f346cd8139717 | |||
2019-03-08 | Use AssertionError instead of Error in testing (denoland/deno_std#254) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/d4088a1920d005132bce2b0cd948ed74e0250563 | |||
2019-03-08 | Add basic Arm64 build to CI (#1887) | andy finch | |
2019-03-08 | docs: package.ts -> deps.ts (#1903) | Yoshiya Hinosawa | |
2019-03-08 | http: add return types (denoland/deno_std#250) | Eugen Cazacu | |
Original: https://github.com/denoland/deno_std/commit/84f9fe064984276781e7f9deb03544024d81c1a6 | |||
2019-03-08 | refactor: use execPath where appropriate (denoland/deno_std#255) | Yoshiya Hinosawa | |
Original: https://github.com/denoland/deno_std/commit/bf76484301cccbc857cdf205a44762239392ebed | |||
2019-03-08 | testing/asserts: Add unimplemented and unreachable (denoland/deno_std#248) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/02274ef48bb298047f2a9a1821a75cd060fc5500 | |||
2019-03-08 | Use fs.walk rather than git ls-files (denoland/deno_std#241) | Andy Hayden | |
Original: https://github.com/denoland/deno_std/commit/afaf343f376eaafc668d553322e5700c0c8c223f | |||
2019-03-07 | Remove 'deno' builtin module (#1895) | Kitson Kelly | |
2019-03-07 | Upgrade deno_std to 395392 (#1902) | Ryan Dahl | |
2019-03-07 | Use 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-07 | Add assertNotEquals, assertArrayContains (denoland/deno_std#246) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/899ab67cea12de812c041bcb5ea9ae7fd300d706 |