Huon Wilson
|
c0a20d2929
|
Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this
is very common, and the replacement (.iter().transform().collect()) is very
ugly.
|
2013-06-30 21:59:44 +10:00 |
|
Corey Richardson
|
1662bd371c
|
Great renaming: propagate throughout the rest of the codebase
|
2013-06-29 11:20:02 -04:00 |
|
Patrick Walton
|
1c0aa78481
|
librustc: Change "Owned" to "Send" everywhere
|
2013-06-28 10:44:15 -04:00 |
|
Daniel Micay
|
585f5f7f79
|
add IteratorUtil to the prelude
|
2013-06-14 23:15:42 -04:00 |
|
Daniel Micay
|
004816f4c6
|
option: remove redundant old_iter impls
|
2013-06-11 14:06:12 -04:00 |
|
Huon Wilson
|
65c7c58c8f
|
std: remove {all*,any*,count} in favour of iterators
|
2013-06-09 02:22:23 +10:00 |
|
Patrick Walton
|
206ab89629
|
librustc: Stop reexporting the standard modules from prelude.
|
2013-05-29 19:04:53 -07:00 |
|
Patrick Walton
|
f3723cf7c4
|
libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra
|
2013-05-22 21:57:07 -07:00 |
|
Patrick Walton
|
0c820d4123
|
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
This only changes the directory names; it does not change the "real"
metadata names.
|
2013-05-22 21:57:05 -07:00 |
|