about summary refs log tree commit diff
path: root/src/libstd/old_io/net
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-3721/+0
2015-04-07std: Deny most warnings in doctestsAlex Crichton-2/+2
2015-04-02Auto merge of #23877 - richo:gardening, r=Manishearthbors-2/+1
2015-04-01std: Unignore a test for #10663Richo Healey-2/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-5/+5
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-1/+1
2015-03-28Remove IteratorExtSteven Fackler-2/+2
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23749: alexcrichton/remove-old-impl-checkAlex Crichton-4/+6
2015-03-26rustc: Remove support for old_impl_checkAlex Crichton-4/+6
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-24/+24
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+9
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-9/+12
2015-03-18Register new snapshotsAlex Crichton-5/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-1/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+1
2015-03-16impl strJorge Aparicio-0/+3
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-7/+7
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+10
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-17/+17
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-6/+6
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-8/+8
2015-02-18std: Implement CString-related RFCsAlex Crichton-3/+3
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-8/+8
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-1/+1
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-101/+101
2015-02-18Update tests for the Send - 'static change.Huon Wilson-1/+1
2015-02-17Fallout from stabilizationAaron Turon-101/+101
2015-02-17openbsd: adapt connect_error testSébastien Marie-1/+3
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
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