about summary refs log tree commit diff
path: root/src/libstd/old_io
AgeCommit message (Expand)AuthorLines
2015-02-03Rename std::path to std::old_pathAaron Turon-6/+6
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-18/+18
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-9/+10
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-2/+2
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-12/+12
2015-02-01std: Add a new `env` moduleAlex Crichton-9/+10
2015-01-31Kill more `isize`sTobias Bucher-4/+4
2015-01-30Test fixes and rebase conflictsAlex Crichton-6/+6
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-8/+8
2015-01-30rollup merge of #21713: alexcrichton/second-pass-fmtAlex Crichton-2/+3
2015-01-30rollup merge of #21736: sfackler/bufread-capacity-fixAlex Crichton-1/+1
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-2/+3
2015-01-30std: Stabilize FromStr and parseAlex Crichton-49/+59
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