summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-22chore: use lsp to get parent process id (#11083)David Sherret
2021-06-22cleanup(core): top-level-await is now always enabled (#11082)Maxime Guerreiro
2021-06-22feat(core): support AbortSignal in readFile (#10943)Benjamin Gruenbaum
2021-06-22chore: update release instructions (#11079)William Perron
2021-06-22feat: transfer MessagePort between workers (#11076)Luca Casonato
2021-06-22refactor(FormData): refactor formdata serializer to support async blob backin...Jimmy Wärting
2021-06-22fix(runtime): fix signal promise API (#11069)Yoshiya Hinosawa
2021-06-22chore: upgrade crates (#11007)Yusuke Tanaka
2021-06-22fix(extensions/fetch): Filter out custom HOST headers (#11020)Vladimir Ivanov
2021-06-22feat(fetch): add programmatic proxy (#10907)Tomofumi Chiba
2021-06-22fix(core): don't panic on stdout/stderr write failures in Deno.core.print (#1...Charlie Moog
2021-06-22docs: fix typo (#11044)Luke Ingalls
2021-06-22fix: move stable/unstable types/APIs to their correct places (#10880)Muthu Kumar
2021-06-22feat(repl): show list completion (#11001)Casper Beyer
2021-06-22refactor: unify JavaScript script execution method (#11043)Bartek Iwańczuk
2021-06-22fix(#10761): graph errors reported as diagnostics for `Deno.emit()` (#10767)Kitson Kelly
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-06-22feat: Deno namespace configurable and unfrozen (#11062)Kitson Kelly
2021-06-21feat(repl): Type stripping in the REPL (#10934)David Sherret
2021-06-21feat: `MessageChannel` and `MessagePort` (#11051)Luca Casonato
2021-06-21refactor(core): always attach inspector to isolate (#11042)Bartek Iwańczuk
2021-06-21v1.11.2Bartek Iwańczuk
2021-06-21chore: release crates (#11068)Bartek Iwańczuk
2021-06-21fix: add support for module es2020 to Deno.emit (#11065)Kitson Kelly
2021-06-21fix(websocket): spec conformance & WPT (#11010)Leo K
2021-06-21feat(lsp): quick fix actions to ignore lint errors (#10627)Satya Rohith
2021-06-20docs(core): replaces dispatch references with op (#11054)Max
2021-06-19docs(runtime): fix HTTP server example (#11047)vwkd
2021-06-19fix(lsp): do not rename in strings and comments (#11041)David Sherret
2021-06-19fix(core/modules): Prepare modules only once per runtime (#11015)Nayeem Rahman
2021-06-19chore: upgrade Tokio to 1.7.1 (#11045)Yusuke Tanaka
2021-06-19docs(installation): Add official docker images link (#11027)Michael Tyson
2021-06-18fix: Worker accepts specifier as URL (#11038)Bartek Iwańczuk
2021-06-18fix: fetch with method HEAD should not have body (#11003)Yasser A.Idrissi
2021-06-17chore: fix new linting errors flagged by Rust 1.53 (#11029)David Sherret
2021-06-17chore(lsp): add `--parent-pid <pid>` flag (#11023)David Sherret
2021-06-17chore: upgrade Rust to 1.53.0 (#11021)Yusuke Tanaka
2021-06-16fix: align URL / URLSearchParams to spec (#11005)Luca Casonato
2021-06-16docs: remove mentions of `cli/js` (#11006)grian
2021-06-16chore: upgrade Tokio to 1.7.0 (#11008)Yusuke Tanaka
2021-06-16fix: some more console spec compliance (#10983)Luca Casonato
2021-06-16tests: get epochs/daily commit with ./wpt rev-list (#11002)Luca Casonato
2021-06-16fix: closing / aborting WritableStream is racy (#10982)Luca Casonato
2021-06-15v1.11.1Bartek Iwańczuk
2021-06-15chore: release crates (#10976)Bartek Iwańczuk
2021-06-15docs: Add localStorage example (#10973)Yasser A.Idrissi
2021-06-15fix(inspector): Deno.inspect should inspect the object the proxy represents r...David Sherret
2021-06-15fix: set minimum timeout to be 4 milliseconds (#10972)Ryan Dahl
2021-06-15Remove various unnecessary allow(clippy) declarations (#10971)Ryan Dahl
2021-06-15fix: pass some more WHATWG streams WPT (#10970)Luca Casonato