about summary refs log tree commit diff
path: root/src/libstd/old_io
AgeCommit message (Expand)AuthorLines
2015-03-01Auto merge of #22880 - alexcrichton:deprecate-io-extensions, r=huonwbors-0/+4
2015-02-27std: Deprecated the `old_io::extensions` moduleAlex Crichton-0/+4
2015-02-26Check stability of struct fields.Huon Wilson-0/+1
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-4/+7
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-4/+7
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-28/+28
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-4/+5
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-13/+1
2015-02-20Register new snapshotsAlex Crichton-13/+1
2015-02-20try to reduce bajillion warningsAlexis-0/+2
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-1/+13
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-4/+6
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-3/+3
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-3/+3
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-42/+42
2015-02-18std: Implement CString-related RFCsAlex Crichton-16/+16
2015-02-18Fallout: Accepter trait needs phantomdata. This seems like it shouldNiko Matsakis-2/+4
2015-02-18Fallout: remove unused type and region parameters.Niko Matsakis-2/+2
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-42/+42
2015-02-17Test fixes and rebase conflictsAlex Crichton-4/+1
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