summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2020-02-10feat: Event emitter node polyfill (#3944)Chris Knight
2020-02-10feat: Support HTTP trailer headers for response (#3938)Yusuke Sakurai
2020-02-10Add readlink, readlinkSync for std/node/fs.ts (#3926)Benny Shi
2020-02-09Bump required VS version (#3940)Nikolai Vavilov
2020-02-08reenable server tests (#3928)Bartek Iwańczuk
2020-02-08remove non-null assertion operator from std (part2) (#3927)Yusuke Sakurai
2020-02-07remove non-null assertion operator from std (part1) (#3900)Yusuke Sakurai
2020-02-07feat: add std/signal/mod.ts (#3913)Yoshiya Hinosawa
2020-02-06fix(std/path/globrex.ts): Use non-capturing groups in globrex() (#3898)Nayeem Rahman
2020-02-06fix: make WebSocket.send() exclusive (#3885)Yusuke Sakurai
2020-02-04std/http/server::serve aligned to std/http/server::serveTLS (#3881)Kitson Kelly
2020-02-03fix: Deno.remove() to properly remove dangling symlinks (#3860)Rafael Vargas
2020-02-02std/encoding: add base32 support (#3855)Kevin (Kun) "Kassimo" Qian
2020-02-02Fixed month reference in documented output of parseDate and parseDateTime fun...Chris Knight
2020-01-31chore: remove std/installer, port installer tests to Rust (#3843)Bartek Iwańczuk
2020-01-30bring back std/examples/xeval.ts (#3822)Kevin (Kun) "Kassimo" Qian
2020-01-30feat(std/node) Endianness (#3833)Chris Knight
2020-01-30feat: deno install in Rust (#3806)Bartek Iwańczuk
2020-01-30Remove --current-thread flag (#3830)Ryan Dahl
2020-01-29feat: dprint formatter (#3820)Bartek Iwańczuk
2020-01-29Partial implementation of node os polyfill based on currently available Deno ...cknight
2020-01-27dx: descriptive permission errors (#3808)Bartek Iwańczuk
2020-01-26Improve support of type definitions (#3755)Kitson Kelly
2020-01-25add some tests for isSymbol in std/node/util_test (#3788)Takashi Idobe
2020-01-24fix crate name in docs (#3778)David Asabina
2020-01-24fix(std/http): update listenAndServe argument type (#3775)Carl Rosell
2020-01-24Add signal handlers (#3757)Yoshiya Hinosawa
2020-01-23fix typoFabriece Sumuni
2020-01-21Update manual.md (#3734)Lasse Brudeskar Vikås
2020-01-21change copyrights from 2019 to 2020 (#3733)Takashi Idobe
2020-01-18stabilize net Addr (#3709)Bartek Iwańczuk
2020-01-18rename dial to connect and dialTLS to connectTLS (#3710)Bartek Iwańczuk
2020-01-18std(yaml): correct sortKeys type (#3708)Brandon Kalinowski
2020-01-17std/http: allow response body to be string (#3705)Kevin (Kun) "Kassimo" Qian
2020-01-15doc: fix spaces of code in list (#3678)迷渡
2020-01-15Revert "feat(flags): script arguments come after '--'" (#3681)Ry Dahl
2020-01-15feat(std/node): Added node timers builtin (#3634)Luca Casonato
2020-01-15fix curl.ts (#3677)Tomofumi Chiba
2020-01-10Remove std/multipart (#3647)Nayeem Rahman
2020-01-09feat: Deno.args now does not include script (#3628)Ry Dahl
2020-01-08Remove xeval subcommand (#3630)Ry Dahl
2020-01-08feat(flags): script arguments come after '--' (#3621)Ry Dahl
2020-01-08Runtime Compiler API (#3442)Kitson Kelly
2020-01-07fix: Deno.mkdir should conform to style guide (#3617)Ry Dahl
2020-01-05doc: Add glib2.0 as a build prerequisite (#3608)Nayeem Rahman
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2020-01-04Fix ws handshake with correctly empty search string (#3587)Dreamacro
2020-01-04fix(std/encoding/yaml): export parseAll (#3592)uki00a
2020-01-02Happy new year! (#3578)Ry Dahl
2020-01-02feat(std/http): make req.body a Reader (#3575)Kevin (Kun) "Kassimo" Qian