summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2020-02-28fetch_cached_remote_source support redirect URL without base (#4099)Kevin (Kun) "Kassimo" Qian
2020-02-27Revert "chore: share HTTP server between tests (#3966)" (#4165)Bartek Iwańczuk
2020-02-27Merge mod_evaluate() and mod_evaluate_dyn_import() methods (#4167)Bert Belder
2020-02-27Return non-zero exit code on malformed stdin fmt (#4163)Ryan Dahl
2020-02-27replace impl Future with poll_fn for net.rs, process.rs, tls.rs (#4158)Bartek Iwańczuk
2020-02-27feat: Support types compiler option in compiler APIs (#4155)Kitson Kelly
2020-02-26rewrite normalize_path (#4143)Bartek Iwańczuk
2020-02-26remove Read/Write futures, use poll_fn instead (#4150)Bartek Iwańczuk
2020-02-26stream output of js unit tests (#4146)Bartek Iwańczuk
2020-02-26Bundles can be sync or async based on top level await (#4124)Kitson Kelly
2020-02-26DenoFlags -> Flags (#4136)Ryan Dahl
2020-02-26upgrade: dprint 0.7.0 (#4130)Ryan Dahl
2020-02-26Fix flaky tests (#4134)Ryan Dahl
2020-02-26add window.self read-only property (#4131)Bartek Iwańczuk
2020-02-26tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)Kevin (Kun) "Kassimo" Qian
2020-02-25Port permission_prompt_tests to Rust (#4129)João Souto
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly
2020-02-25Remove _async from method names since _sync are gone (#4128)Ryan Dahl
2020-02-25fix: Resolve makeTemp* paths from CWD (#4104)Nayeem Rahman
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-02-25Fix issues with JavaScript importing JavaScript. (#4120)Kitson Kelly
2020-02-24fix: [http] Consume unread body and trailers before reading next request (#3990)Yusuke Sakurai
2020-02-24Remove ansi_term dependency (#4116)João Souto
2020-02-24port tools/repl_test.py to Rust (#4096)João Souto
2020-02-24Revert "Remove ansi_term dependency"Ryan Dahl
2020-02-24fix: createSecKey logic (#4063)Suguru Motegi
2020-02-24Add Deno.Err change missing from previous commit (#4113)Ryan Dahl
2020-02-24rename Deno.Err -> Deno.errors (#4093)Bartek Iwańczuk
2020-02-24feat: Add Deno.formatDiagnostics (#4032)Kitson Kelly
2020-02-24Remove ansi_term dependency (#4106)João Souto
2020-02-24fix: add mutex guard for permission_prompt tests (#4105)Yoshiya Hinosawa
2020-02-24Add missing node os.release() implementation (#4065)ecyrbe
2020-02-23refactor: use OpError instead of ErrBox for errors in ops (#4058)Bartek Iwańczuk
2020-02-23fetch: proper error for unsupported protocol (#4085)Kevin (Kun) "Kassimo" Qian
2020-02-23Move WebAsssembly namespace to shared_globals (#4084)Kevin (Kun) "Kassimo" Qian
2020-02-23feat: support brotli compression for fetch API (#4082)EnokMan
2020-02-22feat(std/node): add os.loadavg() (#4075)ecyrbe
2020-02-21feat: Deno.fsEvents() (#3452)Bartek Iwańczuk
2020-02-21feat: support UDP sockets (#3946)hazæ41
2020-02-21refactor: remove unneeded ErrorKinds (#3936)Bartek Iwańczuk
2020-02-21fix: add io ops to worker to fix fetch (#4054)Bartek Iwańczuk
2020-02-21upgrade: dprint 0.6.1 (#4061)木杉
2020-02-20v0.34.0Ryan Dahl
2020-02-19fix: mis-detecting imports on JavaScript when there is no checkJs (#4040)Kitson Kelly
2020-02-19fix: emit when bundle contains single module (#4042)Kitson Kelly
2020-02-19refactor: rewrite file_fetcher to use async fns, lift blocking call (#4037)Bartek Iwańczuk
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
2020-02-19refactor: rewrite HTTP cache for file fetcher (#4030)Bartek Iwańczuk
2020-02-19Support loading additional TS lib files (#3863)Kitson Kelly
2020-02-18refactor: remove run_worker_loop (#4028)Bartek Iwańczuk