Huon Wilson
|
efc71a8bdb
|
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume]().
The first acts on &str and is not nul-terminated, the last two act on strings
that are always null terminated (&'static str, ~str and @str).
|
2013-06-12 12:21:04 +10:00 |
|
Huon Wilson
|
96cd61ad03
|
std: convert {vec,str}::to_owned to methods.
|
2013-06-12 12:21:03 +10:00 |
|
Huon Wilson
|
ed299af625
|
std: remove fold[lr] in favour of iterators
|
2013-06-09 02:22:23 +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 |
|