about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-01-06rollup merge of #19430: pczarn/interp_tt-cleanupAlex Crichton-9/+11
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-2/+2
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+1
2015-01-07Cleanup and followup to PR #17830: parsing changesPiotr Czarnecki-9/+11
2015-01-06Register new snapshotsAlex Crichton-5/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-48/+69
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07falloutNick Cameron-28/+24
2015-01-06Fallout from stabilizationAaron Turon-29/+33
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-48/+69
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-0/+1
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