bors
704f93ff5e
auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonw
...
I found awkward to have `MutableCloneableVector` and `CloneableIterator` on the one hand, and `CopyableVector` etc. on the other hand.
The concerned traits are:
* `CopyableVector` --> `CloneableVector`
* `OwnedCopyableVector` --> `OwnedCloneableVector`
* `ImmutableCopyableVector` --> `ImmutableCloneableVector`
* `CopyableTuple` --> `CloneableTuple`
2014-01-29 17:01:39 -08:00
Scott Lawrence
25e7e7f807
Removing do keyword from libstd and librustc
2014-01-29 09:15:41 -05:00
Virgile Andreani
8a71b53e6c
Rename CopyableVector to CloneableVector
2014-01-28 23:51:52 +01:00
Alex Crichton
a18282c3d0
Remove eof() from io::Reader
2014-01-09 09:27:10 -08:00
Erick Tryzelaar
daf4fa720c
std: remove some test warnings
2013-12-26 15:11:59 -05:00
Alex Crichton
f89b61ba3a
Get comm_adapters building again
...
I accidentally removed this module from compilation awhile back, this adds it
back in.
Closes #11076
2013-12-19 15:42:44 -08:00
Alex Crichton
529e268ab9
Fallout of rewriting std::comm
2013-12-16 17:47:11 -08:00
Huon Wilson
f97040a93b
std::vec: remove unnecessary count parameter on {bytes,
...
raw}::copy_memory.
Slices carry their length with them, so we can just use that
information.
2013-12-15 22:23:11 +11:00
Raphael Speyer
7168d715a5
Implement PortReader and ChanWriter
2013-12-10 04:20:39 +11:00
Kiet Tran
1755408d1a
Remove dead codes
2013-12-08 02:55:28 -05:00
Alex Crichton
49ee49296b
Move std::rt::io to std::io
2013-11-11 20:44:07 -08:00