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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
future
Age
Commit message (
Expand
)
Author
Lines
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
2018-08-23
move PinMut into pin module and export through std
Niv Kaminer
-2
/
+2
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-2
/
+2
2018-07-30
Implement Unpin for FutureObj and LocalFutureObj
Taylor Cramer
-0
/
+3
2018-07-02
Implement `UnsafeFutureObj` for `&mut Future`
Josef Reinhard Brandl
-1
/
+15
2018-07-02
Remove unnecessary `PhantomData` field
Josef Reinhard Brandl
-4
/
+2
2018-07-02
Add explanation for custom trait object
Josef Reinhard Brandl
-1
/
+18
2018-07-02
Fix naming convention issue
Josef Reinhard Brandl
-1
/
+1
2018-07-02
Improve doc comments for `FutureObj`
Josef Reinhard Brandl
-3
/
+4
2018-07-02
`UnsafeFutureObj` impl for `PinMut`
Josef Reinhard Brandl
-3
/
+3
2018-07-02
Add lifetime to `FutureObj`
Josef Reinhard Brandl
-0
/
+282