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
/
future
Age
Commit message (
Expand
)
Author
Lines
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-06-19
Rollup merge of #109970 - danielhenrymantilla:add-poll-fn-pin-clarifications,...
Matthias Krüger
-0
/
+87
2023-06-18
[doc] poll_fn: explain how to pin captured state safely
Daniel Henry-Mantilla
-0
/
+87
2023-05-19
tidy
Ibraheem Ahmed
-1
/
+1
2023-05-19
remove unstable `Poll::ready`
Ibraheem Ahmed
-3
/
+3
2023-05-07
Remove `identity_future` from stdlib
Arpad Borsos
-7
/
+0
2023-05-01
Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber
Matthias Krüger
-0
/
+1
2023-04-28
handle cfg(bootstrap)
Pietro Albini
-1
/
+0
2023-04-27
Don't call await a method
Michael Goulet
-0
/
+1
2023-03-08
Remove `identity_future` indirection
Arpad Borsos
-5
/
+1
2023-01-29
Remove `GenFuture` from core
Arpad Borsos
-45
/
+0
2023-01-19
Transform async ResumeTy in generator transform
Arpad Borsos
-0
/
+4
2023-01-03
Suggest more impl Trait on `-> _`
Michael Goulet
-0
/
+1
2022-12-28
Update bootstrap cfg
Pietro Albini
-3
/
+2
2022-12-19
Revert "Replace usage of `ResumeTy` in async lowering with `Context`"
Andrew Pollack
-8
/
+2
2022-12-06
Replace usage of `ResumeTy` in async lowering with `Context`
Arpad Borsos
-2
/
+8
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-8
/
+19
2022-11-17
Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholk
bors
-0
/
+1
2022-11-09
Allow and add `track_caller` to generators
Bryan Garza
-0
/
+1
2022-10-06
poll_fn and Unpin: fix pinning
Ralf Jung
-4
/
+7
2022-08-30
Implement `Ready::into_inner()`
dAxpeDDa
-0
/
+24
2022-07-16
Stabilize `future_poll_fn`
Yuki Okushi
-9
/
+8
2022-06-30
Stabilize `into_future`
Yoshua Wuyts
-14
/
+6
2022-06-19
typos in `IntoFuture` docs
KaDiWa4
-2
/
+2
2022-06-08
update docs for `std::future::IntoFuture`
Yoshua Wuyts
-0
/
+119
2022-03-10
Rename `IntoFuture::Future` to `IntoFuture::IntoFuture`
Yoshua Wuyts
-4
/
+4
2022-02-21
Rollup merge of #91192 - r00ster91:futuredocs, r=GuillaumeGomez
Matthias Krüger
-2
/
+10
2022-02-19
Some improvements to the async docs
r00ster91
-2
/
+10
2022-01-30
Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum
Eric Huss
-1
/
+1
2022-01-28
update cfg(bootstrap)s
Pietro Albini
-1
/
+1
2022-01-24
Make `join!` description more accurate
EFanZh
-1
/
+1
2022-01-07
Also change PhantomData parameter of iter::Empty, and future::Pending
Frank Steffahn
-4
/
+1
2021-12-11
Rollup merge of #91721 - danielhenrymantilla:patch-1, r=joshtriplett
Matthias Krüger
-54
/
+100
2021-12-10
Rollup merge of #91646 - ibraheemdev:patch-9, r=dtolnay
Matthias Krüger
-1
/
+1
2021-12-09
Fix missing `mut` typo
Daniel Henry-Mantilla
-1
/
+1
2021-12-09
Bring back the colon separators for the macro munching.
Daniel Henry-Mantilla
-12
/
+12
2021-12-09
Fix two false positive lints
Daniel Henry-Mantilla
-1
/
+3
2021-12-09
Minor improvements to `future::join!`'s implementation
Daniel Henry-Mantilla
-53
/
+97
2021-12-08
trim down expansion of `core::future::join`
Ibraheem Ahmed
-42
/
+56
2021-12-08
remove implicit .await from `core::future::join`
Ibraheem Ahmed
-49
/
+51
2021-12-07
fix documentation for `core::ready::Ready`
Ibraheem Ahmed
-1
/
+1
2021-12-07
generate `MaybeDone` futures inline `join`
Ibraheem Ahmed
-63
/
+47
2021-12-07
implement `core::future::join`
Ibraheem Ahmed
-0
/
+151
2021-12-02
Code review feedback
Eric Holk
-1
/
+5
2021-11-22
Reintroduce `into_future` in `.await` desugaring
Eric Holk
-0
/
+1
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+1
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-07-29
Rollup merge of #87565 - ibraheemdev:patch-7, r=scottmcm
Yuki Okushi
-1
/
+1
2021-07-28
Use backticks when referring to `core::future::Ready` in panic message
Ibraheem Ahmed
-1
/
+1
2021-05-26
Merge branch 'master' into no-unpin-in-pin-future-impl
Jon Gjengset
-1
/
+1
[next]