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
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
2013-05-15
add DeepClone impl for @T and @mut T with T: Const
Daniel Micay
-11
/
+36
2013-05-15
add a Clone impl for borrowed pointers
Daniel Micay
-0
/
+14
2013-05-15
add a DeepClone trait
Daniel Micay
-7
/
+45
2013-05-15
clone: clarify docstring
Daniel Micay
-2
/
+3
2013-04-08
clone: managed boxes need to clone by shallow copy
Daniel Micay
-11
/
+19
2013-04-05
Move tests inside clone.rs and fixed copyright headers.
Jack Moffitt
-1
/
+22
2013-04-05
Implement Clone for @ and @mut types.
Jack Moffitt
-0
/
+10
2013-03-26
core: Make sure every module at least has a one-line description
Brian Anderson
-2
/
+13
2013-03-15
impl Clone for ~T, ~[T], ~str
Ben Striegel
-0
/
+5
2013-03-09
core: implement Clone for primitive types
Andrew Paseltiner
-0
/
+28
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-01-30
librustc: Change `self` as a type to `Self` everywhere. r=brson
Patrick Walton
-1
/
+1
2013-01-14
Inlining methods/functions in core.
gifnksm
-0
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-27
core: Add Clone trait
Brian Anderson
-0
/
+10