about summary refs log tree commit diff
path: root/library/core/src/pin.rs
AgeCommit message (Expand)AuthorLines
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
2024-01-07improve `Pin` struct docs and add examplesGray Olson-8/+89
2024-01-07improve intro and discussion of pinning as library contractGray Olson-39/+59
2024-01-07improve intro and `Unpin`-related discussionGray Olson-47/+113
2024-01-07update doubly linked list commentary and fix linksGray Olson-19/+26
2024-01-07fix one more broken linkGray Olson-1/+1
2024-01-07fix broken linksGray Olson-2/+2
2024-01-07Fix examples, finish polishingGray Olson-48/+87
2024-01-07mostly doneGray Olson-348/+359
2024-01-07Rewrite `Pin<P>` docs to clarify guarantees and usesMiguel Young de la Sota-214/+605
2023-12-10remove redundant importssurechen-2/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-2/+1
2023-10-20Fix stage0 core testsOli Scherer-1/+3
2023-10-20s/generator/coroutine/Oli Scherer-7/+7
2023-10-20s/Generator/Coroutine/Oli Scherer-7/+7
2023-09-23Clarify example in `Pin::new_unchecked` docsFZs-1/+4
2023-05-18Document `Pin` memory layoutJules Bertholet-0/+2
2023-03-16Beautify pin! docsest31-16/+19
2023-01-25Set version placeholders to 1.68Mark Rousskov-1/+1
2023-01-14Fix some missed double spaces.André Vennberg-2/+2
2023-01-11Stabilize `::{core,std}::pin::pin!`Daniel Henry-Mantilla-7/+3
2022-12-19docs: improve pin docsch-iv-1/+35
2022-11-22Rollup merge of #103396 - RalfJung:pinning-closure-captures, r=dtolnayMatthias Krüger-2/+55
2022-10-22Pin::new_unchecked: discuss pinning closure capturesRalf Jung-2/+55
2022-10-20Update tests to match error message changesb4den-1/+1
2022-05-05Fix the generator example for `pin!()`mbartlett21-3/+4
2022-04-10Fix formatting error in pin.rs docsnyanpasu64-1/+1
2022-03-06fix pin doc typocsmoe-1/+1
2022-02-23Rollup merge of #94128 - mqy:master, r=Dylan-DPCMatthias Krüger-2/+2
2022-02-20Update pin_static_ref stabilization version.Eric Huss-2/+2
2022-02-20Rollup merge of #93580 - m-ou-se:stabilize-pin-static-ref, r=scottmcmMatthias Krüger-2/+2