summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-06fix: stronger input checking for setTimeout; add function overload (#8957)Anonymous
2021-01-06enable stale bot (#9011)Ryan Dahl
2021-01-06BREAKING(std/wasi): return exit code from start (#9022)Casper Beyer
2021-01-06feat(cli): support data urls (#8866)Kitson Kelly
2021-01-06fix: align performance API to spec using WPT (#9012)Luca Casonato
2021-01-06refactor(cli): remove 'js' module, simplify compiler snapshot (#9020)Bartek Iwańczuk
2021-01-06fix(std/node): resolve files in symlinked directories (#8840)Liam Murphy
2021-01-06fix: use inline source maps when present in js (#8995)Luca Casonato
2021-01-05upgrade: deno_doc, deno_lint, dprint, swc_ecmascript, swc_bundler (#9003)Bartek Iwańczuk
2021-01-05fix: align AbortSignal to spec using WPT (#9007)Luca Casonato
2021-01-05Add rlib size benchmarks (#9005)Ryan Dahl
2021-01-05refactor(core): simplify Deno.core initialisation, remove stale TODO (#8847)Bartek Iwańczuk
2021-01-05fix: align encoding APIs to spec using WPT (#9004)Luca Casonato
2021-01-05BREAKING(std/wasi): make implementation details private (#8996)Casper Beyer
2021-01-05typo (#8998)Kai Mallea
2021-01-05fix(runtime/websocket): respond to ping with pong (#8974)crowlKats
2021-01-05feat(std/wasi): allow stdio resources to be specified (#8999)Casper Beyer
2021-01-05docs(example/tcp_echo): fix TCP echo leaking resources (#8997)Mark Tomlin
2021-01-05tests: add web platform test runner (#8990)Luca Casonato
2021-01-05feat(cli/standalone): support runtime flags for deno compile (#8738)Nayeem Rahman
2021-01-05fix(lsp): Respect client capabilities for config and dynamic registration (#8...Valentin Anger
2021-01-04docs: Remove outdated information about third_party/ directory (#8973)Yacine Hmito
2021-01-04feat(installer): Add support for MSYS on Windows (#8932)Sylvain Cau
2021-01-04fix(coverage): merge duplicate reports (#8942)Casper Beyer
2021-01-04BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928)Mo
2021-01-04docs: meta updates to cli/tests/unit/README.md (#8969)Satya Rohith
2021-01-04fix(inspector): kill child process after test (#8986)Ben Noordhuis
2021-01-04chore: disable flaky test on Windows (#8987)Bartek Iwańczuk
2021-01-04Revert "fix(inspector): add back list endpoint (#8894)" (#8977)Luca Casonato
2021-01-04fix: panic on invalid file:// module specifier (#8964)Maayan Hanin
2021-01-03fix(inspector): add back list endpoint (#8894)Liam Perlaki
2021-01-02Revert "ci: don't install python (#8961)" (#8963)Ryan Dahl
2021-01-02ci: don't install python (#8961)Ryan Dahl
2021-01-02fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960)Nayeem Rahman
2021-01-02upgrade: Rust 1.49.0 (#8955)Bartek Iwańczuk
2021-01-02fix(test_util): make hyper server single-threaded (#8951)Ben Noordhuis
2021-01-01refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)Kitson Kelly
2020-12-31docs: add note about NO_PROXY env variable (#8929)Tomofumi Chiba
2020-12-31feat(lsp): support specifying a tsconfig file (#8926)Kitson Kelly
2020-12-31fix(std/http): parsing of HTTP version header (#8902)Noxazer
2020-12-30fix(op_crates/fetch): correct regexp for fetch header (#8927)Rich Trott
2020-12-30BREAKING(unstable): Use hosts for net allowlists (#8845)Nayeem Rahman
2020-12-30docs: Fix instructions about how to setup development environment with Vim/Ne...Yuki Tanaka
2020-12-30chore(cli/tests): fix typo in test failure message (#8935)Rich Trott
2020-12-30v1.6.3Bartek Iwańczuk
2020-12-30chore: release crates (#8931)Bartek Iwańczuk
2020-12-30fix(cli): info does not panic on missing modules (#8924)Kitson Kelly
2020-12-30feat(lsp): add cache command (#8911)Kitson Kelly
2020-12-30fix(lsp): handle ts debug errors better (#8914)Kitson Kelly
2020-12-29fix(std/http): Don't expose ServerRequest::done as Deferred (#8919)Nayeem Rahman