about summary refs log tree commit diff
path: root/src/libstd/old_io
AgeCommit message (Expand)AuthorLines
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-9/+9
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-2/+2
2015-03-24rollup merge of #23592: alexcrichton/tweak-at-exitAlex Crichton-1/+1
2015-03-24Added `W: Writer` bound to `BufferedWriter<W>` to avoid specialized `Drop` impl.Felix S. Klock II-9/+9
2015-03-25Add trivial cast lints.Nick Cameron-2/+2
2015-03-23rollup merge of #23503: alexcrichton/fix-ptr-docsAlex Crichton-2/+2
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+59
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-1/+1
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-2/+2
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-64/+97
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-64/+97
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-18Register new snapshotsAlex Crichton-35/+0
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-2/+2
2015-03-18Fixed-size byte string literals (RFC 339)Vadim Petrochenkov-1/+2
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