summary refs log tree commit diff
path: root/src/libstd/io_util.rs
AgeCommit message (Collapse)AuthorLines
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`. ↵Patrick Walton-1/+1
rs=implflipping
2013-01-30RIMOV, round 5Ben Striegel-1/+1
find ./ -type f -name "*.rs" -exec sed -i "s/\&\[mut /\&mut \[/g" {} \;
2013-01-10std: Address XXXes in flatpipesTim Chevalier-0/+61