summary refs log tree commit diff
path: root/src/libcore/marker.rs
AgeCommit message (Expand)AuthorLines
2019-10-25Migrate from `#[structural_match]` attribute a lang-item trait.Felix S. Klock II-0/+87
2019-09-25Snap cfgs to new betaMark Rousskov-1/+0
2019-09-23Move `--cfg bootstrap` out of `rustc.rs`Alex Crichton-1/+1
2019-09-06A few cosmetic improvements to code & comments in liballoc and libcoreAlexander Regueiro-2/+2
2019-08-17Make built-in derives opaque macrosMatthew Jasper-1/+1
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-1/+0
2019-08-10Give built-in macros stable addresses in the standard libraryVadim Petrochenkov-0/+8
2019-07-10Implement Unpin for all raw pointersSteven Fackler-0/+6
2019-07-01Remove needless lifetimesJeremy Stucki-1/+1
2019-06-29Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavusMazdak Farrokhzad-3/+3
2019-06-22Fix one missing `dyn`.CrLF0710-1/+1
2019-06-09Fix more tests after revert of rustdoc cfg(test) featureOliver Middleton-3/+3
2019-04-18libcore => 2018Taiki Endo-4/+4
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