summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)Author
2020-01-06error on warnings (#3612)Ry Dahl
2020-01-06merge libdeno::DenoIsolate into core::Isolate (#3605)Bartek Iwańczuk
2020-01-05Upgrade rust crates and modernize hyper_hello (#3606)Bert Belder
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2020-01-04perf: TextEncoder.encode improvement (#3596)Luca Casonato
2020-01-04Added textencoder benchmark (#3589)Luca Casonato
2020-01-04Use async at places, use &self instead of self: &Self (#3594)Gurwinder Singh
2020-01-03v0.28.1Ryan Dahl
2020-01-03chore: disable default reqwest features (#3586)Bartek Iwańczuk
2020-01-02Add missing year ranges to copyright notices (#3582)Waldir Pimenta
2020-01-02Happy new year! (#3578)Ry Dahl
2020-01-02Remove unnecessary use of Pin, use ready! (#3576)Gurwinder Singh
2020-01-02v0.28.0Ry Dahl
2020-01-02fix typos (#3573)EnokMan
2020-01-01cleanup after tokio upgrade (#3571)Gurwinder Singh
tokio_util::run and tokio::run_on_current_thread should accept Future<Output=()> instead of Future<Output=Result<(), ()>>. Currently, all the passed futures have to add Ok(()) or futures::future::ok(()) unnecessarily to call this method.
2019-12-31refactor: move HttpBody to cli/http_util.rs (#3569)Bartek Iwańczuk
2019-12-30bump reqwest to 0.10.0 (#3567)Bartek Iwańczuk
2019-12-30use shared HTTP client (#3563)Bartek Iwańczuk
This commit moves HTTP client to lazy_static. Effectively HTTP client is shared by whole Deno process and will reuse connections.
2019-12-30upgrade: Tokio 0.2 (#3418)Bartek Iwańczuk
2019-12-30net: expose shutdown TS def (#3560)Kevin (Kun) "Kassimo" Qian
2019-12-29net: expose shutdown() and ShutdownMode (#3558)Kevin (Kun) "Kassimo" Qian
2019-12-28Fix: allow reading into a 0-length array (#3329)Alexandre Szymocha
2019-12-24Drop unnecessary Object.assign from createResolvable() (#3548)Kevin (Kun) "Kassimo" Qian
2019-12-23Upgrades rust to 1.40.0 (#3542)Axetroy
2019-12-21feat: Add Deno.dir("executable") (#3526)Nayeem Rahman
2019-12-21fix: Use sync ops when clearing the console (#3533)Nayeem Rahman
2019-12-20feat: Return null on error in Deno.dir() (#3531)Nayeem Rahman
2019-12-20repl: do not crash on async op reject (#3527)Kevin (Kun) "Kassimo" Qian
2019-12-18v0.27.0Ryan Dahl
2019-12-18Reduce all directory functions to Deno.dir() (#3518)Ry Dahl
2019-12-15feat: show detailed version with --version (#3507)Yoshiya Hinosawa
2019-12-15Feat: Add more dir APIs for Deno (#3491)Axetroy
2019-12-15Use async-await at few places, fix spelling mistake (#3499)Gurwinder Singh
2019-12-14fetch support URL instance as input (#3496)Axetroy
2019-12-14flag: upgrade std to v0.26.0 (#3492)Axetroy
2019-12-10timer: due/now Math.max instead of min (#3477)Kevin (Kun) "Kassimo" Qian
2019-12-08fix: plugin ops should change op count metrics (#3455)Luca Casonato
2019-12-05v0.26.0Ryan Dahl
2019-12-05Revert "Synchronize deno and deno_std versions" (#3446)Ry Dahl
Preventing release v0.26.0 This reverts commit 81efa9d938aa169d16e67762d336d75738375cd6.
2019-12-05feat: first pass at native plugins (#3372)Andy Finch
2019-12-03Timer/microtask ordering fix (#3439)Kevin (Kun) "Kassimo" Qian
2019-12-03feat: Add --no-remote, rename --no-fetch to --cached-only (#3417)Nayeem Rahman
2019-12-03remove duplicated argv member from ThreadSafeGlobalState (#3433)Ry Dahl
2019-12-03fix some typos in permissions (#3436)Andy Finch
2019-12-02disable eager polling for ops (#3434)Bartek Iwańczuk
2019-12-01fix realpath behavior in windows (#3425)木杉
2019-11-29synchronize deno and deno_std versions (#3415)Axetroy
2019-11-26Tweaks to arg_hacks and add v8-flags to repl (#3409)Kevin (Kun) "Kassimo" Qian
2019-11-26v0.25.0Ryan Dahl