about summary refs log tree commit diff
path: root/src/libstd/rt/io/mem.rs
AgeCommit message (Expand)AuthorLines
2013-11-11Move std::rt::io to std::ioAlex Crichton-308/+0
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-2/+0
2013-10-24Remove std::io from ebmlAlex Crichton-24/+62
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-7/+7
2013-09-30std: Remove usage of fmt!Alex Crichton-7/+7
2013-09-26Visibility fixesSteven Fackler-10/+10
2013-09-25Some struct visibility fixesSteven Fackler-2/+2
2013-09-06Add with_mem_writer to std::rt::io::mem.Brandon Sanderson-0/+14
2013-09-02Implement BufReaderSteven Fackler-3/+39
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-1/+1
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+221