Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-02 | Remove .github/CODEOWNERS (#14781) | Ryan Dahl | |
It's too spammy and has the opposite of the intended effect: people ignore code review duties because they assume any code-review-requests are automated and unrelated to their work. Please just manually request reviews. | |||
2022-05-18 | refactor: use spawn API across codebase (#14414) | Leo Kettmeir | |
2022-05-13 | chore: update to rust 1.60.0 & update Cargo.lock (#14260) | Luca Casonato | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com> | |||
2022-05-12 | cleanup(ops): simpler is_unit_result() (#14586) | Aaron O'Mullan | |
Rough token-string matching is robust enough and much easier to grok | |||
2022-05-10 | ci: use xl windows runners (#14554) | Luca Casonato | |
Thanks GitHub :) | |||
2022-05-10 | fix(runtime/web_worker): Use biased select when getting module result (#14553) | Nayeem Rahman | |
2022-05-05 | chore: update deps (#14416) | Luca Casonato | |
2022-05-03 | refactor: add core.formatLocationFilename, remove op_format_filename (#14474) | Bartek Iwańczuk | |
This commit moves "op_format_location" to "core/ops_builtin.rs" and removes "Deno.core.createPrepareStackTrace" in favor of "Deno.core.prepareStackTrace". Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com> | |||
2022-04-26 | fix(test): capture worker stdout and stderr in test output (#14410) | David Sherret | |
2022-04-22 | Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346) | Divy Srivastava | |
2022-04-21 | chore(ci): skip ci cache when doing a release (#14350) | David Sherret | |
2022-04-20 | 1.21.0 (#14336) | denobot | |
Co-authored-by: ry <ry@users.noreply.github.com> Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-04-21 | Revert various PRs related to "ext/http" (#14339) | Bartek Iwańczuk | |
* Revert "feat(ext/http): stream auto resp body compression (#14325)" * Revert "core: introduce `resource.read_return` (#14331)" * Revert "perf(http): optimize `ReadableStream`s backed by a resource (#14284)" | |||
2022-04-20 | chore: fix version bump credentials (#14338) | David Sherret | |
2022-04-21 | feat(runtime): two-tier subprocess API (#11618) | Leo Kettmeir | |
2022-04-20 | core: introduce `resource.read_return` (#14331) | Divy Srivastava | |
2022-04-15 | chore: release fixes based on doing the v1.20.6 release (#14289) | David Sherret | |
2022-04-14 | chore: forward v1.20.6 release commit to main (#14288) | David Sherret | |
2022-04-13 | chore: use lock file for tooling scripts (#14253) | Bartek Iwańczuk | |
This commit adds lock file for maintenance scripts in "tools/" directory. The lock file is stored in "tools/deno.lock.json". | |||
2022-04-13 | feat(ext/web): Add error events for event listener and timer errors (#14159) | Nayeem Rahman | |
- feat: Add handleable error event for even listener errors - feat: Add handleable error event for setTimeout()/setInterval() errors - feat: Add Deno.core.destructureError() - feat: Add Deno.core.terminate() - fix: Don't throw listener errors from dispatchEvent() - fix: Use biased mode when selecting between mod_evaluate() and run_event_loop() results | |||
2022-04-08 | chore: update release instructions based on 1.20.5 release (#14239) | David Sherret | |
2022-04-04 | chore(ci): automatically open PR to forward patch release back to main (#14180) | David Sherret | |
2022-04-02 | chore(ci): automatically include releases notes in release draft (#14179) | David Sherret | |
2022-03-30 | build: use workflows for bumping versions and cargo publishing on the CI ↵ | David Sherret | |
(#13995) | |||
2022-03-25 | fix(ext/ffi): enforce unstable check on ops (#14115) | Luca Casonato | |
2022-03-24 | chore: drop src/ in bench_util & serde_v8 (#14097) | Aaron O'Mullan | |
To align with conventions used in our other crates | |||
2022-03-24 | ci: update actions/checkout@v2 to v3 (#14089) | Eliaz Bobadilla | |
2022-03-23 | cleanup(serde_v8): streamline magic types (#14076) | Aaron O'Mullan | |
Formalize magic types and how they're "transerialized", also makes U16String deserializable | |||
2022-03-22 | feat(core): disableable extensions & ops (#14063) | Aaron O'Mullan | |
Streamlines a common middleware pattern and provides foundations for avoiding variably sized v8::ExternalReferences & enabling fully monomorphic op callpaths | |||
2022-03-21 | chore: fix development issues on Windows (#14030) | David Sherret | |
2022-03-17 | chore: add Rust toolchain components (#14004) | Divy Srivastava | |
2022-03-17 | fix: cargo publish fails without absolute paths (#13993) | Ryan Dahl | |
This reverts commit 4e3ed37037a2aa1edeac260dc3463a81d9cf9b88. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2022-03-16 | chore: uploading WPT shouldn't make CI fail (#13984) | Ryan Dahl | |
2022-03-16 | chore: add CODEOWNERS for `deno_ops` (#13982) | Divy Srivastava | |
2022-03-16 | feat(ops): optional OpState (#13954) | Aaron O'Mullan | |
2022-03-14 | feat(ops): custom arity (#13949) | Aaron O'Mullan | |
Also cleanup & drop ignored wildcard op-args | |||
2022-03-14 | chore: improve build times for `ext/` changes (#13927) | Divy Srivastava | |
2022-03-07 | fix(ci): restore compatibility with older glibc (#13846) | Bert Belder | |
Fixes: #13516 | |||
2022-03-07 | chore(CODEOWNERS): add @AaronO on core/ (#13865) | Aaron O'Mullan | |
2022-03-05 | perf(ext/web): optimize atob/btoa (#13841) | Aaron O'Mullan | |
Follow up to #13839, optimizing `base64_roundtrip` ~20x (~125ms => ~6.5ms) | |||
2022-03-02 | chore: add `test-flaky-ci` label to disable default workflow concurrency ↵ | Divy Srivastava | |
(#13813) | |||
2022-03-02 | chore: cancel old in-progress CI workflows (#13811) | Divy Srivastava | |
2022-02-25 | chore(ci): pin setup-gcloud to `v0` instead of `master` (#13764) | David Sherret | |
2022-02-24 | chore: upgrade to Rust 1.59 (#13767) | David Sherret | |
2022-02-19 | chore: update CODEOWNERS (#13712) | Bartek Iwańczuk | |
2022-02-05 | ci: exempt "flaky" label from stale bot (#13598) | Luca Casonato | |
2022-01-26 | Revert "error on warnings (#13344)" (#13502) | Bert Belder | |
The reverted PR had the unintentional side effect of disabling static linking on Windows. See https://github.com/denoland/deno/issues/13471. This reverts commit 79b698f88b5f8e247df7280ccb52c2a8271a426c. | |||
2022-01-23 | chore: upgrade to rust 1.58.1 (#13459) | Divy Srivastava | |
2022-01-15 | chore: upgrade to rust 1.58 (#13377) | David Sherret | |
2022-01-11 | error on warnings (#13344) | Ryan Dahl | |