about summary refs log tree commit diff
path: root/src/libstd/io_util.rs
AgeCommit message (Expand)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-60/+0
2013-05-08libcore: Remove more mutable fields from commPatrick Walton-2/+2
2013-05-08libstd: Remove mutable fields from flatpipes and io_utilPatrick Walton-4/+4
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-1/+1
2013-03-07De-implicit-self libstdBen Striegel-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-02-15libstd: Get rid of `move`.Luqman Aden-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-01-30RIMOV, round 5Ben Striegel-1/+1
2013-01-10std: Address XXXes in flatpipesTim Chevalier-0/+61