summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-01fix(repl): close calls sometimes prints results (#8558)Casper Beyer
2020-12-01disable flaky watch tests (#8557)Bartek Iwańczuk
2020-11-30fix release dates (#8560)Ryan Dahl
2020-11-30feat: deno compile (#8539)Luca Casonato
2020-11-30feat(unstable): add cbreak option to setRaw (#8383)Marcus Hultman
2020-11-30feat(std/fs): Re-enable `followSymlinks` on `walk()` (#8479)Liam Murphy
2020-11-30docs: add info about release schedule (#8546)Luca Casonato
2020-11-30upgrade: deno_doc, deno_lint, dprint, swc (#8552)Bartek Iwańczuk
2020-11-30fix(cli): support passing cli arguments under `deno eval` (#8547)Kevin (Kun) "Kassimo" Qian
2020-11-29feat(cli/tools/upgrade): canary support (#8476)crowlKats
2020-11-29fix: don't unconditionally build canary (#8536)Luca Casonato
2020-11-29Make canary version semver compatible (#8537)crowlKats
2020-11-28build: publish only "deno" crate on tags (#8535)Bartek Iwańczuk
2020-11-28fix(watcher): watcher doesn't exit when module resolution fails (#8521)Yusuke Tanaka
2020-11-28chore: update rustyline to 7.0.0 (#8516)Casper Beyer
2020-11-27fix(cli): make output of deno info --json deterministic (#8483)William Perron
2020-11-27feat(core): Add FsModuleLoader that supports loading from filesystem (#8523)Yusuke Tanaka
2020-11-27test(cli): fix brittle network permission test (#8526)William Perron
2020-11-28chore: clippy future cleanups (#8514)Kitson Kelly
2020-11-27test: fix flaky "run_watch" test (#8519)Bartek Iwańczuk
2020-11-27refactor(repl): use SWC lexer to highlight and validate (#8496)Liam Murphy
2020-11-27fix(cli/ops/net): add write permissions for unixpackets datagrams & unix sock...William Perron
2020-11-27fix(std/node): Inline default objects to ensure correct prototype (#8513)Guy Bedford
2020-11-27docs(import_maps): Add trailing slash to ./src example (#8524)Eric Zingeler
2020-11-27fix flaky tests by using exec in PTY tests (#8525)Ryan Dahl
2020-11-27fix test_raw_tty hang (#8520)Ryan Dahl
2020-11-27fix: panic in worker when closing at top level (#8510)Bartek Iwańczuk
2020-11-26fix(std/http): prevent path traversal (#8474)sarahdenofiletrav
2020-11-26fix: "onload" event order (#8376)Benjamin Gruenbaum
2020-11-26fix(watch): fix flaky tests for watcher (#8508)Bartek Iwańczuk
2020-11-26fix: re-enable test_raw_tty (#8509)Ryan Dahl
2020-11-26refactor(cli/tests): replace createResolvable with deferred (#8507)crowlKats
2020-11-26feat(std/ws): protocol & version support (#8505)crowlKats
2020-11-26fix(std/encoding/csv): Correct readme formatting due to dprint issues (#8503)Jesse Jackson
2020-11-26refactor(cli): reorganize main.rs and split workers (#8495)Bartek Iwańczuk
2020-11-26fix(websocket): set User-Agent header (#8502)Bartek Iwańczuk
2020-11-26fix(cli/websocket): set User-Agent header (#8470)crowlKats
2020-11-26feat(std/node/stream): Add Duplex, Transform, Passthrough, pipeline, finished...Steven Guerrero
2020-11-26refactor(cli): Remove unnecessary conversion into BTreeMap (#8498)Yusuke Tanaka
2020-11-25build: upgrade dprint to 0.10.0 (#8494)Bartek Iwańczuk
2020-11-25feat(std/encoding/csv): Add stringify functionality (#8408)Jesse Jackson
2020-11-25fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)crowlKats
2020-11-25docs: document the spec deviations in web apis (#8489)Luca Casonato
2020-11-25docs(std): add some missing JSDoc ws/mod.ts (#8428)ThenMorning
2020-11-25BREAKING(cli/tsc_config): Make isolatedModules non-configurable (#8482)Nayeem Rahman
2020-11-25docs: Add missing closing parenthesis (#8477)Chayim Refael Friedman
2020-11-25add canary versioning (#8480)crowlKats
2020-11-25core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273)Bert Belder
2020-11-24feat(test): horizontal separator between disjoint runs of lines (#8484)Valentin Anger
2020-11-24feat(std/node): Port most of node errors (#7934)Steven Guerrero