summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-12-29docs: update release schedule dates (#8922)Rich Trott
2020-12-29refactor(runtime): return iterator from resolve_addr (#8891)Yusuke Tanaka
2020-12-30feat(lsp): Implement textDocument/rename (#8910)hrsh7th
2020-12-29refactor(cli/flags): change allow_read/write/net types from bool to Option<Ve...Yusuke Tanaka
2020-12-29docs(testing): Add import line to test example (#8909)Maxim Zhukov
2020-12-29chore(std/node/fs): Remove unnecessary try-catch (#8908)Yuki Tanaka
2020-12-29fix(core): Fix incorrect index in Promise.all error reporting (#8913)Deepanshu Utkarsh
2020-12-29upgrade: dprint, swc_bundler, swc_common, swc_ecmascript (#8901)Bartek Iwańczuk
2020-12-29docs(introduction): Improve wording and capitalization (#8848)Waldir Pimenta
2020-12-28docs(watch): Add note about --unstable flag (#8876)Maxim Zhukov
2020-12-28docs(webassembly): add a link to mdn documentation (#8903)Casper Beyer
2020-12-28feat(std/node): adds fs.mkdtemp & fs.mkdtempSync (#8604)Louis-Philippe Perron