about summary refs log tree commit diff
path: root/src/libcore/marker.rs
AgeCommit message (Expand)AuthorLines
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