summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
AgeCommit message (Collapse)Author
2019-10-28v0.22.0Ryan Dahl
2019-10-23core: Add ResourceTable (#3150)Bartek Iwańczuk
2019-10-19v0.21.0Ryan Dahl
2019-10-07v0.20.0Ryan Dahl
2019-09-25v0.19.0Ryan Dahl
2019-09-15Make 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-13v0.18.0Ryan Dahl
2019-09-13Upgrade rust cratesBert Belder
2019-09-04v0.17.0Ryan Dahl
2019-09-02Refactor 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-29third_party: downgrade 'url' crate to version 1.7.2Bert Belder
2019-08-22v0.16.0Ryan Dahl
2019-08-22third_party: upgrade rust cratesBert Belder
2019-08-13v0.15.0Ryan Dahl
2019-08-09v0.14.0Bert Belder
2019-08-06Fix incremental 'cargo build' (#2740)Ryan Dahl
Tip: RUSTC_WRAPPER should be unset for incremental builds to work.
2019-08-02third_party: upgrade rust cratesBert Belder
2019-07-31v0.13.0Ryan Dahl
2019-07-16v0.12.0Ryan Dahl
2019-07-08Rewrite snapshot_creator in RustBartek Iwańczuk
2019-07-07v0.11.0Ryan Dahl
2019-06-25v0.10.0Ryan Dahl
2019-06-15v0.9.0Ryan Dahl
2019-06-15third_party: upgrade rust cratesBert Belder
2019-06-12Move ModuleSpecifier to //core (#2509)Bartek Iwańczuk
2019-06-08v0.8.0Ryan Dahl
2019-05-30third_party: upgrade rust cratesBert Belder
2019-05-29v0.7.0Ryan Dahl
2019-05-20v0.6.0Ryan Dahl
2019-05-11v0.5.0Ryan Dahl
2019-05-11third_party: upgrade rust cratesBert Belder
2019-05-03v0.4.0Ryan Dahl
2019-05-03v0.3.11Ryan Dahl
2019-04-25v0.3.10Ryan Dahl
2019-04-25v0.3.9Ryan Dahl
2019-04-19v0.3.8Ryan Dahl
2019-04-16Move deno_core_http_bench into examples dir (#2127)Ryan Dahl
2019-04-15third_party: upgrade rust cratesBert Belder
2019-04-11v0.3.7Ryan Dahl
2019-04-04v0.3.6Ryan Dahl
2019-04-04Improve docs in core (#2049)Ryan Dahl
2019-03-31Publish rust crate on crates.io (#2024)Bert Belder
2019-03-31Remove deno_core_http_bench from core/Cargo.toml (#2023)Ryan Dahl
So we don't have to have an optional tokio dependency. We build deno_core_http_bench using GN anyway.
2019-03-30Rename crate deno_core to deno (#2022)Ryan Dahl
2019-03-29third_party: upgrade rust cratesBert Belder
2019-03-28v0.3.5Ryan Dahl
2019-02-27third_party: upgrade rust cratesBert Belder
2019-02-26core: add Cargo.tomlBert Belder
This aids development using Visual Studio Code. The http_bench can't be built with cargo yet because it needs to link with libdeno.