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
/
src
/
libcore
/
future
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-412
/
+0
2020-07-16
Revert "Remove spotlight usage"
Manish Goregaokar
-0
/
+1
2020-07-10
Rollup merge of #72303 - yoshuawuyts:future-poll-fn, r=dtolnay
Manish Goregaokar
-0
/
+70
2020-06-30
Deny unsafe ops in unsafe fns, part 6
LeSeulArtichaut
-1
/
+3
2020-06-25
Adds a clearer message for when the async keyword is missing from a function
Nell Shamrell
-0
/
+1
2020-05-25
Display information about captured variable in `FnMut` error
Aaron Hill
-0
/
+1
2020-05-22
Add core::future::IntoFuture
Yoshua Wuyts
-0
/
+31
2020-05-18
Add core::future::{poll_fn, PollFn}
Yoshua Wuyts
-0
/
+70
2020-05-09
Rollup merge of #70834 - yoshuawuyts:future-pending-ready, r=sfackler
Dylan DPC
-0
/
+110
2020-05-07
Add core::future::{pending,ready}
Yoshua Wuyts
-0
/
+110
2020-04-25
Bump bootstrap compiler
Mark Rousskov
-6
/
+0
2020-04-05
Remove a stack frame from .await calls
Steven Fackler
-5
/
+2
2020-03-17
Add issue reference
Jonas Schievink
-1
/
+1
2020-03-17
Clarify comment
Jonas Schievink
-1
/
+1
2020-03-17
Make `ResumeTy` contents private
Jonas Schievink
-1
/
+1
2020-03-17
Remove useless derives on `GenFuture`
Jonas Schievink
-1
/
+0
2020-03-17
Format
Jonas Schievink
-1
/
+1
2020-03-17
Add futures scaffolding to libcore
Jonas Schievink
-0
/
+79
2020-02-27
Remove spotlight usage
Guillaume Gomez
-1
/
+0
2019-12-31
Revert "core: add IntoFuture trait and support for await"
Wesley Wiser
-28
/
+0
2019-12-27
core: add IntoFuture trait and support for await
Sean McArthur
-0
/
+28
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-2
/
+1
2019-08-02
Futures: Add link to Waker in trait doc.
Bruce Mitchener
-1
/
+3
2019-07-04
Switch master to 1.38
Mark Rousskov
-1
/
+1
2019-06-27
Add suggestion for missing `.await` keyword
Nathan Corbyn
-0
/
+1
2019-05-27
Use .await syntax instead of await!
diwic
-1
/
+1
2019-05-13
Improve the "must use" lint for `Future`
Benjamin Schultzer
-1
/
+1
2019-04-23
Stabilize futures_api
Taylor Cramer
-6
/
+8
2019-04-19
core::future::Future: Fix markup typo in docs.
Jim Blandy
-1
/
+1
2019-04-19
Doc fixes for core::future::Future.
Jim Blandy
-13
/
+13
2019-04-18
libcore => 2018
Taiki Endo
-4
/
+4
2019-04-05
Future-proof the Futures API
Taylor Cramer
-8
/
+10
2019-02-20
Put Future trait into spotlight
Stjepan Glavina
-0
/
+1
2019-02-20
Rollup merge of #58565 - thomaseizinger:typo-future-docs, r=frewsxcv
kennytm
-1
/
+1
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-1
/
+1
2019-02-19
Fix typo in std::future::Future docs
Thomas Eizinger
-1
/
+1
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-1
/
+1
2019-02-12
Merging master
Matthias Einwag
-1
/
+1
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-02-05
review suggestions
Matthias Einwag
-2
/
+4
2019-02-05
Apply more review suggestions
Matthias Einwag
-3
/
+5
2019-02-03
Update the future/task API
Matthias Einwag
-24
/
+12
2019-01-13
Add #[must_use] message to Iterator and Future
Taiki Endo
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+0
2018-12-21
Update Pin API to match the one proposed for stabilization
Taylor Cramer
-1
/
+1
2018-12-10
Add #[must_use] attribute to stdlib traits
Felix Chapman
-0
/
+1
2018-11-10
Fix documentation typos.
Bruce Mitchener
-1
/
+1
2018-09-19
Remove spawning from task::Context
Taylor Cramer
-227
/
+34
2018-09-17
Cleanup and fix method resolution issue
Taylor Cramer
-7
/
+7
2018-09-01
Update to a new pinning API.
Without Boats
-14
/
+40
[next]