about summary refs log tree commit diff
path: root/library/core/src/pin.rs
AgeCommit message (Expand)AuthorLines
2025-07-04clippy fix: indentationMarijn Schouten-8/+8
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-25Add `sym::macro_pin` diagnostic item for `core::pin::pin!()`Samuel Tardieu-0/+1
2025-06-02Remove more library bootstrapJosh Stone-1/+0
2025-05-20Rollup merge of #141289 - compiler-errors:more-self, r=jhprattMatthias Krüger-1/+1
2025-05-20use Self alias in self types rather than manually substituting itMichael Goulet-1/+1
2025-05-15Rollup merge of #139749 - ruancomelli:docs/library/core/src/pin/fix-typo-nece...Matthias Krüger-5/+5
2025-05-13Format and skip formatting for pinMichael Goulet-0/+2
2025-05-12update cfg(bootstrap)Pietro Albini-12/+0
2025-04-28Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...bors-1/+1
2025-04-20Allow `dangerous_implicit_autorefs` lint in some testsUrgau-1/+1
2025-04-15Implement `pin!()` using `super let`.Mara Bos-102/+35
2025-04-13docs(library/core/src/pin): rewrite for clarityRuan Comelli-5/+5
2025-04-13docs(library/core/src/pin): fix typo "necessarily" -> "necessary"Ruan Comelli-1/+1
2025-04-13Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]Sky-0/+5
2025-04-09update cfgsBoxy-1/+1
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-0/+1
2025-02-25fix doc in library/core/src/pin.rsxizheyin-2/+2
2025-01-24docs: fix typo in std::pin overviewNathan VanBenschoten-2/+2
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