summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-07Add Deno.chown (#2292)Yingbo (Max) Wang
2019-05-06fix: Add all permissions to deno xeval (#2290)Bartek Iwańczuk
2019-05-04update manual.md for deno v0.4.0 (#2291)Bartek Iwańczuk
2019-05-03add warning for adblockers (#2250)Vincent LE GOFF
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
2019-05-03feat: support .mjs extension resolution (#2283)Kevin (Kun) "Kassimo" Qian
2019-05-03Minor doc edits (#2231)Ryan Dahl
2019-05-03fix: display "-0" for -0 (#2281)Kevin (Kun) "Kassimo" Qian
2019-05-03ci: make the sanitize build fast again (#2280)Bert Belder
2019-05-03Bump required rustc version to 1.34.1Bert Belder
2019-05-03add --no-fetch CLI flag to prevent remote downloads (#2213)Bartek Iwańczuk
2019-05-03Fix: deno --v8-options does not print v8 options (#2277)Bartek Iwańczuk
2019-05-03fixes body formData tests disabled in #2268 (#2274)Kurt Mackey
2019-05-03Optimize read and write ops (#2259)Ryan Dahl
2019-05-03ci: run clippyBert Belder
2019-05-03core,cli: fix clippy warningsBert Belder
2019-05-02Re-enable networking unit tests (#2268)Ryan Dahl
2019-05-02Work around Windows-only V8 concurrent initialization crashBert Belder
2019-05-02core: remove support for moving deno_buf ownership from C++ to JavaScriptBert Belder
2019-05-01Add Request global constructor (#2253)Kurt Mackey
2019-05-01doc: add long about messages for subcommands (#2264)Kevin (Kun) "Kassimo" Qian
2019-05-01core: express op as enum (#2255)Ryan Dahl
2019-05-01Async iterator for listener (#2263)andy finch
2019-05-01Refactor zero-copy buffers for performance and to prevent memory leaksBert Belder
2019-05-01core: remove unused function StrBufNullAllocPtr()Bert Belder
2019-05-01Rename test targets (#2262)Bartek Iwańczuk
2019-05-01fs: add Deno.utime/Deno.utimeSync (#2241)Kevin (Kun) "Kassimo" Qian
2019-04-30Make error in ast_util more informative. (#2252)andy finch
2019-04-30Make `atob` follow the spec (#2242)迷渡
2019-04-30Fix another flaky assert (#2246)Ryan Dahl
2019-04-30Fix max_latency benchmark on zero value (#2247)Ryan Dahl
2019-04-29Upgrade V8 to 7.6.53Ryan Dahl
2019-04-29flags: fix merge error (#2244)Ryan Dahl
2019-04-29removes ? from URL when deleting all params (#2217)迷渡
2019-04-29Rewrite flags.rs::parse_flags (#2237)Bartek Iwańczuk
2019-04-29Add support for custom tsconfig.json (#2089)Kitson Kelly
2019-04-28Disable flaky assert in killSuccess (#2230)Ryan Dahl
2019-04-28Revert "recover: #1517 Kill all pending accepts when TCP listener is closed ...Ryan Dahl
2019-04-28fix test description for `atob` (#2232)迷渡
2019-04-27recover: #1517 Kill all pending accepts when TCP listener is closed (#2224)Yusuke Sakurai
2019-04-27disable --version flag from deno version (#2226)Bartek Iwańczuk
2019-04-27Use alt logos on benchmarks and manual page (#2211)Ryan Dahl
2019-04-27URLSearchParams init with itself (#2218)迷渡
2019-04-27core: add Deps::to_json() (#2223)Greg Altman
2019-04-25v0.3.10Ryan Dahl
2019-04-25Rename CLI flags to subcommands (#2212)Bartek Iwańczuk