summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-23Use tokio_threadpool's new panic_handler (#2188)Ryan Dahl
2019-04-23third_party: upgrade rust cratesBert Belder
2019-04-23symlink: Ignore type parameter on non-Windows platforms (#2185)Yingbo (Max) Wang
2019-04-22fs: add ensureLink/ensureLinkSync (denoland/deno_std#353)Axetroy
2019-04-22Simplify logic in URLSearchParams, Buffer, Console (#2174)Tomislav Fabeta
2019-04-22Support Sets in asserts.equals (denoland/deno_std#350)Dmitry Sharshakov
2019-04-22expose ensureSymlink in fs/mod.ts (denoland/deno_std#354)Axetroy
2019-04-21Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177)Kevin (Kun) "Kassimo" Qian
2019-04-21Fix eslint warnings (#2151)Ryan Dahl
2019-04-21Issue/2170 (#2175)Tomislav Fabeta
2019-04-21Remove dead code js/compiler_test.ts (#2160)Ryan Dahl
2019-04-21feat: add ensureSymlink/ensureSymlinkSync for fs modules (denoland/deno_std#268)Axetroy
2019-04-21Fix flaky tests (#2164)Ryan Dahl
2019-04-21Fixes #2033, shared queue push bug (#2158)Ryan Dahl
2019-04-21Refactor CLI entry point (#2157)Bartek Iwańczuk
2019-04-21Fix link to http_bench example in core README (#2167)Matt Harrison
2019-04-21Docs: Added missing example in flags module - README.md (denoland/deno_std#348)Narendra Kamath G
2019-04-20docs: improve clarity of the text (#2165)Daniel Schildt
2019-04-20fix typo in permissions explanation (#2162)Jonathon Orsi
2019-04-20Exclude .png files from git auto-EOL (#2161)Maxim Mazurok
2019-04-19Make Deno/Deno.core not deletable/writable (#2153)Kevin (Kun) "Kassimo" Qian
2019-04-19v0.3.8Ryan Dahl
2019-04-19fix ts warning for http/server_test.ts (denoland/deno_std#342)Axetroy
2019-04-19core: test Modules::deps and handle error cases better (#2141)Ryan Dahl
2019-04-19Improve test slow_never_ready_modules (#2145)Ryan Dahl
2019-04-18avoid prototype builtin hasOwnProperty (#2144)迷渡
2019-04-18chore: update eslint plugin (#2146)Yoshiya Hinosawa
2019-04-18Fix redirects under async load (#2133)Kevin (Kun) "Kassimo" Qian
2019-04-17benchmarks: improve syscall and thread count (#2140)Ryan Dahl
2019-04-17Fix flaky tests (#2139)Ryan Dahl
2019-04-17benchmarks: fix max_memory and clean up (#2137)Ryan Dahl
2019-04-17Fix clippy warningsBert Belder
2019-04-17Add cli dependency on tokio-rustlsBert Belder
2019-04-16Move deno_core_http_bench into examples dir (#2127)Ryan Dahl
2019-04-16core: make Isolate use FuturesUnordered to track opsBert Belder
2019-04-16core: run isolate tests within a taskBert Belder
2019-04-16core/http_bench: support -D flag to enable loggingBert Belder
2019-04-16Implement async module loading in CLI (#2084)Ryan Dahl
2019-04-16Add max memory benchmark (#2061)Dmitry Sharshakov
2019-04-15third_party: upgrade rust cratesBert Belder
2019-04-15Small fixes in manual.md (#2118)JaePil Jung
2019-04-14third_party: fix bug in hyper latency patchBert Belder
2019-04-14add writeFileStr and update documentation (denoland/deno_std#340)Axetroy
2019-04-14third_party: patch hyper to reduce worst-case response latencyBert Belder
2019-04-14Fix silent error, add custom panic handler (#2098)Ryan Dahl
2019-04-14Fix eslint warnings and small clean ups (denoland/deno_std#339)Vincent LE GOFF
2019-04-14docs: add a pixelated animation logo (#2110)tanakaworld
2019-04-13Upgrade deno_std (#2111)Ryan Dahl
2019-04-13doc: Add missing documentation (denoland/deno_std#336)Vincent LE GOFF
2019-04-13Added read file str (denoland/deno_std#276)Vincent LE GOFF