about summary refs log tree commit diff
path: root/src/libcore/marker.rs
AgeCommit message (Expand)AuthorLines
2015-04-07doc ignore (fixup #24059)Manish Goregaokar-1/+1
2015-04-07Rollup merge of #24059 - nikomatsakis:issue-22914-phantomdata-docs, r=huonManish Goregaokar-9/+58
2015-04-06Try to improve PhantomData docs with more examplesNiko Matsakis-9/+58
2015-04-03Revert accidental change from stable -> unstable; just meant toNiko Matsakis-4/+4
2015-04-02Remove *most* mentions of phantom fns and variance on traits. Leave someNiko Matsakis-6/+22
2015-04-02Deprecate MarkerTrait and PhantomFn.Niko Matsakis-67/+12
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-3/+4
2015-04-02Rollup merge of #23925 - steveklabnik:gh22914, r=GankroManish Goregaokar-12/+6
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-2/+3
2015-04-01Make the trait Copy extend Clone.Niko Matsakis-1/+1
2015-04-01Add `#[fundamental]` annotations into libcore so that `Sized` and theNiko Matsakis-0/+1
2015-03-31Improvements to PhantomData<T>'s docs 👻Steve Klabnik-12/+6
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-36/+0
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-4/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-36/+0
2015-03-28Fix some typosVadim Petrochenkov-1/+1
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