about summary refs log tree commit diff
path: root/src/libstd/old_io
AgeCommit message (Expand)AuthorLines
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-122/+122
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-1/+1
2015-02-17rollup merge of #22440: semarie/openbsd-connect_errorAlex Crichton-1/+3
2015-02-18Update tests for the Send - 'static change.Huon Wilson-1/+1
2015-02-17Fallout from stabilizationAaron Turon-122/+122
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-1/+1
2015-02-17Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonbors-2/+2
2015-02-17Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonManish Goregaokar-2/+2
2015-02-17Rollup merge of #22404 - semarie:signal_reported_right, r=aturonManish Goregaokar-3/+3
2015-02-17openbsd: adapt connect_error testSébastien Marie-1/+3
2015-02-17Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichtonbors-2/+2
2015-02-16change the signal used to test signal_reported_rightSébastien Marie-3/+3
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-13Rename std::failure to std::panickingKevin Yap-1/+1
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-2/+2
2015-02-11rollup merge of #22127: alexcrichton/stability-holesAlex Crichton-21/+24
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-21/+24
2015-02-11shift bindings to accommodate new lifetime/dtor rules.Felix S. Klock II-2/+4
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-53/+53
2015-02-04Remove unnecessary type casts.Jormundir-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-11/+11
2015-02-04std::os::errno returns platform specific value. fixes #21898Jormundir-2/+2
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+2
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+2
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