summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2019-06-08Remove tokio_util::block_on dep in compile_async and other cleanupgurv-s
2019-06-08Make print_file_info asyncgurv-s
2019-06-08make op_create_worker async internallygurv-s
2019-06-08Use static dispatchgurv-s
2019-06-06Cleanup compiler API (#2466)Kitson Kelly
2019-06-05RecursiveLoad shouldn't own the Isolate (#2453)Ryan Dahl
2019-06-05feat: bring back deno <script> (#2451)Bartek Iwańczuk
2019-06-04Handle compiler diagnostics in Rust (#2445)Kitson Kelly
2019-06-02Fix typo (#2443)Gurwinder S
2019-06-01fmt: add --stdout option (#2439)Yoshiya Hinosawa
2019-05-30third_party: upgrade rust cratesBert Belder
2019-05-30bump std/prettier@0.5.0 to std/prettier@0.7.0 (#2425)Axetroy
2019-05-29v0.7.0Ryan Dahl
2019-05-29TS compiler refactorRyan Dahl
2019-05-29Correct tokio_util::block_on() and op_fetch_module_meta_dataRyan Dahl
2019-05-27add EventTarget implementation (#2377)Adam Conrad
2019-05-25add module and line no for Rust logger (#2409)Bartek Iwańczuk
2019-05-24typo (#2366)ztplz
2019-05-23re-fix permissions for dial and listen (#2400)Bartek Iwańczuk
2019-05-23Improve CLI help (#2388)Ryan Dahl
2019-05-23Fix concurrent accepts (#2403)Ryan Dahl
2019-05-23Rename --allow-high-precision to --allow-hrtime (#2398)Ryan Dahl
2019-05-22Revert "Fix permissions for dial and listen (#2373)"Bert Belder
2019-05-21Use tagged version of prettier in CLI (#2387)Bartek Iwańczuk
2019-05-20v0.6.0Ryan Dahl
2019-05-17Fix permissions for dial and listen (#2373)Bartek Iwańczuk
2019-05-17Add crypto.getRandomValues() (#2327)chiefbiiko
2019-05-17Don't print new line if progress bar was not used (#2374)Bartek Iwańczuk
2019-05-16third_party: add rust crate 'serde_derive'Bert Belder
2019-05-16third_party: upgrade rust cratesBert Belder
2019-05-16build: add support for rust proc-macro cratesBert Belder
2019-05-16tools: format .gn files in the 'cli' directoryBert Belder
2019-05-16Add permission whitelist docs (#2365)Daiki Ihara
2019-05-16fmt: use --write option of prettier/main.ts (#2363)Yoshiya Hinosawa
2019-05-15Remove FileInfo.pathRyan Dahl
2019-05-15Add error handling to dispatch_minimal::ops::read/write (#2349)diskkid
2019-05-14Fix command in docs (#2353)Ryan Dahl
2019-05-11v0.5.0Ryan Dahl
2019-05-11Add progress bar (#2309)Ryan Dahl
2019-05-11third_party: upgrade rust cratesBert Belder
2019-05-09core: Privatize ModuleNameMap SymbolicModule deno_buf (#2324)Bartek Iwańczuk
2019-05-09fix: support relative path for whitelisting (#2317)Kevin (Kun) "Kassimo" Qian
2019-05-08First pass at permissions whitelist (#2129)andy finch
2019-05-07Add Deno.chown (#2292)Yingbo (Max) Wang
2019-05-06fix: Add all permissions to deno xeval (#2290)Bartek Iwańczuk
2019-05-03v0.4.0Ryan Dahl
2019-05-03fix: deno version panic (#2286)Bartek Iwańczuk
2019-05-03v0.3.11Ryan Dahl
2019-05-03add "deno run" subcommand (#2215)Bartek Iwańczuk
2019-05-03feat(cli cmd): deno xeval (#2260)Kevin (Kun) "Kassimo" Qian