summary refs log tree commit diff
path: root/src/libstd/old_io
AgeCommit message (Expand)AuthorLines
2015-01-30Remove all `i` suffixesTobias Bucher-8/+8
2015-01-29s/Show/Debug/gJorge Aparicio-25/+25
2015-01-29remove unused importsJorge Aparicio-1/+1
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-24/+24
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-5/+5
2015-01-28Fix up check to bypass internal bufferSteven Fackler-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+12833
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-5/+5
2015-01-27accommodate new scoping rules in libstd unit tests.Felix S. Klock II-1/+1
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-82/+86
2015-01-26Fallout of io => old_ioAlex Crichton-21/+21
2015-01-26std: Rename io to old_ioAlex Crichton-0/+12819