summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-27fix: `deno task` forward double hyphen (#14419)David Sherret
2022-04-27fix(workers): Make `worker.terminate()` not block the current thread (#13941)Andreu Botella
2022-04-27perf(runtime): read entire files in single ops (#14261)Aaron O'Mullan
2022-04-27refactor: Remove PrettyJsError and js_error_create_fn (#14378)Nayeem Rahman
2022-04-26fix(test): capture worker stdout and stderr in test output (#14410)David Sherret
2022-04-26chore: remove git.io link (#14402)Baoshuo Ren
2022-04-26fix(test): capture inherited stdout and stderr for subprocesses in test outpu...David Sherret
2022-04-26chore: fix pty_complete_imports test (#14400)David Sherret
2022-04-26refactor(core): Remove ErrWithV8Handle (#14394)Nayeem Rahman
2022-04-26refactor(ops/process): add `StdioOrRid` enum (#14393)David Sherret
2022-04-26feat(ext/console): Compact empty iterables when calling Deno.inspect with com...Ben Heidemann
2022-04-25chore: deno_http v0.43.1 (#14392)Aaron O'Mullan
2022-04-25fix(ext/http): truncate read bytes when streaming bodies (#14389)Divy Srivastava
2022-04-25refactor(lsp): store all the assets in Rust when initializing (#14367)David Sherret
2022-04-25cleanup(serde_v8): disambiguate ZeroCopyBuf (#14380)Aaron O'Mullan
2022-04-25feat(ext/console): Add string abbreviation size option for "Deno.inspect" (#1...Ben Heidemann
2022-04-25perf(ext/http): fast path for uncompressed bodies (#14366)Divy Srivastava
2022-04-24perf(ext/http): faster is_content_compressible (#14383)Aaron O'Mullan
2022-04-24feat: change shade of "gray" color in eye-catchers (#14309)Bartek Iwańczuk
2022-04-24fix(runtime/js/spawn): Pass stdio options for spawn() and spawnSync() (#14358)Nayeem Rahman
2022-04-24perf(serde_v8): zero-copy StringOrBuffer (#14381)Aaron O'Mullan
2022-04-23chore(ext/fetch): custom arity (#14198)Divy Srivastava
2022-04-23fix(bench): eliminate sanitizeExit overhead (#14361)evan
2022-04-23fix(bench): report pending summary before clearing (#14369)evan
2022-04-22chore(tests): fix pty_clear_function on Windows (#14364)David Sherret
2022-04-22chore: bump crates (#14365)Luca Casonato
2022-04-22tests: unflake streaming compression tests (#14363)Luca Casonato
2022-04-22fix(bench): reset reporter context (#14360)evan
2022-04-22Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)Divy Srivastava
2022-04-21chore: add release step failure instructions (#14352)David Sherret
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