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