summary refs log tree commit diff
path: root/src/libcore/marker.rs
AgeCommit message (Expand)AuthorLines
2017-11-07Remove `send` lang item.leonardo.yvens-1/+1
2017-11-03auto trait future compatibility lintleonardo.yvens-0/+6
2017-09-28Normalize spaces in lang attributes.Havvy-1/+1
2017-06-23Removed as many "```ignore" as possible.kennytm-1/+1
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-2/+2
2017-06-05doc rewordingking6cong-1/+1
2017-05-24fix broken link to nomicon in Unsize docsSam Whited-1/+1
2017-04-29Update stage0 bootstrap compilerAlex Crichton-1/+1
2017-04-20rustc: replace interior_unsafe with a Freeze trait.Eduard-Mihai Burtescu-0/+17
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-2/+2
2017-02-21Get linkchecker cleanSteve Klabnik-2/+2
2017-01-24Remove Reflectest31-56/+0
2017-01-10Rollup merge of #38816 - Manishearth:coercion-doc, r=GuillaumeGomezSeo Sanghyeon-1/+14
2017-01-04Add more docs for CoerceUnsized and UnsizeManish Goregaokar-1/+14
2017-01-04simplify Copy implementation error reportingAriel Ben-Yehuda-4/+2
2016-11-10Add missing urls for marker's traitsGuillaume Gomez-21/+21
2016-10-21Fix a few links in the docsOliver Middleton-2/+2
2016-10-12Deprecate `Reflect`Nick Cameron-0/+3
2016-09-15Tweak std::marker docsKeegan McAllister-155/+268
2016-09-11Improve Copy trait docggomez-16/+35
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-5/+0
2016-08-01Add Derive not possible question to CopyRyan Scheel (Havvy)-0/+6
2016-05-23Reorder `Copy` doc sectionsCarol (Nichols || Goulding)-20/+20
2016-05-23Make `Derivable` header be an h2 instead of an h1Carol (Nichols || Goulding)-1/+1
2016-05-23Add explanations about what derived trait implementations doCarol (Nichols || Goulding)-1/+2
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