rust/src/libstd
Tim Chevalier 8fc60af441 Remove by-copy mode from std, mostly
One instance remains in net_tcp due to a foreign fn. Lots of
instances remain in serialization.rs, but IIRC that is being removed.

I had to do unholy things to task-perf-word-count-generic to get it
to compile after demoding pipes. I may well have messed up its
performance, but it passes.
2012-10-04 19:59:47 -07:00
..
arc.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
arena.rs De-export std::{time, prettyprint{,2}, arena}. Part of #3583. 2012-09-28 16:26:33 -07:00
base64.rs std: Eliminate deprecated patterns 2012-09-28 00:22:28 -07:00
bitv.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
c_vec.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
cell.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
cmp.rs std: Eliminate deprecated patterns 2012-09-28 00:22:28 -07:00
comm.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
dbg.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
deque.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
ebml.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
ebml2.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
fun_treemap.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
getopts.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
json.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
list.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
map.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
md4.rs std: Eliminate deprecated patterns 2012-09-28 00:22:28 -07:00
net.rs De-export net::*. Part of #3583. 2012-10-03 17:01:32 -07:00
net_ip.rs De-export net::*. Part of #3583. 2012-10-03 17:01:32 -07:00
net_tcp.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
net_url.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
par.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
prettyprint.rs std: Eliminate deprecated patterns 2012-09-28 00:22:28 -07:00
prettyprint2.rs Add deserializable and more types to serialization2 2012-10-01 20:43:59 -07:00
rope.rs Remove uses of + mode from libstd 2012-10-03 14:05:51 -07:00
serialization.rs Fix long line. 2012-10-04 14:08:59 -07:00
serialization2.rs Add deserializable and more types to serialization2 2012-10-01 20:43:59 -07:00
sha1.rs std: Eliminate deprecated patterns 2012-09-28 00:22:28 -07:00
smallintmap.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
sort.rs std: Eliminate deprecated patterns 2012-09-28 00:22:28 -07:00
std.rc Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
sync.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
tempfile.rs Long lines 2012-09-28 02:26:20 -07:00
term.rs std: Eliminate deprecated patterns 2012-09-28 00:22:28 -07:00
test.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
time.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
timer.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
treemap.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
unicode.rs De-mode std::unicode. Part of #3583. 2012-09-28 16:26:18 -07:00
uv.rs De-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583. 2012-10-01 18:21:41 -07:00
uv_global_loop.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
uv_iotask.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00
uv_ll.rs Remove by-copy mode from std, mostly 2012-10-04 19:59:47 -07:00