Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-13 | Upgrade rust crates | Bert Belder | |
2019-09-13 | Remove 'integer-atomics' crate | Bert Belder | |
2019-09-10 | feat: Make integration tests rust unit tests (#2884) | Bartek Iwańczuk | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2019-09-09 | Revert "feat: use trust-dns-resolver in HTTP client" | Ryan Dahl | |
It caused the final executable to grow by 1.5 mb, and is not having any other benefit. This reverts commit 2b40fa065c8982482b268080e2e6c73ec1f64033. | |||
2019-09-07 | feat: use trust-dns-resolver in HTTP client (#2847) | Bartek Iwańczuk | |
2019-09-06 | Add default-run (+ clean up old references) (#2876) | Nayeem Rahman | |
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-30 | third_party: add 'reqwest' crate and dependencies | Bert Belder | |
2019-08-29 | third_party: upgrade 'rustls' and related crates | Bert Belder | |
2019-08-29 | third_party: downgrade 'url' crate to version 1.7.2 | Bert Belder | |
2019-08-26 | Remove flatbuffers (#2818) | Ryan Dahl | |
2019-08-22 | build: enable 'derive' feature of 'serde' crate | 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-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-07 | v0.11.0 | Ryan Dahl | |
2019-06-25 | v0.10.0 | Ryan Dahl | |
2019-06-25 | Port code from Cargo and use for progress | Ryan Dahl | |
A lot of its functionality is unused still, but the goal it to slowly migrate logging functionality to it. There is also a useful progress bar which can be ported over later - it depends on this module. https://github.com/rust-lang/cargo/blob/4c1fa54d10f58d69ac9ff55be68e1b1c25ecb816/src/cargo/util/progress.rs | |||
2019-06-25 | third_party: add rust crate 'termcolor' | Bert Belder | |
2019-06-21 | Fix comment (#2555) | Matt Harrison | |
2019-06-15 | v0.9.0 | Ryan Dahl | |
2019-06-15 | third_party: upgrade rust crates | Bert Belder | |
2019-06-09 | feat: Import maps (#2360) | 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-16 | third_party: add rust crate 'serde_derive' | Bert Belder | |
2019-05-16 | third_party: upgrade rust crates | Bert Belder | |
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-05-01 | fs: add Deno.utime/Deno.utimeSync (#2241) | Kevin (Kun) "Kassimo" Qian | |
2019-04-25 | v0.3.10 | Ryan Dahl | |
2019-04-25 | v0.3.9 | Ryan Dahl | |
2019-04-23 | third_party: upgrade rust crates | Bert Belder | |
2019-04-21 | Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177) | Kevin (Kun) "Kassimo" Qian | |
2019-04-19 | v0.3.8 | Ryan Dahl | |
2019-04-17 | Add cli dependency on tokio-rustls | Bert Belder | |
2019-04-15 | third_party: upgrade rust crates | Bert Belder | |
2019-04-11 | v0.3.7 | Ryan Dahl | |
2019-04-07 | Refactor CLI flag parsing (#2025) | Bartek Iwańczuk | |
2019-04-04 | v0.3.6 | Ryan Dahl | |
2019-03-31 | third_party: add rust crate 'clap' | Bert Belder | |