rust/src/compiletest
bors 07feeb95c5 auto merge of #7487 : huonw/rust/vec-kill, r=cmr
Continuation of #7430.

I haven't removed the `map` method, since the replacement `v.iter().transform(f).collect::<~[SomeType]>()` is a little ridiculous at the moment.
2013-06-30 21:14:13 -07:00
..
common.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
compiletest.rs Bump version from 0.7-pre to 0.7 2013-06-30 16:36:48 -07:00
errors.rs librustc: Remove the broken overloaded assign-ops from the language. 2013-06-28 10:44:16 -04:00
header.rs add IteratorUtil to the prelude 2013-06-14 23:15:42 -04:00
procsrv.rs Converted vec::map to member. 2013-06-17 08:41:25 -07:00
runtest.rs Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this 2013-06-30 21:59:44 +10:00
util.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00