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
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
2015-02-14
core: Use int/isize in Clone boilerplate
Brian Anderson
-2
/
+2
2015-01-23
grandfathered -> rust1
Brian Anderson
-5
/
+5
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-7
/
+9
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
Fallout
Nick Cameron
-1
/
+1
2015-01-02
Fix fallout from change, adding explicit `Sized` annotations where necessary.
Niko Matsakis
-1
/
+1
2014-12-24
Fix a typo
Simonas Kazlauskas
-1
/
+1
2014-12-20
Stabilize clone
Aaron Turon
-3
/
+6
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-28
/
+28
2014-11-26
/*! -> //!
Steve Klabnik
-12
/
+10
2014-11-17
DSTify `impl Clone for &T`
Jorge Aparicio
-13
/
+3
2014-09-22
remove references to owned and managed pointers in clone docs
Steve Klabnik
-3
/
+1
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-60
/
+0
2014-06-24
core: Add stability attributes to Clone
Brian Anderson
-0
/
+4
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+2
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-1
/
+1
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-3
/
+4
2014-06-11
rustc: Update how Gc<T> is recognized
Alex Crichton
-6
/
+0
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-1
/
+1
2014-05-13
std: Move the owned module from core to std
Alex Crichton
-17
/
+13
2014-05-07
Test fixes and rebase conflicts
Alex Crichton
-2
/
+3
2014-05-07
core: Get coretest working
Alex Crichton
-0
/
+2
2014-05-07
core: Bring clone tests up to date in style
Alex Crichton
-36
/
+39
2014-05-07
core: Inherit the clone module
Alex Crichton
-0
/
+171
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-184
/
+0
2013-05-20
core: Update clone docs
Brian Anderson
-4
/
+6
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-4
/
+4
2013-05-16
auto merge of #6509 : thestinger/rust/clone, r=nikomatsakis
bors
-0
/
+14
[next]