Graydon Hoare
|
d904c72af8
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
gareth
|
d22f417c74
|
Add IterBytes impls for float/f32/f64. This allows creating
HashMaps with floats as keys.
|
2013-06-15 17:58:38 +01:00 |
|
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 |
|
Alex Crichton
|
007651cd26
|
Require documentation by default for libstd
Adds documentation for various things that I understand.
Adds #[allow(missing_doc)] for lots of things that I don't understand.
|
2013-05-30 01:02:55 -05:00 |
|
Erick Tryzelaar
|
1965d72957
|
core: remove iter_bytes helper functions
|
2013-05-23 17:48:16 -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 |
|