about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-7/+9
2015-01-02rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2Alex Crichton-2/+25
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-3/+1
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-2/+4
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-11/+5
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-4/+4
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-219/+234
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-4/+4
2015-01-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-2/+25
2015-01-02std: Stabilize the prelude moduleAlex Crichton-174/+195
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-4/+4
2015-01-01std: Second pass stabilization of syncAlex Crichton-11/+5
2015-01-02More falloutNick Cameron-23/+23
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-35/+35
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-1/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-19/+24
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-3/+4
2014-12-30Fallout from stabilizationAaron Turon-3/+4
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-61/+0
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+3
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-2/+9
2014-12-30Register new snapshotsAlex Crichton-61/+0
2014-12-30std: Re-enable at_exit()Alex Crichton-24/+19
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+3
2014-12-29Test fixes and rebase conflictsAlex Crichton-0/+1
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-12/+17
2014-12-29rollup merge of #20250: ipetkov/derivingAlex Crichton-2/+2
2014-12-29rollup merge of #20231: fhahn/issue-20226-eexistAlex Crichton-0/+13
2014-12-29rollup merge of #20160: nick29581/ranges2Alex Crichton-16/+16
2014-12-29rollup merge of #20042: alexcrichton/second-pass-ptrAlex Crichton-2/+2
2014-12-30Fallout from mut slicesNick Cameron-16/+16
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-218/+235
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-10/+10
2014-12-29std: Stabilize the prelude moduleAlex Crichton-166/+188
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-12/+17
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-2/+9
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-0/+62
2014-12-27auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-15/+32
2014-12-27Fix falloutNick Cameron-5/+5
2014-12-26Derive Clone, PartialEq, and Eq for std::io::{FileAccess, FileMode}Ivan Petkov-2/+2
2014-12-26Implement RaceBox for StdinReaderFlavio Percoco-15/+32
2014-12-25Map EEXIST to PathAlreadyExists error, closes #20226Florian Hahn-0/+13
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-2/+2
2014-12-23Fix some spelling errors.Huon Wilson-5/+5
2014-12-21Fallout of std::str stabilizationAlex Crichton-7/+8
2014-12-21rollup merge of #20077: shepmaster/stdin-typoAlex Crichton-1/+1
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-0/+1
2014-12-21rollup merge of #19932: elszben/masterAlex Crichton-0/+50