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
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
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-2
/
+1
2021-03-28
Remove P: Unpin bound on impl Future for Pin
Jon Gjengset
-2
/
+2
2021-03-15
Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`
Camelid
-1
/
+2
2020-12-02
Use more std:: instead of core:: in docs for consistency, add more intra doc ...
Alexis Bourget
-5
/
+5
2020-11-26
Fix new 'unnecessary trailing semicolon' warnings
Aaron Hill
-1
/
+1
2020-11-05
Fix even more URLs
Guillaume Gomez
-1
/
+1
2020-09-22
Update library functions with stability attributes
Dylan MacKenzie
-0
/
+1
2020-09-18
Apply suggestions from code review
Poliorcetics
-3
/
+3
2020-09-17
Move to intra doc links in core/src/future
Alexis Bourget
-6
/
+0
2020-09-15
Fix stabilization marker for future_readiness_fns
Yoshua Wuyts
-12
/
+12
2020-09-12
Auto merge of #74328 - yoshuawuyts:stabilize-future-readiness-fns, r=sfackler
bors
-14
/
+23
2020-09-08
Capitalize safety comments
Flying-Toast
-1
/
+1
2020-08-27
Remove unnecessary intra-doc link
Camelid
-1
/
+0
2020-08-27
Use intra-doc links in `core::future::future`
Camelid
-6
/
+5
2020-08-26
apply bootstrap cfgs
Pietro Albini
-3
/
+3
2020-08-25
Stabilize future readiness fns
Yoshua Wuyts
-14
/
+23
2020-08-16
hir: introduce lang items for AST lowering
David Wood
-0
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+412
[prev]