Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-05 | v0.26.0 | Ryan Dahl | |
2019-11-27 | Revert "update deno_core_http_bench to Tokio 0.2 (#3408)" | Ry Dahl | |
It seems this has caused CI to go red for an unknown reason. This reverts commit 866dba8aa116677143a354af7f3271e4f9c417e1. | |||
2019-11-26 | update deno_core_http_bench to Tokio 0.2 (#3408) | Bartek Iwańczuk | |
2019-11-26 | v0.25.0 | Ryan Dahl | |
2019-11-16 | Use futures 0.3 API (#3358) | Bartek Iwańczuk | |
2019-11-14 | v0.24.0 | Ryan Dahl | |
2019-11-07 | Upgrade rust crates (#3292) | Bert Belder | |
2019-11-04 | v0.23.0 | Ryan Dahl | |
2019-10-28 | v0.22.0 | Ryan Dahl | |
2019-10-23 | core: Add ResourceTable (#3150) | Bartek Iwańczuk | |
2019-10-19 | v0.21.0 | Ryan Dahl | |
2019-10-07 | v0.20.0 | Ryan Dahl | |
2019-09-25 | v0.19.0 | Ryan Dahl | |
2019-09-15 | Make deno_cli installable via crates.io (#2946) | Ryan Dahl | |
- Fixes cargo publish on deno_typescript, deno_cli_snapshots, and deno_cli. - Combines cli_snapshots and js into one directory. - Extracts TS version at compile time rather than runtime - Bumps version awkwardly - it was necessary to test end-to-end publishing. Sorry. - Adds git submodule deno_typescript/typescript | |||
2019-09-13 | v0.18.0 | Ryan Dahl | |
2019-09-13 | Upgrade rust crates | Bert Belder | |
2019-09-04 | v0.17.0 | Ryan Dahl | |
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-08-29 | third_party: downgrade 'url' crate to version 1.7.2 | Bert Belder | |
2019-08-22 | v0.16.0 | Ryan Dahl | |
2019-08-22 | third_party: upgrade rust crates | Bert Belder | |
2019-08-13 | v0.15.0 | Ryan Dahl | |
2019-08-09 | v0.14.0 | Bert Belder | |
2019-08-06 | Fix incremental 'cargo build' (#2740) | Ryan Dahl | |
Tip: RUSTC_WRAPPER should be unset for incremental builds to work. | |||
2019-08-02 | third_party: upgrade rust crates | Bert Belder | |
2019-07-31 | v0.13.0 | Ryan Dahl | |
2019-07-16 | v0.12.0 | Ryan Dahl | |
2019-07-08 | Rewrite snapshot_creator in Rust | Bartek Iwańczuk | |
2019-07-07 | v0.11.0 | Ryan Dahl | |
2019-06-25 | v0.10.0 | Ryan Dahl | |
2019-06-15 | v0.9.0 | Ryan Dahl | |
2019-06-15 | third_party: upgrade rust crates | Bert Belder | |
2019-06-12 | Move ModuleSpecifier to //core (#2509) | Bartek Iwańczuk | |
2019-06-08 | v0.8.0 | Ryan Dahl | |
2019-05-30 | third_party: upgrade rust crates | Bert Belder | |
2019-05-29 | v0.7.0 | Ryan Dahl | |
2019-05-20 | v0.6.0 | Ryan Dahl | |
2019-05-11 | v0.5.0 | Ryan Dahl | |
2019-05-11 | third_party: upgrade rust crates | Bert Belder | |
2019-05-03 | v0.4.0 | Ryan Dahl | |
2019-05-03 | v0.3.11 | Ryan Dahl | |
2019-04-25 | v0.3.10 | Ryan Dahl | |
2019-04-25 | v0.3.9 | Ryan Dahl | |
2019-04-19 | v0.3.8 | Ryan Dahl | |
2019-04-16 | Move deno_core_http_bench into examples dir (#2127) | Ryan Dahl | |
2019-04-15 | third_party: upgrade rust crates | Bert Belder | |
2019-04-11 | v0.3.7 | Ryan Dahl | |
2019-04-04 | v0.3.6 | Ryan Dahl | |
2019-04-04 | Improve docs in core (#2049) | Ryan Dahl | |
2019-03-31 | Publish rust crate on crates.io (#2024) | Bert Belder | |