index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
ops
/
async_function.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-08
Make `AsyncFnOnce`, `AsyncFnMut`, `AsyncFn` non-`#[fundamental]`
Frank Steffahn
-3
/
+0
2025-01-08
update cfg(bootstrap)
Pietro Albini
-16
/
+8
2025-01-08
update version placeholders
Pietro Albini
-8
/
+8
2024-12-13
Stabilize async closures
Michael Goulet
-8
/
+16
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+8
2024-07-23
Gate AsyncFn* under async_closure feature
Michael Goulet
-3
/
+3
2024-06-11
remove cfg(bootstrap)
Pietro Albini
-4
/
+4
2024-05-29
Add lang item for AsyncFnKindHelper::Upvars
Michael Goulet
-0
/
+1
2024-05-29
Add lang items for AsyncFn's associated types
Michael Goulet
-0
/
+3
2024-03-20
Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68
bors
-1
/
+1
2024-03-20
step cfgs
Mark Rousskov
-1
/
+1
2024-03-19
Only split by-ref/by-move futures for async closures
Michael Goulet
-19
/
+11
2024-02-10
Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obk
bors
-14
/
+37
2024-02-08
Step all bootstrap cfgs forward
Mark Rousskov
-3
/
+3
2024-02-06
Harmonize blanket implementations for AsyncFn* traits
Michael Goulet
-14
/
+37
2024-02-06
Bless tests, add comments
Michael Goulet
-2
/
+19
2024-02-06
Teach typeck/borrowck/solvers how to deal with async closures
Michael Goulet
-0
/
+8
2023-12-25
select AsyncFn traits during overloaded call op
Michael Goulet
-0
/
+3
2023-12-25
We do not need impl_trait_in_assoc_ty
Michael Goulet
-6
/
+6
2023-12-25
Add AsyncFn family of traits
Michael Goulet
-0
/
+105