about summary refs log tree commit diff
path: root/src/libstd/old_io/net
AgeCommit message (Expand)AuthorLines
2015-02-04remove all kind annotations from closuresJorge Aparicio-10/+10
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-31Kill more `isize`sTobias Bucher-3/+3
2015-01-30Test fixes and rebase conflictsAlex Crichton-4/+4
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-5/+5
2015-01-30std: Stabilize FromStr and parseAlex Crichton-49/+59
2015-01-30Remove all `i` suffixesTobias Bucher-5/+5
2015-01-29s/Show/Debug/gJorge Aparicio-7/+7
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-14/+14
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+3688
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-2/+2
2015-01-26std: Rename io to old_ioAlex Crichton-0/+3679