summaryrefslogtreecommitdiff
path: root/cli/file_fetcher.rs
AgeCommit message (Expand)Author
2019-12-23Upgrades rust to 1.40.0 (#3542)Axetroy
2019-12-15Use async-await at few places, fix spelling mistake (#3499)Gurwinder Singh
2019-12-03feat: Add --no-remote, rename --no-fetch to --cached-only (#3417)Nayeem Rahman
2019-11-25better error message for missing module (#3402)Bartek Iwańczuk
2019-11-22remove tokio_util::block_on (#3388)Bartek Iwańczuk
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-11-15Fix remote .wasm import content type issue (#3351)Kevin (Kun) "Kassimo" Qian
2019-11-14Loader: support .wasm imports (#3328)Kevin (Kun) "Kassimo" Qian
2019-10-17feat: --reload flag to take arg for partial reload (#3109)Michał Sabiniarz
2019-10-16fix: remote jsx/tsx files were compiled as js/ts (#3125)Yusuke Sakurai
2019-10-06remove more calls to tokio_util::block_on (#3059)Bartek Iwańczuk
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-10-02feat: JSX Support (#3038)Yusuke Sakurai
2019-09-19Remove test.py, use cargo test as test frontend (#2967)Ryan Dahl
2019-09-04Run tests after "cargo build" on travis (#2854)Ryan Dahl
2019-08-30Use 'reqwest' to implement HTTP client (#2822)Bartek Iwańczuk
2019-08-16Upgrade to rust 1.37.0 (#2786)Ryan Dahl
2019-08-13Propagate Url::to_file_path() errors instead of panicking (#2771)Bert Belder
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-31refactor: cleanup compiler pipeline (#2686)Bartek Iwańczuk
2019-07-31factor out FileFetcher to separate module (#2683)Bartek Iwańczuk