summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2022-09-23perf: use fast ops for tty (#15976)Divy Srivastava
2022-09-22chore: forward v1.25.4 release commit to main (#16001)David Sherret
2022-09-22chore: fix recent windows only clippy issues (#15993)David Sherret
2022-09-22feat: Refresh interactive permission prompt (#15907)Bartek Iwańczuk
2022-09-22perf: fs optimizations - part 1 (#15873)Divy Srivastava
2022-09-21fix(runtime): better error message with Deno.env.get/set (#15966)Yoshiya Hinosawa
2022-09-19chore(runtime): upgrade netif crate (#15867)Ben Noordhuis
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-09-17perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)Divy Srivastava
2022-09-16upgrade deps (#15914)Ryan Dahl
2022-09-16fix(runtime): fix permission status cache keys (#15899)Nayeem Rahman
2022-09-15chore: forward v1.25.3 release commit to main (#15919)Colin Ihrig
2022-09-15refactor(runtime/io): use primordials (#15906)Marcos Casagrande
2022-09-14fix(ops): add node.js env variable allowlist (#15893)Colin Ihrig
2022-09-13refactor(npm): create general use `NpmPackageResolver` (#15882)David Sherret
2022-09-09chore: forward v1.25.2 release commit to main (#15831)denobot
2022-09-06perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)Divy Srivastava
2022-09-05chore: fix flaky stdout_write_all test (#15772)David Sherret
2022-09-05perf(runtime): flatten arguments for write_file ops (#15776)Divy Srivastava
2022-09-04fix(cli): allow using file resource synchronously while being used async (#15...David Sherret
2022-09-02refactor: move JsError formatting to deno_runtime (#15345)Christian Dürr
2022-09-02refactor(test): grab runTests() and runBenchmarks() from __bootstrap (#15420)Nayeem Rahman
2022-09-02fix(repl): don't terminate on unhandled error events (#15548)Nayeem Rahman
2022-09-02chore: forward v1.25.1 release commit to main (#15735)denobot
2022-08-27perf(runtime): optimize allocations in read/write checks (#15631)Divy Srivastava
2022-08-25v1.25.0Bartek Iwańczuk
2022-08-24feat(unstable): add more permission checks for ext/node/ (#15581)Bartek Iwańczuk
2022-08-24feat(ext/flash): split upgradeHttp into two APIs (#15557)Luca Casonato
2022-08-21feat: `queueMicrotask()` error handling (#15522)Nayeem Rahman
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
2022-08-19feat(unstable): change Deno.serve() API (#15498)Bartek Iwańczuk
2022-08-19perf(runtime): optimize Deno.file open & stream (#15496)Divy Srivastava
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava
2022-08-16feat(runtime): add pre_execute_module_cb (#15485)David Sherret
2022-08-11chore: forward v1.24.3 release commit to main (#15462)denobot
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-10refactor(runtime): split up `MainWorker` and `WebWorker`'s `preload_module` m...David Sherret
2022-08-10fix(permissions): ignore empty values (#15447)Leo Kettmeir
2022-08-10fix: allow setting `globalThis.location` when no `--location` is provided (#1...Kayla Washburn
2022-08-09chore: temporarily disable `ext/node` and use unstable ops (#15438)David Sherret
2022-08-10fix: update deno_graph to fix importing config as JSON module (#15388)Kitson Kelly
2022-08-09feat: add ext/node for require support (#15362)Bartek Iwańczuk
2022-08-05fix: various formatting fixes (#15412)David Sherret
2022-08-05chore: forward v1.24.2 release commit to main (#15410)denobot
2022-08-04fix: Update `Object.prototype.__proto__` related comments (#15394)Yongwook Choi
2022-07-29Forward 1.24.1 to main (#15333) (#15336)Colin Ihrig
2022-07-26chore(ops): Remove unused arguments from ops (#15315)Aapo Alasuutari
2022-07-23fix: unhandledrejection handling for sync throw in top level (#15279)Bartek Iwańczuk
2022-07-22fix: Child.unref() unrefs stdio streams properly (#15275)Bartek Iwańczuk