Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-06 | Add log-scale to execution graph (#1694) | Kaley Main | |
2019-02-06 | Remove excessive anchor links. (#1664) | Ryan Dahl | |
2019-02-06 | Add missing run permission in test function (#1697) | JaePil Jung | |
2019-02-05 | Fixed test code (#1688) | JaePil Jung | |
2019-02-05 | Fix indentation for .py files in .editorconfig (#1672) | Dmitry Sharshakov | |
2019-02-05 | Add 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-04 | Remove duplicated links in website (#1668) | Jimmy Moon | |
2019-02-04 | Replace 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-04 | Fixed chart width to responsive (#1670) | JaePil Jung | |
2019-02-03 | Add hashlinks to website (#1659) | Dmitry Sharshakov | |
2019-02-03 | Refactor markup of the site (#1663) | Sergey Golovin | |
2019-02-02 | Add isTTY function (#1622) | Dmitry Sharshakov | |
2019-02-02 | web design (#1655) | Ryan Dahl | |
2019-02-02 | Compiler cleanups and minor improvements (#1656) | Kitson Kelly | |
2019-02-02 | v0.2.10 | Ryan Dahl | |
2019-02-02 | Support --fmt | Ryan Dahl | |
2019-02-02 | Upgrade deno_std for std/prettier/main.ts | Ryan Dahl | |
2019-02-02 | Avoid --info crash on missing filename (#1660) | Kevin (Kun) "Kassimo" Qian | |
2019-02-02 | Better error message for bad filename CLI argument. | Ryan Dahl | |
2019-02-02 | Make it possible to run one integration test at a time | Ryan Dahl | |
2019-02-02 | Fix v8_str internalize bug | Ryan Dahl | |
2019-02-02 | Clean up return value of deno_execute | Ryan Dahl | |
and deno_respond | |||
2019-02-02 | Clarify writeFile options and avoid unexpected perm modification (#1643) | Kevin (Kun) "Kassimo" Qian | |
2019-02-02 | Add an animated logo (#1653) | hashrock | |
2019-02-02 | Add --info flag to display file info (compiled code/source map) (#1647) | Kevin (Kun) "Kassimo" Qian | |
2019-02-02 | Add performance.now (#1633) | Dmitry Sharshakov | |
2019-02-01 | src: simplify rust code | Bert Belder | |
2019-02-01 | Revise build instructions for windows (#1641) | Ajit Rana | |
2019-01-31 | Add item to CONTRIBUTING.md about needing tests | Kitson Kelly | |
This adds requiring tests covering the change as a pre-req before raising a PR. | |||
2019-01-31 | Upgrade deno_std to bef7ba (#1609) | Ryan Dahl | |
2019-01-31 | Improve build instructions (#1593) | Tim van der Lippe | |
2019-01-30 | nit: add missing dot when printing help | Amen | |
2019-01-30 | Refactor libdeno ES module interface. (#1624) | Ryan Dahl | |
Allows for future asynchronous module loading. Add support for import.meta.url Fixes #1496 | |||
2019-01-30 | appveyor: Remove dead code (#1621) | Ryan Dahl | |
2019-01-30 | Fix cpplint | Ryan Dahl | |
2019-01-30 | libdeno: improve exception handling | Ryan Dahl | |
2019-01-30 | Add snapshot_compiler.bin to binary size benchmark (#1611) | Ryan Dahl | |
2019-01-30 | Remove 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-30 | Fix 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-29 | v0.2.9 | Ryan Dahl | |
2019-01-29 | Add repl functions "help" and "exit" (#1563) | Sergey Golovin | |
2019-01-29 | docs/typo: readerIterator -> toAsyncIterator as exported (#1620) | bdistin | |
2019-01-29 | Minor code cleanups (#1613) | JaePil Jung | |
2019-01-28 | Split out compiler snapshot (#1566) | Kitson Kelly | |
Speeds up startup time, reduces runtime heap size. | |||
2019-01-28 | Combine deno.removeAll into deno.remove (#1596) | Jan Lo | |
2019-01-28 | Add console.table (#1608) | Sergey Golovin | |
2019-01-28 | Change subtitle to 'A new way to JavaScript' (#1603) | Dmitry Sharshakov | |
2019-01-27 | Readme: Use shell installer (#1598) | Dmitry Sharshakov | |
2019-01-26 | timers: use int instead of double for timeout type (#1469) | bokuweb | |
2019-01-26 | Create .editorconfig file (#1592) | Dmitry Sharshakov | |