summary refs log tree commit diff
path: root/src/libcore/pin.rs
AgeCommit message (Expand)AuthorLines
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-09-26Remove useless lifetimes from `Pin` `impl`s.Alexander Ronald Altman-5/+5
2018-09-18Cleanup Deref impls and add ?Sized bound to &mut T implsTaylor Cramer-4/+4
2018-09-17Cleanup and fix method resolution issueTaylor Cramer-49/+93
2018-09-01Update to a new pinning API.Without Boats-74/+198
2018-08-25remove copyright headers now that they are not madatoryNiv Kaminer-10/+0
2018-08-23link to items in pin module to std docsNiv Kaminer-2/+2
2018-08-23capitalize and punctuate libcore pin moduleNiv Kaminer-1/+1
2018-08-23fix broken link to Unpin due to reexportNiv Kaminer-1/+1
2018-08-23fix PinMut documentationNiv Kaminer-4/+8
2018-08-23add top-level documentation to the std pin moduleNiv Kaminer-0/+4
2018-08-23move PinMut into pin module and export through stdNiv Kaminer-0/+162