index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
clone.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-1
/
+0
2019-09-23
Move `--cfg bootstrap` out of `rustc.rs`
Alex Crichton
-1
/
+1
2019-08-17
Make built-in derives opaque macros
Matthew Jasper
-1
/
+1
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-1
/
+0
2019-08-10
Give built-in macros stable addresses in the standard library
Vadim Petrochenkov
-0
/
+8
2019-04-18
libcore => 2018
Taiki Endo
-2
/
+2
2019-01-01
Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss
bors
-9
/
+20
2018-12-31
Fix inconsistent Clone documentation.
ian
-9
/
+20
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-5
/
+5
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-1
/
+1
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-1
/
+0
2018-04-20
Revert stabilization of `feature(never_type)`.
Felix S. Klock II
-1
/
+1
2018-04-04
Auto merge of #49642 - kennytm:rollup, r=kennytm
bors
-0
/
+1
2018-03-30
Add #[must_use] to a few standard library methods
Scott McMurray
-0
/
+1
2018-03-26
Add #[inline] to Clone impls for primitive types
Francis Gagné
-0
/
+5
2018-03-26
Document builtin implementations of Clone and Copy
Francis Gagné
-5
/
+17
2018-03-26
Move some implementations of Clone and Copy to libcore
Francis Gagné
-0
/
+60
2018-03-23
Mention closures in docs for Clone and Copy
Simon Sapin
-0
/
+5
2017-08-31
Update bootstrap compiler
Alex Crichton
-43
/
+1
2017-08-14
Make `Clone` a lang item and generate builtin impls.
scalexm
-0
/
+3
2017-07-23
Auto merge of #43406 - canndrew:never-impl-clone, r=alexcrichton
bors
-0
/
+1
2017-07-22
Add !: Clone impl
Andrew Cann
-0
/
+1
2017-07-20
std: Cut down #[inline] annotations where not necessary
Alex Crichton
-1
/
+1
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-2
/
+2
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-2
/
+0
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-0
/
+4
2016-09-28
Remove stage0 hacks
Brian Anderson
-7
/
+0
2016-09-15
Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichton
Manish Goregaokar
-3
/
+16
2016-09-11
Improve Clone doc
ggomez
-9
/
+16
2016-09-10
Improve shallow `Clone` deriving
Vadim Petrochenkov
-3
/
+16
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-2
/
+0
2016-05-23
Prefer `ClassName` over `Self` in example trait implementations
Carol (Nichols || Goulding)
-1
/
+1
2016-05-23
"more than 32" => "more than 32 elements"
Carol (Nichols || Goulding)
-2
/
+2
2016-05-23
Emphasize semantic differences of Copy/Clone rather than impl
Carol (Nichols || Goulding)
-3
/
+4
2016-05-23
Shorten, yet clarify, initial summary sentences
Carol (Nichols || Goulding)
-1
/
+3
2016-05-23
Add more detail to `Clone`'s documentation
Carol (Nichols || Goulding)
-1
/
+25
2016-05-23
Add explanations about what derived trait implementations do
Carol (Nichols || Goulding)
-1
/
+2
2016-05-04
implement RFC 1521
Alex Burka
-0
/
+5
2016-04-26
shallow Clone for #[derive(Copy,Clone)]
Alex Burka
-0
/
+11
2016-03-22
Add doc example to clone trait
Guillaume Gomez
-0
/
+23
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2015-11-16
Make note about traits that can be derived
Steve Klabnik
-0
/
+2
2015-09-13
Implement more traits for function pointers
Vadim Petrochenkov
-42
/
+0
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-5
/
+4
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-7
/
+7
2015-04-10
Rollup merge of #24215 - alexcrichton:stabilize-clone-from, r=aturon
Manish Goregaokar
-2
/
+1
2015-04-08
std: Stabilize Clone::clone_from
Alex Crichton
-2
/
+1
2015-04-07
Add Clone impls for extern "C" and unsafe fns
Kevin Ballard
-0
/
+21
2015-03-24
An example for clone
Steve Klabnik
-0
/
+8
[next]