summaryrefslogtreecommitdiff
path: root/cli/compiler.rs
AgeCommit message (Expand)Author
2019-05-11Add progress bar (#2309)Ryan Dahl
2019-04-29Add support for custom tsconfig.json (#2089)Kitson Kelly
2019-04-23Use tokio_threadpool's new panic_handler (#2188)Ryan Dahl
2019-04-14Fix silent error, add custom panic handler (#2098)Ryan Dahl
2019-04-11Improve op dispatch (#2088)andy finch
2019-04-09Silence clippy warnings and format source codeBert Belder
2019-04-09core: Rename Behavior to Dispatch (#2082)Ryan Dahl
2019-04-08Merge Worker and Isolate types (#2078)Ryan Dahl
2019-04-08core: snapshot improvements (#2052)Ryan Dahl
2019-04-05add compile_async (#2053)andy finch
2019-04-04Non-fatal compile_sync failures (#2039)andy finch
2019-04-02cli: refactor compile_sync() for readabilityBert Belder
2019-04-02Clippy fixesBert Belder
2019-04-01Follow redirect location as new referrers for nested module imports (#2031)Kevin (Kun) "Kassimo" Qian
2019-04-01Add web worker JS API (#1993)andy finch
2019-03-30Rename crate deno_core to deno (#2022)Ryan Dahl
2019-03-28Merge the --recompile and --reload flags (#2003)Ryan Dahl
2019-03-28Clippy fixes (#2009)Bert Belder
2019-03-25Resolve callback moved from Behavior to mod_instantiate() (#1999)Ryan Dahl
2019-03-20Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)Ryan Dahl
2019-03-19Separate behavior for the compiler isolate (#1973)andy finch
2019-03-19Remove old Buf definition in cli.rs (#1971)andy finch
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl