summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-07Color exceptions (#1698)Ryan Dahl
2019-02-07third_party: add the 'regex' crateBert Belder
2019-02-07travis: cache buildtools dir (#1703)Ryan Dahl
2019-02-07Add statement about browser compatibility to docs. (#1623)Ryan Dahl
2019-02-07Add emojis to permission prompts (#1684)Dmitry Sharshakov
2019-02-07Make integration tests standalone (#1671)Dmitry Sharshakov
Co-authored-by: Sergey Golovin <golovim@gmail.com>
2019-02-07Add missiong copyright headers (denoland/deno_std#177)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/54403774955af0bb5618c0ca6e12c57ec7d5fd0a
2019-02-07editorconfig: Don't insert final newline in .out files (#1686)Dmitry Sharshakov
2019-02-06Upgrade V8 to 7.4.98 (kKeep fix) (#1640)Ryan Dahl
* Upgrade V8 to 7.4.98 (kKeep fix) https://github.com/denoland/deno/issues/814 https://bugs.chromium.org/p/v8/issues/detail?id=8761 * fix tests
2019-02-06fix: do not load cache files when recompile flag is set (#1695)jingweicai
2019-02-06Add log-scale to execution graph (#1694)Kaley Main
2019-02-06Remove excessive anchor links. (#1664)Ryan Dahl
2019-02-06Add missing run permission in test function (#1697)JaePil Jung
2019-02-05Fixed test code (#1688)JaePil Jung
2019-02-05Fix indentation for .py files in .editorconfig (#1672)Dmitry Sharshakov
2019-02-05Add WebAssembly to runtime library (#1677)Kitson Kelly
This also modifies the `ts_library_builder` to support inlining assets. Includes integration tests from @sh7dm
2019-02-04Remove duplicated links in website (#1668)Jimmy Moon
2019-02-04Replace macros to check nullptr (#1674)Masashi Hirano
This replaces CHECK_EQ/CHECK_NE with CHECK_NULL/CHECK_NOT_NULL to check nullptr. These macros are implemented in V8. Refs: https://github.com/denoland/deno_third_party/blob/master/v8/src/base/logging.h#L312
2019-02-04Fixed chart width to responsive (#1670)JaePil Jung
2019-02-03Add hashlinks to website (#1659)Dmitry Sharshakov
2019-02-03Refactor markup of the site (#1663)Sergey Golovin
2019-02-03Bump deno to v0.2.10sh7dm
Original: https://github.com/denoland/deno_std/commit/d3de37d27ae0b08f3217f113f76ab1579cc95d11
2019-02-02Add isTTY function (#1622)Dmitry Sharshakov
2019-02-02Rename http/http.ts to http/server.ts (denoland/deno_std#170)Ryan Dahl
Remove http/mod.ts Original: https://github.com/denoland/deno_std/commit/e79cb5a31ab3d7667f2253824bf89cecc23ab231
2019-02-02web design (#1655)Ryan Dahl
2019-02-02Compiler cleanups and minor improvements (#1656)Kitson Kelly
2019-02-02v0.2.10Ryan Dahl
2019-02-02Support --fmtRyan Dahl
2019-02-02Upgrade deno_std for std/prettier/main.tsRyan Dahl
2019-02-02Avoid --info crash on missing filename (#1660)Kevin (Kun) "Kassimo" Qian
2019-02-02Better error message for bad filename CLI argument.Ryan Dahl
2019-02-02Make it possible to run one integration test at a timeRyan Dahl
2019-02-02Fix v8_str internalize bugRyan Dahl
2019-02-02Clean up return value of deno_executeRyan Dahl
and deno_respond
2019-02-02Move WebSocket op codes to enum (denoland/deno_std#171)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/56579ed6adb9051494ec9aa58253ac5a8ff251a2
2019-02-02Clarify writeFile options and avoid unexpected perm modification (#1643)Kevin (Kun) "Kassimo" Qian
2019-02-02Update log docs (denoland/deno_std#168)Bartek IwaƄczuk
Original: https://github.com/denoland/deno_std/commit/214fb8d2c6c5f0c51e0ca5251bfcfde2a7a6b9b9
2019-02-02Add an animated logo (#1653)hashrock
2019-02-02Add --info flag to display file info (compiled code/source map) (#1647)Kevin (Kun) "Kassimo" Qian
2019-02-02Add performance.now (#1633)Dmitry Sharshakov
2019-02-01src: simplify rust codeBert Belder
2019-02-01Revise build instructions for windows (#1641)Ajit Rana
2019-02-01Add reusable prettier wrapper CLI (denoland/deno_std#165)Yoshiya Hinosawa
This also fixes an issue with the path on azure-pipelines. Original: https://github.com/denoland/deno_std/commit/e7837ff0f007d8f2175ec58ae3065dabfb4823f1
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