summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-27core: add Deps::to_json() (#2223)Greg Altman
2019-04-26Bump CI to v0.3.10 (denoland/deno_std#362)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/ec70367e5b32083aeb66716065d74b723f835fe8
2019-04-25toml: remove parseFile (denoland/deno_std#361)Jimmy Cao
Original: https://github.com/denoland/deno_std/commit/0431b2f92fba69582f4412bfe9ad138838f46275
2019-04-25v0.3.10Ryan Dahl
2019-04-25Rename CLI flags to subcommands (#2212)Bartek Iwańczuk
2019-04-25compile lib.deno_runtime.d.ts into executable (#2209)Ryan Dahl
2019-04-25Rename deno prefetch to deno fetch (#2210)Bartek Iwańczuk
2019-04-25Fix anchor links and add spinner to the benchmarks page (#2205)David Stone
2019-04-25v0.3.9Ryan Dahl
2019-04-25`URLSearchParams` deleting appended multiple (#2201)迷渡
2019-04-24core: Add test for snapshotting from Rust (#2197)Ryan Dahl
2019-04-24Fix symlinkSyncNotImplemented (#2198)Ryan Dahl
2019-04-24Bump CI to v0.3.8 (denoland/deno_std#357)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/4f6a070e1c7cbe7aad281bb8dc0b6435239f4cdc
2019-04-24Upgrade CI to Node v12 (#2193)Ryan Dahl
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
Make warnings fail Original: https://github.com/denoland/deno_std/commit/4543b563a9a01c8c168aafcbfd9d4634effba7fc
2019-04-24http : Add cookie module (denoland/deno_std#338)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/1d8544788648b4c571d10b9a55cc3670a1cbf69c
2019-04-23core: make Isolate concrete, remove Dispatch trait (#2183)Ryan Dahl
Op dispatch is now dynamically dispatched, so slightly less efficient. The immeasurable perf hit is a reasonable trade for the API simplicity that is gained here.
2019-04-23fs utils getFileInfoType() return undefined when not found ↵Axetroy
(denoland/deno_std#341) Original: https://github.com/denoland/deno_std/commit/0a6180016383b9d527bb96556ae0bcdabe5161eb
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
Fixes #2169
2019-04-22fs: add ensureLink/ensureLinkSync (denoland/deno_std#353)Axetroy
Original: https://github.com/denoland/deno_std/commit/45eebed3bfa486b80da673673674f2e86abdffe7
2019-04-22Simplify logic in URLSearchParams, Buffer, Console (#2174)Tomislav Fabeta
2019-04-22Support Sets in asserts.equals (denoland/deno_std#350)Dmitry Sharshakov
Original: https://github.com/denoland/deno_std/commit/9432d703291f74b230f39b30614d57a5623faa59
2019-04-22expose ensureSymlink in fs/mod.ts (denoland/deno_std#354)Axetroy
Original: https://github.com/denoland/deno_std/commit/d2a558fcbd8dad7364813c3c41a9d4abb0277bd5
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
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: LE GOFF Vincent <g_n_s@hotmail.fr>
2019-04-21Issue/2170 (#2175)Tomislav Fabeta
* Consistency using requiredArguments method Replaced tuple length check in Headers class with requiredArguments method. * Consistency using requiredArguments method Replaced tuple length check in UrlSearchParams class with requiredArguments method. * fmt
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
Original: https://github.com/denoland/deno_std/commit/8d1b01cfcfc9836f8d167f0f385f68d5c0799b86
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
Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch"
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
Original: https://github.com/denoland/deno_std/commit/289e1b110db44aedc3a6baf74feb015320399d1e
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
Fix #1995 for users with the old git version
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
Original: https://github.com/denoland/deno_std/commit/f7ff14b6fd580271a8e58ca5f7cc33d72929de30
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