summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-21chore(ci): skip ci cache when doing a release (#14350)David Sherret
2022-04-21fix(watcher): don't clear screen on start (#14351)Bartek Iwańczuk
2022-04-21chore(scripts): allow running version_bump workflow without releasing deno_st...David Sherret
2022-04-21chore(cli/dts): fix the display of the Deno.spawnSync() document (#14342)ayame113
2022-04-21Reland "feat(ext/http): stream auto resp body compression" (#14345)Divy Srivastava
2022-04-201.21.0 (#14336)denobot
2022-04-21Revert various PRs related to "ext/http" (#14339)Bartek Iwańczuk
2022-04-20chore: fix version bump credentials (#14338)David Sherret
2022-04-20upgrade: rusty_v8 0.42.0 (#14334)Ryan Dahl
2022-04-21feat(runtime): two-tier subprocess API (#11618)Leo Kettmeir
2022-04-20feat(ext/http): stream auto resp body compression (#14325)Luca Casonato
2022-04-20feat(repl): add global clear() function (#14332)Colin Ihrig
2022-04-20feat(bench): update API, new console reporter (#14305)evan
2022-04-20core: introduce `resource.read_return` (#14331)Divy Srivastava
2022-04-20perf(http): optimize `ReadableStream`s backed by a resource (#14284)Divy Srivastava
2022-04-20feat(repl): add "--eval-file" flag to execute a script file on startup (#14247)Naju Mancheril
2022-04-19perf(fmt/lint): incremental formatting and linting (#14314)David Sherret
2022-04-19Remove the DENO_FUTURE_CHECK warning (#14320)Luca Casonato
2022-04-19perf(runtime): bypass tokio file and bump op buffer size to 64K (#14319)Divy Srivastava
2022-04-19fix: `--watch` was losing items (#14317)David Sherret
2022-04-19feat(ext/web): add globalThis.reportError() (#13799)Nayeem Rahman
2022-04-18perf: move Deno.writeTextFile and like functions to Rust (#14221)David Sherret
2022-04-18chore: update wpt (#14313)Luca Casonato
2022-04-18feat: Add DENO_NO_PROMPT variable (#14209)Nayeem Rahman
2022-04-18fix(fmt): regression where some short if stmt headers being split on multiple...David Sherret
2022-04-18fix(cli/emit): Check JS roots with // @ts-check (#14090)Nayeem Rahman
2022-04-18feat(test): skip internal stack frames for errors (#14302)Bartek Iwańczuk
2022-04-18fix(permissions): fallback to denied access if the permission prompt fails (#...David Sherret
2022-04-17fix: panic when trying to pledge permissions before restoring previous pledge...Bartek Iwańczuk
2022-04-17feat(core): Add initial support for realms (#14019)Andreu Botella
2022-04-16fix(cli/tools/test): Prefix test module paths with "./" (#14301)Nayeem Rahman
2022-04-16feat(test): use structured data for JavaScript errors in tests (#14287)Bartek Iwańczuk
2022-04-16fix(tools/wpt): replace deprecated writeAllSync and writeAll (#14282)Feng Yu
2022-04-16feat: Better formatting for AggregateError (#14285)Bartek Iwańczuk
2022-04-16refactor: update runtime code for primordial check x in y (#13642)Bartek Iwańczuk
2022-04-15refactor: Move source map lookups to core (#14274)Nayeem Rahman
2022-04-15chore: release fixes based on doing the v1.20.6 release (#14289)David Sherret
2022-04-15feat(test): format user code output (#14271)Bartek Iwańczuk
2022-04-14chore: forward v1.20.6 release commit to main (#14288)David Sherret
2022-04-13chore: use lock file for tooling scripts (#14253)Bartek Iwańczuk
2022-04-13chore: rephrase env var help (#14270)Bartek Iwańczuk
2022-04-13refactor(core/error): Clarify JsError message fields (#14269)Nayeem Rahman
2022-04-13fix(test): Don't error on missing op details (#14184)AEtheve
2022-04-13chore: add info about DENO_FUTURE_CHECK env var to --help (#14267)Bartek Iwańczuk
2022-04-13feat(ext/web): Add error events for event listener and timer errors (#14159)Nayeem Rahman
2022-04-12fix(serde_v8): more robust number deserialization (#14216)Aaron O'Mullan
2022-04-11feat(test): Improve testing report output (#14255)Bartek Iwańczuk
2022-04-11chore: use local copy of std in tools/bench/ scripts (#14251)Bartek Iwańczuk
2022-04-11refactor: improve help text (#14249)Ryan Dahl
2022-04-11feat: Add "deno check" subcommand for type checking (#14072)Bartek Iwańczuk