summary refs log tree commit diff
path: root/src/libcore/marker.rs
AgeCommit message (Expand)AuthorLines
2015-07-28Replace occurences of illegal in user facing docsSimonas Kazlauskas-1/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-2/+6
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-1/+0
2015-05-20doc: that did not render well, so make it fit in one lineTshepang Lekhonkhobe-3/+2
2015-05-13Remove SNAP commentsNick Cameron-1/+1
2015-05-13eddyb's changes for DST coercionsNick Cameron-0/+8
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-6/+6
2015-05-08fixed a mistakeWei-Ming Yang-1/+1
2015-05-01Remove ManagedSimonas Kazlauskas-10/+0
2015-04-30Add downcasting to std::error::ErrorAaron Turon-0/+2
2015-04-28Register new snapshotsTamir Duberstein-53/+0
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-34/+47
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