about summary refs log tree commit diff
path: root/src/libcore/marker.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Fix doc tests.Niko Matsakis-0/+1
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-0/+42
2015-03-23rollup merge of #23484: alexcrichton/marker-trait-stableAlex Crichton-0/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-20Check trait unsafety for defaulted traitsFlavio Percoco-2/+2
2015-03-20Add default impls for Send/SyncFlavio Percoco-0/+4
2015-03-18std: Stabilize marker::MarkerTraitAlex Crichton-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-2/+2
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-09Auto merge of #23219 - Manishearth:rollup, r=Manishearthbors-8/+3
2015-03-08Clean up references to opt-out traitsSteve Klabnik-8/+3
2015-03-08Adds an example for PhantomData<T>.Pyry Kontio-1/+39
2015-02-25Change MarkerTrait to be invariant. This is a (small) loss of expressiveness,Niko Matsakis-1/+7
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-0/+8
2015-02-22Add negative impls for SyncFlavio Percoco-0/+2
2015-02-22Add negative impls for `*const T` and `*mut T`Flavio Percoco-0/+6
2015-02-20Register new snapshotsAlex Crichton-28/+0
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-3/+3
2015-02-18Round 3 test fixes and conflictsAlex Crichton-0/+7
2015-02-18Stabilize Send/Sync.Niko Matsakis-4/+2
2015-02-18Add deprecated versions of the old markers and integrate them back into the v...Niko Matsakis-0/+37
2015-02-18WIP -- improve documentation on the phantom traitsNiko Matsakis-5/+71
2015-02-18Introduce the new phantomdata/phantomfn markers and integrate themNiko Matsakis-210/+85
2015-02-17Register new snapshotsAlex Crichton-2/+2
2015-02-18Add Send implementations for `&` and `&mut`.Huon Wilson-0/+8
2015-02-18Remove the implicit `'static` bound on `Send`.Huon Wilson-0/+10
2015-02-11Add core::marker::PhantomData.Felix S. Klock II-0/+18
2015-02-07Auto merge of #21995 - leejunseok:fix_invariant_ex, r=steveklabnikbors-5/+6
2015-02-05added example back in, with a modified, (hopefully) improved descriptionJunseok Lee-0/+14
2015-02-05removed weird exampleJunseok Lee-13/+0
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-2/+0
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+6
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-21/+0
2015-01-23grandfathered -> rust1Brian Anderson-3/+3
2015-01-23Set unstable feature names appropriatelyBrian Anderson-14/+14
2015-01-22core::marker: s/task/thread/P1start-3/+3
2015-01-22Add `#[rustc_on_unimplemented]` annotations to more traitsP1start-0/+3
2015-01-21Remove 'since' from unstable attributesBrian Anderson-14/+14
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-17/+31
2015-01-20Register snapshot for 9006c3cFlavio Percoco-19/+0
2015-01-17Beef up Copy documentationSteve Klabnik-0/+98
2015-01-17Evaluate # fn in docsSteve Klabnik-2/+1
2015-01-16Remove NoSend/NoSyncFlavio Percoco-0/+2
2015-01-07markers -> markerNick Cameron-0/+314