rust/src/libextra
Brian Anderson 7755018074 Revert "std: convert {vec,str}::to_owned to methods."
This fixes the strange random crashes in compile-fail tests.

This reverts commit 96cd61ad03.

Conflicts:
	src/librustc/driver/driver.rs
	src/libstd/str.rs
	src/libsyntax/ext/quote.rs
2013-06-13 19:06:47 -07:00
..
num Revert "std: convert {vec,str}::to_owned to methods." 2013-06-13 19:06:47 -07:00
terminfo std: convert str::replace to a method. 2013-06-12 12:21:04 +10:00
arc.rs clean-up unused import warnings 2013-06-10 23:15:01 +10:00
arena.rs librustc: Disallow multiple patterns from appearing in a "let" declaration. 2013-06-04 21:45:42 -07:00
base64.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
bitv.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
c_vec.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
comm.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
dbg.rs libextra: Require documentation by default 2013-05-30 01:03:15 -05:00
deque.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
dlist.rs std: remove fold[lr] in favour of iterators 2013-06-09 02:22:23 +10:00
ebml.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
fileinput.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
flate.rs remove unused import warnings 2013-06-09 02:22:23 +10:00
flatpipes.rs Revert "std: convert {vec,str}::to_owned to methods." 2013-06-13 19:06:47 -07:00
fun_treemap.rs Remove copy bindings from patterns. 2013-05-30 15:20:36 -04:00
future.rs std::cell: Modernize constructors 2013-06-04 12:03:58 +02:00
getopts.rs Revert "std: convert {vec,str}::to_owned to methods." 2013-06-13 19:06:47 -07:00
io_util.rs libextra: Require documentation by default 2013-05-30 01:03:15 -05:00
json.rs std: convert str::reserve* to methods, and methodise str::push_*. 2013-06-10 23:02:55 +10:00
list.rs std: remove fold[lr] in favour of iterators 2013-06-09 02:22:23 +10:00
md4.rs Revert "std: convert {vec,str}::to_owned to methods." 2013-06-13 19:06:47 -07:00
net.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
net_ip.rs std: replace str::each_split* with an iterator 2013-06-10 23:02:54 +10:00
net_tcp.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
net_url.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
par.rs option: remove redundant old_iter impls 2013-06-11 14:06:12 -04:00
priority_queue.rs cmp: remove duplicate free functions 2013-06-09 20:47:40 -04:00
rc.rs std::cell: Modernize constructors 2013-06-04 12:03:58 +02:00
rl.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
rope.rs std: convert str::replace to a method. 2013-06-12 12:21:04 +10:00
semver.rs fix tests, remove some warnings 2013-06-11 02:34:14 +10:00
serialize.rs Implement unimplemented methods in ebml 2013-05-31 00:28:17 -05:00
sha1.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
smallintmap.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
sort.rs remove deprecated vec::{is_empty, len} functions 2013-06-08 23:19:30 -04:00
stats.rs Revert "std: convert {vec,str}::to_owned to methods." 2013-06-13 19:06:47 -07:00
std.rc remove unused import warnings 2013-06-09 02:22:23 +10:00
sync.rs remove unused import warnings 2013-06-09 02:22:23 +10:00
task_pool.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
tempfile.rs std: replace str::{starts,ends}_with with the method. 2013-06-11 01:03:24 +10:00
term.rs libsyntax: Remove pub impl from the language 2013-06-04 21:45:42 -07:00
test.rs std: remove str::contains in favour of the method 2013-06-10 23:02:55 +10:00
time.rs Revert "std: convert {vec,str}::to_owned to methods." 2013-06-13 19:06:47 -07:00
timer.rs Remove 'this could be clearer' FIXME. Looks fine. Close #2618. 2013-06-10 17:51:02 -04:00
treemap.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
unicode.rs libextra: Require documentation by default 2013-05-30 01:03:15 -05:00
uv.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
uv_global_loop.rs Remove unnecessary 'use' forms 2013-05-30 13:08:18 -07:00
uv_iotask.rs libextra: Require documentation by default 2013-05-30 01:03:15 -05:00
uv_ll.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
workcache.rs std::cell: Modernize constructors 2013-06-04 12:03:58 +02:00