about summary refs log tree commit diff
path: root/src/libstd/old_io
AgeCommit message (Expand)AuthorLines
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-24/+24
2015-03-16remove importsJorge Aparicio-3/+3
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+2
2015-03-16impl<T> [T]Jorge Aparicio-0/+13
2015-03-16impl strJorge Aparicio-1/+7
2015-03-16impl charJorge Aparicio-0/+1
2015-03-15Auto merge of #23206 - nagisa:print-io, r=alexcrichtonbors-14/+0
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-14/+0
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-5/+5
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-24/+24
2015-03-13Fallout of std::old_io deprecationAlex Crichton-25/+5
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-5/+5
2015-03-12std: Stabilize the `io` moduleAlex Crichton-0/+3
2015-03-11Example -> ExamplesSteve Klabnik-39/+39
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-4/+5
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-4/+5
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-5/+5
2015-03-06rollup merge of #22813: alexcrichton/deprecate-netAlex Crichton-0/+10
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+10
2015-03-06Rollup merge of #23079 - alexcrichton:deprecate-process, r=aturonManish Goregaokar-0/+3
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-0/+50
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-0/+3
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-40/+40
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-0/+50
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-0/+56
2015-03-03Switched to Box::new in many places.Felix S. Klock II-4/+7
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-6/+6
2015-03-02core: Audit num module for int/uintBrian Anderson-8/+8
2015-03-02Auto merge of #22797 - alexcrichton:io-stdio, r=aturonbors-4/+4
2015-03-01Auto merge of #22880 - alexcrichton:deprecate-io-extensions, r=huonwbors-0/+4
2015-02-28std: Implement stdio for `std::io`Alex Crichton-4/+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