summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Expand)Author
2022-06-02Remove .github/CODEOWNERS (#14781)Ryan Dahl
2022-05-18refactor: use spawn API across codebase (#14414)Leo Kettmeir
2022-05-13chore: update to rust 1.60.0 & update Cargo.lock (#14260)Luca Casonato
2022-05-12cleanup(ops): simpler is_unit_result() (#14586)Aaron O'Mullan
2022-05-10ci: use xl windows runners (#14554)Luca Casonato
2022-05-10fix(runtime/web_worker): Use biased select when getting module result (#14553)Nayeem Rahman
2022-05-05chore: update deps (#14416)Luca Casonato
2022-05-03refactor: add core.formatLocationFilename, remove op_format_filename (#14474)Bartek Iwańczuk
2022-04-26fix(test): capture worker stdout and stderr in test output (#14410)David Sherret
2022-04-22Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)Divy Srivastava
2022-04-21chore(ci): skip ci cache when doing a release (#14350)David Sherret
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-21feat(runtime): two-tier subprocess API (#11618)Leo Kettmeir
2022-04-20core: introduce `resource.read_return` (#14331)Divy Srivastava
2022-04-15chore: release fixes based on doing the v1.20.6 release (#14289)David Sherret
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-13feat(ext/web): Add error events for event listener and timer errors (#14159)Nayeem Rahman
2022-04-08chore: update release instructions based on 1.20.5 release (#14239)David Sherret
2022-04-04chore(ci): automatically open PR to forward patch release back to main (#14180)David Sherret
2022-04-02chore(ci): automatically include releases notes in release draft (#14179)David Sherret
2022-03-30build: use workflows for bumping versions and cargo publishing on the CI (#13...David Sherret
2022-03-25fix(ext/ffi): enforce unstable check on ops (#14115)Luca Casonato
2022-03-24chore: drop src/ in bench_util & serde_v8 (#14097)Aaron O'Mullan
2022-03-24ci: update actions/checkout@v2 to v3 (#14089)Eliaz Bobadilla
2022-03-23cleanup(serde_v8): streamline magic types (#14076)Aaron O'Mullan
2022-03-22feat(core): disableable extensions & ops (#14063)Aaron O'Mullan
2022-03-21chore: fix development issues on Windows (#14030)David Sherret
2022-03-17chore: add Rust toolchain components (#14004)Divy Srivastava
2022-03-17fix: cargo publish fails without absolute paths (#13993)Ryan Dahl
2022-03-16chore: uploading WPT shouldn't make CI fail (#13984)Ryan Dahl
2022-03-16chore: add CODEOWNERS for `deno_ops` (#13982)Divy Srivastava
2022-03-16feat(ops): optional OpState (#13954)Aaron O'Mullan
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14chore: improve build times for `ext/` changes (#13927)Divy Srivastava
2022-03-07fix(ci): restore compatibility with older glibc (#13846)Bert Belder
2022-03-07chore(CODEOWNERS): add @AaronO on core/ (#13865)Aaron O'Mullan
2022-03-05perf(ext/web): optimize atob/btoa (#13841)Aaron O'Mullan
2022-03-02chore: add `test-flaky-ci` label to disable default workflow concurrency (#13...Divy Srivastava
2022-03-02chore: cancel old in-progress CI workflows (#13811)Divy Srivastava
2022-02-25chore(ci): pin setup-gcloud to `v0` instead of `master` (#13764)David Sherret
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-19chore: update CODEOWNERS (#13712)Bartek Iwańczuk
2022-02-05ci: exempt "flaky" label from stale bot (#13598)Luca Casonato
2022-01-26Revert "error on warnings (#13344)" (#13502)Bert Belder
2022-01-23chore: upgrade to rust 1.58.1 (#13459)Divy Srivastava
2022-01-15chore: upgrade to rust 1.58 (#13377)David Sherret
2022-01-11error on warnings (#13344)Ryan Dahl