about summary refs log tree commit diff
path: root/src/libstd/fileinput.rs
AgeCommit message (Expand)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-11clean up the last bit of warningsCorey Richardson-4/+4
2013-05-11Warning policeTim Chevalier-13/+8
2013-05-10test: Use the new `for` protocolAlex Crichton-0/+60
2013-05-08libstd: Remove mutable fields from fileinput and net_tcpPatrick Walton-2/+2
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-04-04Fix fileinput test failILyoan-1/+1
2013-04-03libstd: make fileinput tests pass.Huon Wilson-3/+5
2013-04-03libstd: implement io::Reader for fileinput.Huon Wilson-126/+271
2013-04-03libstd: implement fileinput.Huon Wilson-0/+464