Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-02 | Remove //tests symlink (#3849) | Luka Hartwig | |
2020-01-20 | Use globalThis to reference global scope (#3719) | Kitson Kelly | |
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com> | |||
2020-01-05 | Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600) | Ry Dahl | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-12-23 | Upgrades rust to 1.40.0 (#3542) | Axetroy | |
2019-10-04 | Merge deno_cli_snapshots into deno_cli (#3064) | Ryan Dahl | |
2019-10-03 | Update rust to 1.38.0 (#3030) | Andy Hayden | |
2019-09-18 | Utilise internal names for snapshot bundles (#2973) | Kitson Kelly | |
2019-09-02 | Refactor snapshot build (#2825) | Ryan Dahl | |
Instead of using core/snapshot_creator.rs, instead two crates are introduced which allow building the snapshot during build.rs. Rollup is removed and replaced with our own bundler. This removes the Node build dependency. Modules in //js now use Deno-style imports with file extensions, rather than Node style extensionless imports. This improves incremental build time when changes are made to //js files by about 40 seconds. | |||
2019-07-31 | Use system rustfmt instead of fixed binary (#2701) | Ryan Dahl | |
2019-07-29 | Remap stack traces of unthrown errors. (#2693) | Kitson Kelly | |
2019-07-11 | Refactor error to use dynamic dispatch and traits | Bert Belder | |
This is in preperation for dynamic import (#1789), which is more easily implemented when errors are dynamic. | |||
2019-06-19 | Combine CLI Errors (#2487) | Kitson Kelly | |