about summary refs log tree commit diff
path: root/src/libstd/old_io/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-1483/+0
2015-03-27rollup merge of #23749: alexcrichton/remove-old-impl-checkAlex Crichton-2/+3
2015-03-26rustc: Remove support for old_impl_checkAlex Crichton-2/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-14/+14
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+5
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-8/+6
2015-03-11Example -> ExamplesSteve Klabnik-4/+4
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-3/+3
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-64/+64
2015-02-17Fallout from stabilizationAaron Turon-64/+64
2015-02-17openbsd: adapt connect_error testSébastien Marie-1/+3
2015-01-31Kill more `isize`sTobias Bucher-3/+3
2015-01-30Test fixes and rebase conflictsAlex Crichton-3/+3
2015-01-30Remove all `i` suffixesTobias Bucher-5/+5
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-7/+7
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+1477
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-1/+1
2015-01-26std: Rename io to old_ioAlex Crichton-0/+1475