about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-01-12auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichtonbors-3/+3
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-3/+3
2015-01-10Implement Show for types in std::io::{buffered,util}Steven Fackler-10/+46
2015-01-09Merge pull request #20699 from vhbit/ios-archsbors-8/+21
2015-01-09iOS: fixed test buildValerii Hiora-8/+21
2015-01-08Improvements to feature stagingBrian Anderson-31/+31
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-33/+31
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-9/+1
2015-01-07use slicing sugarJorge Aparicio-33/+31
2015-01-07register new snapshotsJorge Aparicio-9/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-4/+4
2015-01-07Register new snapshotsAlex Crichton-9/+1
2015-01-06More test fixesAlex Crichton-31/+31
2015-01-06Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-29/+33
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