summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-31Add item to CONTRIBUTING.md about needing testsKitson Kelly
This adds requiring tests covering the change as a pre-req before raising a PR.
2019-01-31Upgrade deno_std to bef7ba (#1609)Ryan Dahl
2019-01-31Improve build instructions (#1593)Tim van der Lippe
2019-01-30nit: add missing dot when printing helpAmen
2019-01-30Refactor libdeno ES module interface. (#1624)Ryan Dahl
Allows for future asynchronous module loading. Add support for import.meta.url Fixes #1496
2019-01-30appveyor: Remove dead code (#1621)Ryan Dahl
2019-01-30Fix cpplintRyan Dahl
2019-01-30libdeno: improve exception handlingRyan Dahl
2019-01-30Bump deno to v0.2.9 (denoland/deno_std#167)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/3b876a9ee8e28573f183932b28fba06af09df12b
2019-01-30Add snapshot_compiler.bin to binary size benchmark (#1611)Ryan Dahl
2019-01-30Remove Travis benchmark (#1617)Ryan Dahl
- We don't look at this benchmark because it jumps around. It isn't stable so doesn't feel trustable. - It requires an extra request for every homepage visit. This is excessive. - I would gladly reintroduce it if we could store the results of the API call into a JSON file like we do with other benchmarks.
2019-01-30Fix example code of writeFile (#1626)Masashi Hirano
According to spec, `TextEncoder()` takes no parameters. However `TextEncoder("utf-8")` is written in example codes. Spec of TextEncoder: https://www.w3.org/TR/encoding/#interface-textencoder MDN: https://developer.mozilla.org/ja/docs/Web/API/TextEncoder/TextEncoder#Parameters
2019-01-29v0.2.9Ryan Dahl
2019-01-29runTests added to docs (denoland/deno_std#164)Rob Muhlestein
Original: https://github.com/denoland/deno_std/commit/5119cd3c591d2f6fd7ee920884ec795b01e4aca6
2019-01-29Add repl functions "help" and "exit" (#1563)Sergey Golovin
2019-01-29docs/typo: readerIterator -> toAsyncIterator as exported (#1620)bdistin
2019-01-29Minor code cleanups (#1613)JaePil Jung
2019-01-28Split out compiler snapshot (#1566)Kitson Kelly
Speeds up startup time, reduces runtime heap size.
2019-01-28Combine deno.removeAll into deno.remove (#1596)Jan Lo
2019-01-28Add console.table (#1608)Sergey Golovin
2019-01-28Change subtitle to 'A new way to JavaScript' (#1603)Dmitry Sharshakov
2019-01-28Add API design guidelines (denoland/deno_std#119)Bert Belder
Original: https://github.com/denoland/deno_std/commit/bef7ba14303997a05cdd1ea0d28ffefeee75c993
2019-01-28fix: skip formatting of deleted files (denoland/deno_std#161)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/c75884560117cbff8864ae48df9d2a280ba2cece
2019-01-27log: add tests (denoland/deno_std#136)James Garbutt
Original: https://github.com/denoland/deno_std/commit/4b054d69ad3e63e0a07d0df77a973b0ae5e0892d
2019-01-27Readme: Use shell installer (#1598)Dmitry Sharshakov
2019-01-26Port prettier (denoland/deno_std#156)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/b792fe8c7234287ce133e15d63cae5295256fd19
2019-01-26timers: use int instead of double for timeout type (#1469)bokuweb
2019-01-26add charset & trim_trailing_whitespace (denoland/deno_std#158)Max Graey
Original: https://github.com/denoland/deno_std/commit/37e3239fc09f3046a6bd17c060b83d02d42f922f
2019-01-26Create .editorconfig file (#1592)Dmitry Sharshakov
2019-01-26Make .editorconfig root (denoland/deno_std#157)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/7edda96a2dc882b19299c3cc30ddbd04c35d413d
2019-01-26Add PWA manifest to website (#1585)Dmitry Sharshakov
2019-01-26third_party: add the 'integer-atomics' crateBert Belder
2019-01-26third_party: force all crates to use the latest version of rand_coreBert Belder
2019-01-26third_party: upgrade rust cratesBert Belder
2019-01-26Add PowerShell install guide to the website (#1590)Dmitry Sharshakov
2019-01-26Make links and badges look better (#1588)Dmitry Sharshakov
2019-01-26testing: add fail() (denoland/deno_std#123)James Garbutt
Original: https://github.com/denoland/deno_std/commit/c1c18c9469663ec54177d2b25f9778227b7dc813
2019-01-26Revert "Upgrade tslint and friends (#1571)" (#1573)Ryan Dahl
This commit was cauing a still problem described here: https://github.com/denoland/deno/issues/1259 This reverts commit d0dc4deaad858babcb612b181986db254db64dfa.
2019-01-26Upgrade sccache binaries to 0.2.8 (#1576)Ryan Dahl
Binaries are directly from https://github.com/mozilla/sccache/releases/tag/0.2.8
2019-01-25Use shell installer in docs (#1574)Dmitry Sharshakov
2019-01-24testing: Don't automatically run on import (denoland/deno_std#129)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/ec1675a8cad2b9044ac8cf205920c0f230127133
2019-01-24Upgrade tslint and friends (#1571)Ryan Dahl
2019-01-24Clean up path module (denoland/deno_std#149)Max Graey
Original: https://github.com/denoland/deno_std/commit/47e6fc775aaf1c4970e4098822aa40c3203286ae
2019-01-24Disable cat.ts test because it's broken on Windows.Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/8ad47e358426b71d3e2508c0d4ab00f241ebd4eb
2019-01-24formatRyan Dahl
Original: https://github.com/denoland/deno_std/commit/f911eca8d124d8b992b4b8171ad38a4d674469e3
2019-01-24Style guide: metaprogramming, private filenamesRyan Dahl
Original: https://github.com/denoland/deno_std/commit/e87cd44033e1ccce17d57c07e674ee573009633a
2019-01-24Add console.clear() (#1562)binaryta
2019-01-24console output with format (#1565)迷渡
2019-01-24Improve & refactor SHA-1 inside ws package (denoland/deno_std#137)Max Graey
Original: https://github.com/denoland/deno_std/commit/0a10ee9f93e9a243851de75d57cdded3f7e1aa8a
2019-01-24Minor code cleanups (#1570)JaePil Jung