about summary refs log tree commit diff
path: root/library/core/src/pin.rs
AgeCommit message (Expand)AuthorLines
2025-01-15fix typo in typenames of pin documentationDJMrTV-2/+2
2024-12-28Fix sentence fragment in `pin` module docsGeoffrey Thomas-1/+1
2024-11-29Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrumbors-11/+11
2024-11-27replace placeholder versionBoxy-11/+11
2024-11-25Fix typos in pin.rsAakarshit Uppal-3/+3
2024-11-20Stabilize const_pin_2George Bateman-2/+4
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-3/+3
2024-10-16Partially stabilize const_pinGeorge Bateman-10/+10
2024-10-08Stabilize Pin::as_deref_mutNoa-1/+1
2024-09-05update cfgsBoxy-1/+1
2024-08-27Fix Pin::set bounds regressionNoa-9/+12
2024-08-25Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel...Matthias Krüger-0/+1
2024-08-24New `#[rustc_pub_transparent]` attributePavel Grigorenko-0/+1
2024-08-23Move into_inner_unchecked back to the bottom of the impl blockNoa-25/+25
2024-08-23Put Pin::as_deref_mut in impl Pin<Ptr>Noa-59/+62
2024-07-31PinCoerceUnsized trait into coreXiangfei Ding-2/+48
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+1
2024-07-26Fix doc nitsJohn Arundel-8/+8
2024-06-07Fix typo in docs for std::pinWalter Kalata-1/+1
2024-05-03Rollup merge of #123480 - Nadrieril:impl-all-derefpures, r=compiler-errorsMatthias Krüger-1/+4
2024-05-01Step bootstrap cfgsMark Rousskov-1/+1
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-1/+1
2024-04-12fix pin.rs typoYuanzhuo Yang-1/+1
2024-04-11Correct broken link in core::pin docTomoki Nakagawa-5/+5
2024-04-05Impl `DerefPure` for more std typesNadrieril-1/+4
2024-03-27chore: fix some commentsxiaoxiangxianzi-1/+1
2024-03-23Fix some typos in the pin.rsHerobs-7/+7
2024-01-16Rename `pointer` field on `Pin`LegionMammal978-20/+26
2024-01-07linkManish Goregaokar-1/+1
2024-01-07Update library/core/src/pin.rsManish Goregaokar-1/+1
2024-01-07clean up structural pinningManish Goregaokar-8/+10
2024-01-07footnote on dropping futuresManish Goregaokar-2/+5
2024-01-07validManish Goregaokar-1/+1
2024-01-07punctuation in parensManish Goregaokar-2/+2
2024-01-07Apply suggestions from code reviewManish Goregaokar-4/+4
2024-01-07Clean up guarantees wordingManish Goregaokar-15/+7
2024-01-07lifetime -> lifespan where relevant. improve docs on as_ref()Manish Goregaokar-6/+6
2024-01-07trim section on managed-box modelGray Olson-9/+4
2024-01-07improve `Pin::new_unchecked` docsGray Olson-10/+16
2024-01-07justify motivation of `Unpin` betterGray Olson-14/+21
2024-01-07improve `Pin` and `Pin::new` docsGray Olson-23/+67
2024-01-07`Pin<P>` -> `Pin<Ptr>`Gray Olson-75/+81
2024-01-07fix typos and edit proseGray Olson-76/+85
2024-01-07edit new section for typos and better wordingGray Olson-16/+21
2024-01-07fix importsGray Olson-6/+5
2024-01-07fix typosGray Olson-4/+4
2024-01-07add section on manual owning ptr managed solution via @kpreidGray Olson-9/+36
2024-01-07improve structural Unpin + formattingGray Olson-8/+10
2024-01-07reword unpin auto impl sectionGray Olson-19/+13
2024-01-07fix link in footnoteGray Olson-3/+3