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
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