summaryrefslogtreecommitdiff
path: root/core/async_cancel.rs
AgeCommit message (Expand)Author
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-08-21chore: use Rust 1.63.0 (#15464)Mathias Lafeldt
2022-06-26build: require safety comments on unsafe code (#13870)Luca Casonato
2022-04-18perf: move Deno.writeTextFile and like functions to Rust (#14221)David Sherret
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-04chore: upgrade to Rust 1.57.0 (#12968)Bartek Iwańczuk
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-10-17fix(core): avoid polling future after cancellation (#12385)Bert Belder
2021-06-17chore: upgrade Rust to 1.53.0 (#11021)Yusuke Tanaka
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-02upgrade: Rust 1.49.0 (#8955)Bartek Iwańczuk
2020-12-09core: add plumbing for canceling ops when closing a resource (#8661)Bert Belder