about summary refs log tree commit diff
path: root/src/libcore/marker.rs
AgeCommit message (Expand)AuthorLines
2019-03-02Bootstrap compiler update for 1.35 releaseMark Rousskov-1/+1
2019-02-21fix linkRalf Jung-1/+1
2019-02-21tweaks and fix weird spaceRalf Jung-1/+1
2019-02-21Apply suggestions from code reviewMazdak Farrokhzad-2/+2
2019-02-19expand Unpin exampleRalf Jung-3/+5
2019-02-19rewrite pin module introRalf Jung-1/+2
2019-02-19separate section for doubly-linked list, reword projections introRalf Jung-2/+2
2019-02-19apply some of the feedbackRalf Jung-3/+3
2019-02-19improve Pin documentationRalf Jung-3/+9
2019-02-14Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad-2/+2
2019-02-13Convert old doc links to current editionLzu Tao-2/+2
2019-01-27Mark static generators as !UnpinWim Looman-0/+1
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