about summary refs log tree commit diff
path: root/library/core/src/clone.rs
AgeCommit message (Expand)AuthorLines
2022-12-07Make some trivial functions `#[inline(always)]`Eduardo Sánchez Muñoz-5/+4
2022-07-01update cfg(bootstrap)sPietro Albini-2/+1
2022-06-07docs: show Clone and Copy on () doc pagesMichael Howell-1/+0
2022-05-30Remove `#[default..]` and add `#[const_trait]`Deadbeef-1/+2
2022-04-05trivial cfg(bootstrap) changesPietro Albini-2/+1
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-1/+4
2021-12-12Make some `Clone` impls `const`woppopo-6/+15
2021-11-08Update Copy/Clone documentation WRT arraysbstrie-1/+0
2021-10-23update cfg(bootstrap)Pietro Albini-1/+1
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-06-10Updates `Clone` docs for `Copy` comparison.qwerty01-1/+1
2021-03-03Fix core testsRyan Levick-0/+1
2021-03-03Fix testsRyan Levick-0/+1
2021-03-03Add tests and support two more noop methodsRyan Levick-2/+1
2021-03-03First version of noop-lintRyan Levick-0/+2
2020-09-01Improve readabilityDenis Vasilik-2/+6
2020-09-01Use intra-doc linksDenis Vasilik-9/+2
2020-07-27mv std libs to library/mark-0/+235