summary refs log tree commit diff
path: root/src/libcore/marker.rs
AgeCommit message (Expand)AuthorLines
2018-04-29Fix some broken links in docs.Eric Huss-0/+2
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-1/+1
2018-03-26Document builtin implementations of Clone and CopyFrancis Gagné-5/+16
2018-03-26Move some implementations of Clone and Copy to libcoreFrancis Gagné-0/+40
2018-03-23Mention closures in docs for Clone and CopySimon Sapin-0/+5
2018-03-19Auto merge of #49058 - withoutboats:pin, r=cramertjbors-0/+10
2018-03-18Update tracking issue.boats-1/+1
2018-03-14Review comment: remove mention of `move` closureEsteban Küber-8/+10
2018-03-14Make hint clearer, with the potential of being wrongEsteban Küber-2/+2
2018-03-14Suggest using `move` when trying to share `...::channel::{Receiver, Sender}`Esteban Küber-0/+8
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-1/+4
2018-03-14Pin and Unpin in libcore.boats-0/+10
2018-02-14Review change - Expanded on explanation.Jacob Hughes-3/+3
2018-02-14Clarified why `Sized` bound not implicit on trait's implicit `Self` type.Jacob Hughes-3/+7
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-17/+3
2017-11-29Update bootstrap compilerAlex Crichton-1/+0
2017-11-24core::marker fix typoLucas Morales-1/+1
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