summary refs log tree commit diff
path: root/src/libcore/marker.rs
AgeCommit message (Expand)AuthorLines
2016-01-17Fix spacing style of `T: Bound` in docsUlrik Sverdrup-5/+5
2016-01-07Link Nomicon in PhantomData's docsSteve Klabnik-0/+4
2016-01-04Mention that Sync/Send are automatically derivedSteve Klabnik-0/+4
2015-11-26Mark raw pointer Send and Sync impls ?SizedWilliam Throwe-4/+4
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+19
2015-11-16Make note about traits that can be derivedSteve Klabnik-0/+4
2015-11-12libcore: deny warnings in doctestsKevin Butler-0/+7
2015-11-05Tidy `core::marker` doc summariesAndrew Paseltiner-2/+2
2015-11-05docs for Reflect: blank line after first sentenceBenjamin Herr-5/+6
2015-10-27Implement Default for PhantomDataGleb Kozyrev-0/+7
2015-10-18Document DST parameters on std::marker::SizedStefan O'Rear-0/+11
2015-10-13Correct spelling in docsAndrew Paseltiner-2/+2
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-08-26fix unstable issue ref for UnsizeAlex Burka-1/+1
2015-08-17remove untrue doc from marker.rsAlex Burka-9/+0
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-2/+3
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-1/+1
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-1/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-13/+0
2015-08-05Clarify claims about PhantomData<T>.Steve Klabnik-1/+5
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