Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-02 | reduce redundancies in the fetch code (#3249) | Nick Stott | |
2019-10-31 | Upgrade github actions mac environment to macos-latest (#3250) | Kang Huaishuai | |
2019-10-31 | Upgrade node_modules, change tagline, clean up root directory (#3247) | Ry Dahl | |
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md | |||
2019-10-31 | cli: replace timer map with red-black tree (#3218) | Kevin (Kun) Kassimo Qian | |
This avoids a crash when the Deno process has been running for 2**32 ms (about 50 days). Additionaly, time complexity of finding which timer is due to fire next is reduced from from O(n) to O(log n). | |||
2019-10-31 | Adds custom inspect method for URL (#3241) | Sven Nicolai Viig | |
2019-10-31 | Make EOF unique symbol (#3244) | Yoshiya Hinosawa | |
2019-10-29 | Support for deep `Map` equality with `asserts#equal` (#3236) | James Wright | |
2019-10-29 | Remove TTY tests - dead code (#3229) | Ry Dahl | |
2019-10-29 | Use top-level await in jsdoc examples (#3239) | Andy Hayden | |
2019-10-29 | Rename Github Actions workflow (#3238) | Ry Dahl | |
2019-10-29 | fix race condition in test http server (#3237) | Andy Hayden | |
2019-10-29 | Update broken links (#3225) | Joseph Sintum | |
2019-10-28 | Move prebuilt binaries to third_party (#3227) | Ry Dahl | |
2019-10-28 | refactor: use core ResourceTable in cli (#3206) | Bartek Iwańczuk | |
2019-10-28 | Prevent customInspect error from crashing console (#3226) | Kevin (Kun) "Kassimo" Qian | |
2019-10-28 | Use top-level for-await in various places (#3217) | Andy Hayden | |
2019-10-28 | v0.22.0 | Ryan Dahl | |
2019-10-28 | std: fix BufReader.readString to actually return Deno.EOF at end (#3191) | Robert Jack Will | |
2019-10-28 | Upgrade V8 to 7.9.317.12 (#3208) | Ry Dahl | |
2019-10-28 | Re-enable basic stream support for fetch bodies (#3192) | Nick Stott | |
* Add sd-streams from https://github.com/stardazed/sd-streams/blob/master/packages/streams/src/ * change the interfaces in dom_types to match what sd-streams expects | |||
2019-10-28 | Add CustomInspect for Headers (#3130) | Rory Malcolm | |
Worth noting due to implementation of the Headers class the contents of headersMap have lowercase keys, although this matches the specification as header keys are case agnostic it does seem to not match behaviour of other implementations in other languages I have seen, would require some rewriting of Headers.ts | |||
2019-10-27 | Use web standard Permissions API (#3200) | Yoshiya Hinosawa | |
2019-10-27 | chore: update contribution guide link (#3215) | Trivikram Kamat | |
2019-10-27 | feat: top-level-for-await (#3212) | Andy Hayden | |
2019-10-26 | Update link to schematic diagram in manual (#3211) | Nayeem Rahman | |
2019-10-26 | Support named imports/exports for subset of properties in JSON modules (#3210) | Kevin (Kun) "Kassimo" Qian | |
2019-10-26 | Use a more performant utf8 decoder algorithm. (#3204) | Kitson Kelly | |
Fixes #3163 Co-authored-by: Kitson Kelly <me@kitsonkelly.com> Co-authored-by: Qwerasd <qwerasd205@users.noreply.github.com> | |||
2019-10-26 | Fix some deno.land URLs in the manual (#3205) | Nayeem Rahman | |
2019-10-25 | Publish source tarballs for releases (#3203) | Christian Moritz | |
2019-10-25 | fix: handle malformed control buffers (#3202) | Bartek Iwańczuk | |
2019-10-24 | Use windows-2019 image in Github Actions (#3198) | Bert Belder | |
2019-10-24 | Change magic table-of-contents thing (#3197) | Ry Dahl | |
We changed our markdown parser from showdown to remark for better react integration, and it necessitated this change. | |||
2019-10-24 | Add error handling for minimal dispatch (#3176) | Bartek Iwańczuk | |
2019-10-24 | Remove old website (#3194) | Ry Dahl | |
Move manual.md and style_guide.md into //std so they can be accessed from https://deno.land/std/manual.md Code for new website is https://github.com/denoland/deno_website2 Co-authored-by: Christian Moritz <chrmoritz@gmail.com> | |||
2019-10-24 | Update GitHub Actions, powershell is default on windows (#3195) | Kang Huaishuai | |
https://github.blog/changelog/2019-10-17-github-actions-default-shell-on-windows-runners-is-changing-to-powershell/ | |||
2019-10-23 | Add std/examples/welcome.ts (#3181) | Ry Dahl | |
2019-10-23 | core: Add ResourceTable (#3150) | Bartek Iwańczuk | |
2019-10-23 | refactor DenoPermissions.check_net & resolve_addr (#3182) | EnokMan | |
2019-10-23 | Small cleanups in perrmission_prompt_test.ts (#3188) | JaePil Jung | |
2019-10-22 | remove --no-prompt flag, fail on missing permissions (#3183) | Yoshiya Hinosawa | |
2019-10-22 | upgrade: typescript-eslint to 2.5.0 (#3184) | Yoshiya Hinosawa | |
2019-10-22 | Add TextDecoder benchmark (#3180) | Ry Dahl | |
2019-10-22 | core: gracefully handle bad op id (#3131) | Bartek Iwańczuk | |
2019-10-22 | test: improve http_proxy test (#3185) | Yoshiya Hinosawa | |
2019-10-21 | third_party: cherry-pick depot_tools 6a1d778 to fix macOS Cataliona issues ↵ | Christian Moritz | |
(#3175) | |||
2019-10-21 | feat: Deno.listenTLS (#3152) | Bartek Iwańczuk | |
2019-10-21 | Fix build warning (#3146) | Ry Dahl | |
2019-10-21 | update: use v0.21.0 for subcommands (#3168) | Yusuke Sakurai | |
2019-10-21 | Reenable std tests that were disabled during merge (#3159) | Nick Stott | |
2019-10-21 | Manual introduction improvements (#3157) | Andy Fleming | |