about summary refs log tree commit diff
path: root/src/libstd/old_io
AgeCommit message (Expand)AuthorLines
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-5/+5
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-5/+5
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-9/+9
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-28Remove IteratorExtSteven Fackler-6/+6
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-2/+2
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-2/+2
2015-03-27rollup merge of #23749: alexcrichton/remove-old-impl-checkAlex Crichton-16/+19
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-169/+169
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-1/+1
2015-03-27rollup merge of #23752: alexcrichton/remove-should-failAlex Crichton-2/+2
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-2/+2
2015-03-26rustc: Remove support for old_impl_checkAlex Crichton-16/+19
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-169/+169
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-16/+16
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