rust/src/libsyntax
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
..
2013-06-10 23:57:03 +10:00
2013-06-09 02:22:23 +10:00
2013-06-06 14:21:07 -07:00
2013-05-22 21:57:11 -07:00