Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-07 | upgrade rust dependencies (#4270) | Ryan Dahl | |
2020-02-28 | v0.35.0 | Ryan Dahl | |
2020-02-28 | upgrade: rusty_v8 0.3.4 (#4179) | Ryan Dahl | |
2020-02-26 | Upgrade to rusty_v8 v0.3.3 (#4119) | Bert Belder | |
2020-02-20 | v0.34.0 | Ryan Dahl | |
2020-02-13 | v0.33.0 | Ryan Dahl | |
2020-02-07 | Refactor deno_core_http_bench and make it single-threaded (#3903) | Bert Belder | |
2020-02-03 | refactor: Use Tokio's single-threaded runtime (#3844) | Ryan Dahl | |
This change simplifies how we execute V8. Previously V8 Isolates jumped around threads every time they were woken up. This was overly complex and potentially hurting performance in a myriad ways. Now isolates run on their own dedicated thread and never move. - blocking_json spawns a thread and does not use a thread pool - op_host_poll_worker and op_host_resume_worker are non-operational - removes Worker::get_message and Worker::post_message - ThreadSafeState::workers table contains WorkerChannel entries instead of actual Worker instances. - MainWorker and CompilerWorker are no longer Futures. - The multi-threaded version of deno_core_http_bench was removed. - AyncOps no longer need to be Send + Sync This PR is very large and several tests were disabled to speed integration: - installer_test_local_module_run - installer_test_remote_module_run - _015_duplicate_parallel_import - _026_workers | |||
2020-02-03 | v0.32.0 | Bartek Iwańczuk | |
2020-01-29 | Upgrade rusty_v8 (#3816) | Ryan Dahl | |
2020-01-24 | v0.31.0 | Ryan Dahl | |
2020-01-23 | Upgrade rusty_v8 to 0.2.0 (#3764) | Ryan Dahl | |
2020-01-21 | Upgrade to rusty_v8 v0.1.1 (#3741) | Bert Belder | |
2020-01-21 | v0.30.1 | Ryan Dahl | |
This patch release is being done only to test crate publishing, hence lack of release notes or published binaries. | |||
2020-01-18 | v0.30.0 | Ryan Dahl | |
2020-01-17 | Upgrade to rusty_v8 v0.1.0 (#3691) | Bert Belder | |
2020-01-10 | Upgrade to rusty_v8 v0.0.25 (#3645) | Bert Belder | |
2020-01-09 | v0.29.0 | Ryan Dahl | |
2020-01-08 | Upgrade rusty_v8 to 0.0.24 [V8 8.1.108] (#3623) | Ry Dahl | |
2020-01-05 | Upgrade rust crates and modernize hyper_hello (#3606) | Bert Belder | |
2020-01-05 | Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600) | Ry Dahl | |
2020-01-05 | Replace libdeno with rusty_v8 (#3556) | Ry Dahl | |
2020-01-03 | v0.28.1 | Ryan Dahl | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2020-01-02 | v0.28.0 | Ry Dahl | |
2019-12-30 | upgrade: Tokio 0.2 (#3418) | Bartek Iwańczuk | |
2019-12-18 | v0.27.0 | Ryan Dahl | |
2019-12-15 | upgrade: tokio 0.2 in deno_core_http_bench, take2 (#3435) | Bartek Iwańczuk | |
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 | |