Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-27 | core: add Deps::to_json() (#2223) | Greg Altman | |
2019-04-26 | Bump CI to v0.3.10 (denoland/deno_std#362) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/ec70367e5b32083aeb66716065d74b723f835fe8 | |||
2019-04-25 | toml: remove parseFile (denoland/deno_std#361) | Jimmy Cao | |
Original: https://github.com/denoland/deno_std/commit/0431b2f92fba69582f4412bfe9ad138838f46275 | |||
2019-04-25 | v0.3.10 | Ryan Dahl | |
2019-04-25 | Rename CLI flags to subcommands (#2212) | Bartek Iwańczuk | |
2019-04-25 | compile lib.deno_runtime.d.ts into executable (#2209) | Ryan Dahl | |
2019-04-25 | Rename deno prefetch to deno fetch (#2210) | Bartek Iwańczuk | |
2019-04-25 | Fix anchor links and add spinner to the benchmarks page (#2205) | David Stone | |
2019-04-25 | v0.3.9 | Ryan Dahl | |
2019-04-25 | `URLSearchParams` deleting appended multiple (#2201) | 迷渡 | |
2019-04-24 | core: Add test for snapshotting from Rust (#2197) | Ryan Dahl | |
2019-04-24 | Fix symlinkSyncNotImplemented (#2198) | Ryan Dahl | |
2019-04-24 | Bump CI to v0.3.8 (denoland/deno_std#357) | Ryan Dahl | |
Original: https://github.com/denoland/deno_std/commit/4f6a070e1c7cbe7aad281bb8dc0b6435239f4cdc | |||
2019-04-24 | Upgrade CI to Node v12 (#2193) | Ryan Dahl | |
2019-04-24 | Eslint fixes (denoland/deno_std#356) | Vincent LE GOFF | |
Make warnings fail Original: https://github.com/denoland/deno_std/commit/4543b563a9a01c8c168aafcbfd9d4634effba7fc | |||
2019-04-24 | http : Add cookie module (denoland/deno_std#338) | Vincent LE GOFF | |
Original: https://github.com/denoland/deno_std/commit/1d8544788648b4c571d10b9a55cc3670a1cbf69c | |||
2019-04-23 | core: 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-23 | fs utils getFileInfoType() return undefined when not found ↵ | Axetroy | |
(denoland/deno_std#341) Original: https://github.com/denoland/deno_std/commit/0a6180016383b9d527bb96556ae0bcdabe5161eb | |||
2019-04-23 | Use tokio_threadpool's new panic_handler (#2188) | Ryan Dahl | |
2019-04-23 | third_party: upgrade rust crates | Bert Belder | |
2019-04-23 | symlink: Ignore type parameter on non-Windows platforms (#2185) | Yingbo (Max) Wang | |
Fixes #2169 | |||
2019-04-22 | fs: add ensureLink/ensureLinkSync (denoland/deno_std#353) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/45eebed3bfa486b80da673673674f2e86abdffe7 | |||
2019-04-22 | Simplify logic in URLSearchParams, Buffer, Console (#2174) | Tomislav Fabeta | |
2019-04-22 | Support Sets in asserts.equals (denoland/deno_std#350) | Dmitry Sharshakov | |
Original: https://github.com/denoland/deno_std/commit/9432d703291f74b230f39b30614d57a5623faa59 | |||
2019-04-22 | expose ensureSymlink in fs/mod.ts (denoland/deno_std#354) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/d2a558fcbd8dad7364813c3c41a9d4abb0277bd5 | |||
2019-04-21 | Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177) | Kevin (Kun) "Kassimo" Qian | |
2019-04-21 | Fix 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-21 | Issue/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-21 | Remove dead code js/compiler_test.ts (#2160) | Ryan Dahl | |
2019-04-21 | feat: add ensureSymlink/ensureSymlinkSync for fs modules (denoland/deno_std#268) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/8d1b01cfcfc9836f8d167f0f385f68d5c0799b86 | |||
2019-04-21 | Fix flaky tests (#2164) | Ryan Dahl | |
2019-04-21 | Fixes #2033, shared queue push bug (#2158) | Ryan Dahl | |
2019-04-21 | Refactor CLI entry point (#2157) | Bartek Iwańczuk | |
Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch" | |||
2019-04-21 | Fix link to http_bench example in core README (#2167) | Matt Harrison | |
2019-04-21 | Docs: 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-20 | docs: improve clarity of the text (#2165) | Daniel Schildt | |
2019-04-20 | fix typo in permissions explanation (#2162) | Jonathon Orsi | |
2019-04-20 | Exclude .png files from git auto-EOL (#2161) | Maxim Mazurok | |
Fix #1995 for users with the old git version | |||
2019-04-19 | Make Deno/Deno.core not deletable/writable (#2153) | Kevin (Kun) "Kassimo" Qian | |
2019-04-19 | v0.3.8 | Ryan Dahl | |
2019-04-19 | fix ts warning for http/server_test.ts (denoland/deno_std#342) | Axetroy | |
Original: https://github.com/denoland/deno_std/commit/f7ff14b6fd580271a8e58ca5f7cc33d72929de30 | |||
2019-04-19 | core: test Modules::deps and handle error cases better (#2141) | Ryan Dahl | |
2019-04-19 | Improve test slow_never_ready_modules (#2145) | Ryan Dahl | |
2019-04-18 | avoid prototype builtin hasOwnProperty (#2144) | 迷渡 | |
2019-04-18 | chore: update eslint plugin (#2146) | Yoshiya Hinosawa | |
2019-04-18 | Fix redirects under async load (#2133) | Kevin (Kun) "Kassimo" Qian | |
2019-04-17 | benchmarks: improve syscall and thread count (#2140) | Ryan Dahl | |
2019-04-17 | Fix flaky tests (#2139) | Ryan Dahl | |
2019-04-17 | benchmarks: fix max_memory and clean up (#2137) | Ryan Dahl | |
2019-04-17 | Fix clippy warnings | Bert Belder | |