about summary refs log tree commit diff
path: root/src/libstd/old_io
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-13035/+0
2015-04-07std: Deny most warnings in doctestsAlex Crichton-4/+4
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-8/+8
2015-04-02Auto merge of #23877 - richo:gardening, r=Manishearthbors-2/+1
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-12/+12
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-01std: Unignore a test for #10663Richo Healey-2/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-12/+12
2015-04-01Update android tests to reflect API switch from `os::env` to `env::vars`.Felix S. Klock II-1/+1
2015-04-01Test fixes and rebase conflictsAlex Crichton-1/+1
2015-03-31rollup merge of #23863: pnkfelix/arith-oflo-const-evalAlex Crichton-1/+2
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-1/+2
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-11/+11
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-4/+4
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-30/+27
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-3/+3
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-32/+29
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-5/+5
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-11/+11
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-5/+5
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-9/+9
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-8/+8
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