about summary refs log tree commit diff
path: root/src/libcore/marker.rs
AgeCommit message (Expand)AuthorLines
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-21Pin stabilization: fix doctestsTaylor Cramer-1/+0
2018-12-21Stabilize PinTaylor Cramer-5/+5
2018-12-12Rename Pinned marker type to PhantomPinnedTaylor Cramer-4/+4
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-4/+4
2018-12-04Also make immutable references to non-freeze restricted value range types unsafeOliver Scherer-1/+1
2018-11-10make PhantomData #[structural_match].Mazdak Farrokhzad-0/+1
2018-10-10Custom E0277 diagnostic for `Path`Esteban Küber-0/+1
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-5/+5
2018-09-01Update to a new pinning API.Without Boats-4/+4
2018-08-23link to items in pin module to std docsNiv Kaminer-2/+2
2018-08-23adjust PinMut import in Unpin docsNiv Kaminer-1/+2
2018-08-23link Unpin to pin module documentationNiv Kaminer-0/+2
2018-08-23reexport Unpin into pin moduleNiv Kaminer-1/+1
2018-08-23fix link to PinMutNiv Kaminer-1/+1
2018-08-21Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJungkennytm-1/+1
2018-08-21Rollup merge of #53104 - nivkner:unpin_doc, r=RalfJungkennytm-4/+24
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-1/+1
2018-08-17clarify use of Unpin and pinning typesNiv Kaminer-2/+4
2018-08-16add example for moving out of pointerNiv Kaminer-4/+15
2018-08-07remove general pinning information from Unpin traitNiv Kaminer-88/+9
2018-08-07fix style issues in doc commentNiv Kaminer-12/+14
2018-08-06fix link to PinBoxNiv Kaminer-1/+1
2018-08-06correct explenation on the usage of NonNullNiv Kaminer-1/+1
2018-08-06expand the documentation on the `Unpin` traitNiv Kaminer-5/+89
2018-08-05Fix doc link (again)Felix Rabe-1/+1
2018-07-17Fix doc linkFelix Rabe-1/+1
2018-07-10Fix typo in error message E0277Rémy Rakic-1/+1
2018-06-29Implement Unpin for referencesTaylor Cramer-0/+6
2018-06-19Update message for `!Sized` typesEsteban Küber-2/+2
2018-06-19Add link to book for `Sized` errorsEsteban Küber-1/+3
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-2/+8
2018-06-01Replace `if` with `if and only if` in the definition dox of `Sync`CrLF0710-1/+1
2018-05-22Add Pinned type for opting out of Unpin on stableTaylor Cramer-0/+10
2018-05-22Make `Unpin` safe to implementTaylor Cramer-1/+1
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-1/+0
2018-05-07Unpin: Fix references to Pin typeRalf Jung-4/+4
2018-04-29Fix some broken links in docs.Eric Huss-0/+2
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-1/+1
2018-03-26Document builtin implementations of Clone and CopyFrancis Gagné-5/+16
2018-03-26Move some implementations of Clone and Copy to libcoreFrancis Gagné-0/+40
2018-03-23Mention closures in docs for Clone and CopySimon Sapin-0/+5
2018-03-19Auto merge of #49058 - withoutboats:pin, r=cramertjbors-0/+10
2018-03-18Update tracking issue.boats-1/+1
2018-03-14Review comment: remove mention of `move` closureEsteban Küber-8/+10
2018-03-14Make hint clearer, with the potential of being wrongEsteban Küber-2/+2
2018-03-14Suggest using `move` when trying to share `...::channel::{Receiver, Sender}`Esteban Küber-0/+8
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-1/+4
2018-03-14Pin and Unpin in libcore.boats-0/+10