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_cell.rs
Age
Commit message (
Expand
)
Author
2023-07-02
refactor(core): Extract deno_core (#19658)
Matt Mastracci
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-02-11
docs: fix minor typo in AsyncRefCell comment (#17732)
Mike Mulchrone
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-11-08
perf(core): optimize waker capture in AsyncRefCell (#12332)
Bert Belder
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-12-16
refactor: rewrite ops to use ResourceTable2 (#8512)
Bartek IwaĆczuk
2020-12-09
build: fix doctests, run cargo publish --dry-run (#8689)
Ryan Dahl
2020-12-09
core: add plumbing for canceling ops when closing a resource (#8661)
Bert Belder
2020-11-25
core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273)
Bert Belder