about summary refs log tree commit diff
path: root/src/libcore/pin.rs
AgeCommit message (Expand)AuthorLines
2019-09-27pin.rs: fix links to primitives in documentationrusty-snake-0/+2
2019-09-17Update src/libcore/pin.rsTaiki Endo-1/+1
2019-09-17Add an example to Pin::as_mutTaiki Endo-0/+21
2019-09-17Rollup merge of #64531 - taiki-e:pin-self, r=CentrilMazdak Farrokhzad-9/+9
2019-09-17Use shorthand syntax in the self parameter of methods of PinTaiki Endo-9/+9
2019-09-17Elide lifetimes in `Pin<&(mut) Self>`Taiki Endo-2/+2
2019-08-28Stabilize pin_into_inner in 1.39.0Alessandro Ghedini-2/+2
2019-08-10Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=CentrilMazdak Farrokhzad-8/+2
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-8/+2
2019-08-08remove confusing remarkRalf Jung-1/+1
2019-08-08move of packed fields might or might not occur when they actually are suffici...Ralf Jung-1/+2
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-1/+1
2019-07-04Add missing type links in Pin documentationGuillaume Gomez-63/+81
2019-06-19nitsRalf Jung-2/+4
2019-06-19Apply suggestions from code reviewRalf Jung-4/+4
2019-06-16make example code typecheck at leastRalf Jung-3/+11
2019-06-16keep links in local crate where possibleRalf Jung-9/+9
2019-06-16minor editsRalf Jung-9/+9
2019-06-15mention that overwrite-without-drop also violates the drop guarantee, and lin...Ralf Jung-8/+14
2019-06-15explain better that structural pinning is a per-field choiceRalf Jung-29/+102
2019-06-07libcore/pin: Minor grammar corrections for module documentationThomas Bracht Laumann Jespersen-20/+21
2019-05-08pin: make the to-module link more visibleRalf Jung-1/+1
2019-04-24Add Pin::{into_inner,into_inner_unchecked}Wim Looman-0/+34
2019-04-19libcore: deny more...Mazdak Farrokhzad-3/+3
2019-04-18libcore => 2018Taiki Endo-4/+4
2019-04-13Expand note on mutable referencesChris Gregory-1/+4
2019-04-12Add comment that field projectin also works with mutable fieldsChris Gregory-5/+6
2019-04-11Remove [mut] syntax in pin docsChris Gregory-9/+9
2019-03-19Rollup merge of #58939 - taeguk:fix-doc-about-pin, r=rkruppeMazdak Farrokhzad-1/+1
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-1/+1
2019-03-05Fix a tiny error in documentation of std::pin.Taeguk Kwon-1/+1
2019-03-03Auto merge of #58866 - kennytm:rollup, r=kennytmbors-1/+1
2019-03-02Bootstrap compiler update for 1.35 releaseMark Rousskov-1/+1
2019-02-28Fixed a syntax error in the pin docsAlex Gaynor-1/+1
2019-02-21take a bit more space for new_unchecked examplesRalf Jung-4/+10
2019-02-21this is for you, tidyRalf Jung-2/+2
2019-02-21explain unsafeRalf Jung-2/+2
2019-02-21we only list some examples of basic typesRalf Jung-1/+1
2019-02-21tweaks and fix weird spaceRalf Jung-1/+1
2019-02-21Apply suggestions from code reviewMazdak Farrokhzad-37/+40
2019-02-21final pin projections tweakingRalf Jung-27/+23
2019-02-21more pin projections tweakingRalf Jung-10/+17
2019-02-20expand pinning projectionsRalf Jung-38/+41
2019-02-20tweak pinning projectionsRalf Jung-12/+21
2019-02-20tweaksRalf Jung-14/+15
2019-02-19improve wordingRalf Jung-2/+2
2019-02-19improve linked list -> drop transitionRalf Jung-5/+6
2019-02-19please the mericless tidy, oh tidyRalf Jung-1/+1
2019-02-19mention interaction with Deref in introRalf Jung-9/+38
2019-02-19examplesRalf Jung-1/+3