about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-01-07Replace full slice notation with index callsNick Cameron-30/+32
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-4/+8
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-4/+4
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-1/+1
2015-01-05rollup merge of #20507: alexcrichton/issue-20444Alex Crichton-43/+59
2015-01-05rollup merge of #20488: ltratt/nondeterministic_tempdirAlex Crichton-30/+44
2015-01-06FalloutNick Cameron-4/+4
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-1/+1
2015-01-05std: remove remaining boxed closuresJorge Aparicio-12/+15
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-3/+3
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-1/+4
2015-01-05std: Redesign c_str and c_vecAlex Crichton-43/+59
2015-01-05Make temporary directory names non-deterministic.Laurence Tratt-30/+44
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-298/+13
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-31/+31
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03Register new snapshotsJorge Aparicio-24/+0
2015-01-03std: fix falloutJorge Aparicio-10/+22
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-2/+2
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