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
/
pin.rs
Age
Commit message (
Expand
)
Author
Lines
2019-01-07
Reborrow Pin<P> using &mut in `Pin::set`
Taylor Cramer
-2
/
+2
2018-12-27
Fix typo in pin documentation
Sean Griffin
-1
/
+1
2018-12-21
Fix Unpin docs link
Taylor Cramer
-1
/
+1
2018-12-21
Rename Box/Arc/Rc::pinned to ::pin
Taylor Cramer
-1
/
+1
2018-12-21
Pin stabilization: fix doctests
Taylor Cramer
-3
/
+1
2018-12-21
Stabilize Pin
Taylor Cramer
-20
/
+20
2018-12-21
Update Pin API to match the one proposed for stabilization
Taylor Cramer
-19
/
+14
2018-12-20
Stabilize `Rc`, `Arc` and `Pin` as method receivers
Michael Hewson
-1
/
+4
2018-12-12
Rename Pinned marker type to PhantomPinned
Taylor Cramer
-4
/
+7
2018-12-12
Expand documantation for std::pin module
Taylor Cramer
-15
/
+22
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-09
Fix docstring spelling mistakes
Daniel Alley
-2
/
+2
2018-11-01
Replace CoerceSized trait with DispatchFromDyn
Michael Hewson
-4
/
+3
2018-11-01
Add CoerceSized impls throughout libstd
Michael Hewson
-1
/
+8
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-09-26
Remove useless lifetimes from `Pin` `impl`s.
Alexander Ronald Altman
-5
/
+5
2018-09-18
Cleanup Deref impls and add ?Sized bound to &mut T impls
Taylor Cramer
-4
/
+4
2018-09-17
Cleanup and fix method resolution issue
Taylor Cramer
-49
/
+93
2018-09-01
Update to a new pinning API.
Without Boats
-74
/
+198
2018-08-25
remove copyright headers now that they are not madatory
Niv Kaminer
-10
/
+0
2018-08-23
link to items in pin module to std docs
Niv Kaminer
-2
/
+2
2018-08-23
capitalize and punctuate libcore pin module
Niv Kaminer
-1
/
+1
2018-08-23
fix broken link to Unpin due to reexport
Niv Kaminer
-1
/
+1
2018-08-23
fix PinMut documentation
Niv Kaminer
-4
/
+8
2018-08-23
add top-level documentation to the std pin module
Niv Kaminer
-0
/
+4
2018-08-23
move PinMut into pin module and export through std
Niv Kaminer
-0
/
+162