summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2021-01-06fix: stronger input checking for setTimeout; add function overload (#8957)Anonymous
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-05fix(runtime/websocket): respond to ping with pong (#8974)crowlKats
2021-01-05feat(cli/standalone): support runtime flags for deno compile (#8738)Nayeem Rahman
2021-01-04fix(inspector): kill child process after test (#8986)Ben Noordhuis
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-02upgrade: Rust 1.49.0 (#8955)Bartek Iwańczuk
2021-01-01refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)Kitson Kelly
2020-12-30BREAKING(unstable): Use hosts for net allowlists (#8845)Nayeem Rahman
2020-12-30chore: release crates (#8931)Bartek Iwańczuk
2020-12-29refactor(runtime): return iterator from resolve_addr (#8891)Yusuke Tanaka
2020-12-29refactor(cli/flags): change allow_read/write/net types from bool to Option<Ve...Yusuke Tanaka
2020-12-22chore: release crates (#8854)Bartek Iwańczuk
2020-12-21refactor(runtime): remove warp dependency (#8813)Liam Perlaki
2020-12-21feat(unstable): record raw coverage into a directory (#8642)Casper Beyer
2020-12-20Revert "fix: TLA in web worker (#8809)" (#8839)Bartek Iwańczuk
2020-12-20fix: TLA in web worker (#8809)Bartek Iwańczuk
2020-12-19upgrade: rustyline 7.1.0 (#8829)Bartek Iwańczuk
2020-12-18fix(runtime/websocket): remove eprintln (#8817)crowlKats
2020-12-17refactor: Rename runtime/rt to runtime/js (#8806)Nayeem Rahman
2020-12-17chore(runtime): fix typo (#8791)Yusuke Tanaka
2020-12-16refactor: rewrite ops to use ResourceTable2 (#8512)Bartek Iwańczuk
2020-12-15refactor: remove dead code (#8781)Bartek Iwańczuk
2020-12-15fix: make DNS resolution async (#8743)Yusuke Tanaka
2020-12-14chore: release crates (#8765)Bartek Iwańczuk
2020-12-14Revert "build: Factor out common code into core/build_util.rs (#8756)" (#8763)Bartek Iwańczuk
2020-12-14fix(repl): recover from invalid input (#8759)Casper Beyer
2020-12-14chore: release crates (#8760)Bartek Iwańczuk
2020-12-14chore: release deno_runtime 0.2.0 (#8758)Bartek Iwańczuk
2020-12-14fix: docs.rs detection (#8755)Ryan Dahl
2020-12-14build: Factor out common code into core/build_util.rs (#8756)Ryan Dahl
2020-12-13chore: release crates (#8744)Bartek Iwańczuk
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk