summary refs log tree commit diff
path: root/src/libstd/rt/io/file.rs
AgeCommit message (Collapse)AuthorLines
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and ↵Huon Wilson-1/+1
.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-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+79
This only changes the directory names; it does not change the "real" metadata names.