about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-1/+0
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-94/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-9/+9
2015-01-03Register new snapshotsJorge Aparicio-24/+0
2015-01-03std: fix falloutJorge Aparicio-4/+12
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-2/+2
2015-01-02rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2Alex Crichton-2/+25
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-4/+4
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+1
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-1/+1
2015-01-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-2/+25
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+3
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-4/+4
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-30Register new snapshotsAlex Crichton-41/+0
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-2/+2
2014-12-29rollup merge of #20250: ipetkov/derivingAlex Crichton-2/+2
2014-12-29rollup merge of #20160: nick29581/ranges2Alex Crichton-3/+3
2014-12-30Fallout from mut slicesNick Cameron-3/+3
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-2/+2
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-2/+2
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-0/+42
2014-12-26Derive Clone, PartialEq, and Eq for std::io::{FileAccess, FileMode}Ivan Petkov-2/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-3/+4
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-19/+7
2014-12-18Revise std::thread API to join by defaultAaron Turon-2/+3
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+2
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-1/+1
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-1/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-15auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichtonbors-1/+0
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-12-13libstd: use unboxed closuresJorge Aparicio-7/+13
2014-12-13Add `Copy` to bitflags-generated structuresValerii Hiora-1/+0
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+17
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-11/+11
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-8/+8
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-3/+3
2014-12-05Utilize fewer reexportsCorey Farwell-2/+4
2014-12-03Back io::stdin with a global singleton BufferedReaderSteven Fackler-4/+4
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-201/+199
2014-11-26/*! -> //!Steve Klabnik-201/+199
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-2/+2
2014-11-26rollup merge of #19273: ogham/rename-file-typesAlex Crichton-7/+6
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-2/+2
2014-11-25Fallout from stabilizationAaron Turon-1/+1