rust/src/libstd
Tim Chevalier f78cdcb636 Removing explicit uses of + mode
This removes most explicit uses of the + argument mode. Pending a
snapshot, I had to remove the forbid(deprecated_modes) pragma from
a bunch of files. I'll put it back!

+ mode still has to be used in a few places for functions that get
moved (see task.rs)

The changes outside core and std are due to the to_bytes trait and
making the compiler (with legacy modes on) agree with the libraries
(with legacy modes off) about modes.
2012-10-02 14:31:39 -07:00
..
arc.rs De-export std::{arc,comm,sync}. Part of #3583. 2012-09-28 16:05:45 -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 std: More demoding 2012-09-28 16:19:38 -07:00
c_vec.rs De-export std::c_vec. Part of Part of #3583. 2012-09-28 17:47:36 -07:00
cell.rs De-export std::{bitv, cell, timer}. Part of #3583. 2012-09-28 14:55:43 -07:00
cmp.rs std: Eliminate deprecated patterns 2012-09-28 00:22:28 -07:00
comm.rs std: Make the DuplexStream constructor public 2012-09-28 22:19:43 -06:00
dbg.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
deque.rs De-export std::deque. Part of #3583. 2012-09-28 17:21:35 -07:00
ebml.rs libstd: Switch off legacy modes in both core and std. 2012-10-02 12:20:06 -07:00
ebml2.rs Add deserializable and more types to serialization2 2012-10-01 20:43:59 -07:00
fun_treemap.rs De-export std::{fun_treemap, list, map}. Part of #3583. 2012-10-02 12:04:49 -07:00
getopts.rs Removing explicit uses of + mode 2012-10-02 14:31:39 -07:00
json.rs Add deserializable and more types to serialization2 2012-10-01 20:43:59 -07:00
list.rs De-export std::{fun_treemap, list, map}. Part of #3583. 2012-10-02 12:04:49 -07:00
map.rs De-export std::{fun_treemap, list, map}. Part of #3583. 2012-10-02 12:04:49 -07:00
md4.rs std: Eliminate deprecated patterns 2012-09-28 00:22:28 -07:00
net.rs libstd: "import" -> "use" 2012-09-04 11:23:53 -07:00
net_ip.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
net_tcp.rs Removing explicit uses of + mode 2012-10-02 14:31:39 -07:00
net_url.rs Removing explicit uses of + mode 2012-10-02 14:31:39 -07:00
par.rs Demode ebml, ebml2, json, par 2012-10-01 12:36:41 -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 Removing explicit uses of + mode 2012-10-02 14:31:39 -07:00
serialization.rs libstd: Switch off legacy modes in both core and std. 2012-10-02 12:20:06 -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 De-export std::{rope,smallintmap}. Part of #3583. 2012-10-01 14:09:09 -07:00
sort.rs std: Eliminate deprecated patterns 2012-09-28 00:22:28 -07:00
std.rc Removing explicit uses of + mode 2012-10-02 14:31:39 -07:00
sync.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -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 De-export std::test. Part of #3583. 2012-10-01 18:00:14 -07:00
time.rs De-export std::{time, prettyprint{,2}, arena}. Part of #3583. 2012-09-28 16:26:33 -07:00
timer.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
treemap.rs std: Eliminate deprecated patterns 2012-09-28 00:22:28 -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-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583. 2012-10-01 18:21:41 -07:00
uv_iotask.rs De-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583. 2012-10-01 18:21:41 -07:00
uv_ll.rs De-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583. 2012-10-01 18:21:41 -07:00