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 |
|
Graydon Hoare
|
d904c72af8
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
Daniel Micay
|
585f5f7f79
|
add IteratorUtil to the prelude
|
2013-06-14 23:15:42 -04:00 |
|
Huon Wilson
|
e8782eeb63
|
fix tests, remove some warnings
|
2013-06-11 02:34:14 +10:00 |
|
Huon Wilson
|
ccd0ac59e9
|
std: remove str::{connect,concat}*.
|
2013-06-10 23:57:03 +10:00 |
|
Huon Wilson
|
1553874149
|
std: convert str::reserve* to methods, and methodise str::push_*.
|
2013-06-10 23:02:55 +10:00 |
|
Huon Wilson
|
b29cd22bce
|
std: replace str::all/any fns and methods with iterators
|
2013-06-10 23:02:54 +10:00 |
|
Alex Crichton
|
395685079a
|
libextra: Require documentation by default
|
2013-05-30 01:03:15 -05: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 |
|