Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-10-21 | curl.ts example with reference in manual (#3161) | Rory Hart | |
2019-10-19 | v0.21.0 | Ryan Dahl | |
2019-10-19 | feat: Allow "deno eval" to run code as module (#3148) | Kevin (Kun) "Kassimo" Qian | |
2019-10-19 | Fix clearTimer bug (#3143) | Ry Dahl | |
2019-10-19 | Re-enable some tests (#3154) | Nick Stott | |
Ref #3095 | |||
2019-10-19 | chore: remove xevalDelim from Start interface (#3147) | Kevin (Kun) "Kassimo" Qian | |
2019-10-17 | Website design tweaks (#3140) | Jon Heslop | |
- Use system sans-serif font, they render better and are familiar (Github use same font stack for instance) - Use weight and spacing to increase heading contrast - match logo colour to tone of type aka less black - table: Increase padding on wider screens for balance - table: Solid border | |||
2019-10-17 | feat: --reload flag to take arg for partial reload (#3109) | Michał Sabiniarz | |
Example: To reload only std modules --reload=https://deno.land/std/ | |||
2019-10-16 | std: Move fs/path to the top-level (#3100) | Nayeem Rahman | |
2019-10-16 | Fix tools/docs.py (#3135) | Ryan Dahl | |
2019-10-16 | fix: remote jsx/tsx files were compiled as js/ts (#3125) | Yusuke Sakurai | |
2019-10-16 | std/flags: Add test for multiple boolean flags (#3103) | 迷渡 | |
2019-10-15 | Use max-width over max-device-width (#3132) | Jon Heslop | |
Using max-width because this applies the mobile styles to narrow windows on larger devices as well as full with windows on narrow devices. | |||
2019-10-15 | perf: fairer ops scheduling (#3128) | Bartek Iwańczuk | |
2019-10-15 | Add debug build to github actions | Ryan Dahl | |
This disabled the tty_tests which seem to be very flaky with the debug build. | |||
2019-10-15 | Upgrade V8 to 7.9.304 | Ryan Dahl | |
2019-10-14 | perf: eager poll async ops in Isolate (#3046) | Bartek Iwańczuk | |
2019-10-13 | fix: [tls] op_dial_tls is not registerd and broken (#3121) | Yusuke Sakurai | |
2019-10-12 | support --allow-net=:4500 (#3115) | Bartek Iwańczuk | |
2019-10-12 | fix: [prettier] deno fmt should format jsx/tsx files (#3118) | Yusuke Sakurai | |
2019-10-12 | Update various links to deno_std (#3096) | Ryan Dahl | |
2019-10-11 | Add init methods for each op module (#3087) | Ryan Dahl | |
2019-10-11 | Ensure DENO_DIR when saving the REPL history (#3106) | Nayeem Rahman | |
2019-10-11 | update prettier type definition (#3101) | 罗文 | |
2019-10-10 | Merge deno_std in main repo (#3091) | Ryan Dahl | |
The history of deno_std is persevered but rewritten to update links to issues and PRs Fixes denoland/deno_std#603 | |||
2019-10-09 | Run deno_std tests in github actions | Ryan Dahl | |