about summary refs log tree commit diff
path: root/library/core/src/pin.rs
AgeCommit message (Expand)AuthorLines
2020-10-21Add tracking issue number for pin_static_ref.Mara Bos-2/+2
2020-10-15Add missing `mut`.Mara Bos-1/+1
2020-10-13Reword safety guarantee of Pin::static_{ref,mut}.Mara Bos-6/+6
2020-10-12Add Pin::static_mut.Mara Bos-0/+14
2020-10-12Rename Pin::new_static to Pin::static_ref.Mara Bos-1/+1
2020-10-09Make Pin::new_static const.Mara Bos-1/+2
2020-10-08Add Pin::new_static.Mara Bos-0/+13
2020-09-18Make some methods of `Pin<&mut T>` unstable constChristiaan Dirkx-5/+8
2020-09-13Make some methods of `Pin` unstable constChristiaan Dirkx-11/+16
2020-09-08Capitalize safety commentsFlying-Toast-1/+1
2020-09-06Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAusbors-1/+1
2020-09-02Convert many files to intra-doc linksJoshua Nelson-3/+3
2020-08-30Move to Arc::clone(&x) over x.clone() in library/coreAlexis Bourget-1/+1
2020-08-26apply bootstrap cfgsPietro Albini-1/+1
2020-08-22Use intra-doc-links in `core::{raw, ffi, pin}`LeSeulArtichaut-31/+14
2020-08-17Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items...bors-0/+1
2020-08-16hir: introduce lang items for AST loweringDavid Wood-0/+1
2020-08-13pin docs: add some forward referencesRalf Jung-3/+10
2020-07-27mv std libs to library/mark-0/+833