summaryrefslogtreecommitdiff
path: root/cli/worker.rs
AgeCommit message (Expand)Author
2019-10-13fix: [tls] op_dial_tls is not registerd and broken (#3121)Yusuke Sakurai
2019-10-11Add init methods for each op module (#3087)Ryan Dahl
2019-10-06remove more calls to tokio_util::block_on (#3059)Bartek Iwańczuk
2019-10-02feat: Add support for passing a key to Deno.env() (#2952)Jed Fox
2019-10-01use Isolate::register_op in deno_cli (#3039)Bartek Iwańczuk
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-21Organize dispatch a bit (#2796)Ryan Dahl
2019-08-09Fix dynamic import base path problem for REPL and eval (#2757)Kevin (Kun) "Kassimo" Qian
2019-08-09Dynamic import (#2516)Bert Belder
2019-08-07Add op_id throughout op API (#2734)Ryan Dahl
2019-08-05Provide option to delete Deno namespace in worker (#2717)Kevin (Kun) "Kassimo" Qian
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-31factor out FileFetcher to separate module (#2683)Bartek Iwańczuk
2019-07-17Refactor DenoDir (#2636)Bartek Iwańczuk
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
2019-07-08core: clearly define when module lookup is path-based vs URL-basedBert Belder
2019-06-19Combine CLI Errors (#2487)Kitson Kelly
2019-06-12Move ModuleSpecifier to //core (#2509)Bartek Iwańczuk
2019-06-12Refactor module resolving (#2493)Bartek Iwańczuk
2019-06-12Remove Config struct from core (#2502)Ryan Dahl
2019-06-11Removed unused method and update docs (#2499)Gurwinder S
2019-06-11Move Modules to ThreadSafeState (#2498)Ryan Dahl
2019-06-08Add 'bundle' subcommand. (#2467)Kitson Kelly
2019-06-05RecursiveLoad shouldn't own the Isolate (#2453)Ryan Dahl
2019-06-04Handle compiler diagnostics in Rust (#2445)Kitson Kelly
2019-05-29TS compiler refactorRyan Dahl
2019-05-11Add progress bar (#2309)Ryan Dahl
2019-05-03add --no-fetch CLI flag to prevent remote downloads (#2213)Bartek Iwańczuk
2019-04-23core: make Isolate concrete, remove Dispatch trait (#2183)Ryan Dahl
2019-04-21Refactor CLI entry point (#2157)Bartek Iwańczuk
2019-04-18Fix redirects under async load (#2133)Kevin (Kun) "Kassimo" Qian
2019-04-17Fix clippy warningsBert Belder
2019-04-16Implement async module loading in CLI (#2084)Ryan Dahl
2019-04-14Fix silent error, add custom panic handler (#2098)Ryan Dahl
2019-04-12better wait for removed_from_resource_table_on_close test (#2104)andy finch
2019-04-11Improve op dispatch (#2088)andy finch
2019-04-09core: Rename Behavior to Dispatch (#2082)Ryan Dahl
2019-04-08Merge Worker and Isolate types (#2078)Ryan Dahl