summaryrefslogtreecommitdiff
path: root/cli/compilers/mod.rs
AgeCommit message (Expand)Author
2020-05-08refactor: Remove cli::compilers module (#5138)Bartek Iwańczuk
2020-05-07BREAKING: Remove support for .wasm imports (#5135)Bartek Iwańczuk
2020-05-02BREAKING: remove support for JSON imports (#5037)Bartek Iwańczuk
2020-02-25Remove _async from method names since _sync are gone (#4128)Ryan Dahl
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-01-29workers: proper TS libs, more spec-compliant APIs (#3812)Bartek Iwańczuk
2020-01-21refactor: split cli::Worker (#3735)Bartek Iwańczuk
2020-01-08Runtime Compiler API (#3442)Kitson Kelly
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-11-14Loader: support .wasm imports (#3328)Kevin (Kun) "Kassimo" Qian
2019-07-31refactor: cleanup compiler pipeline (#2686)Bartek Iwańczuk