about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-01-21More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-12/+12
2015-01-21Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-68/+51
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-1/+2
2015-01-21rollup merge of #21437: FlaPer87/snapshotAlex Crichton-3/+0
2015-01-21rollup merge of #21423: oli-obk/prettier_read_untilAlex Crichton-10/+8
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-5/+5
2015-01-21rollup merge of #21389: retep998/timerAlex Crichton-0/+6
2015-01-21Fallout from stabilization.Aaron Turon-12/+12
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-68/+51
2015-01-20Register snapshot for 9006c3cFlavio Percoco-3/+0
2015-01-21Rollup merge of #21312 - michaelsproul:remove-error-send-bound, r=aturonBarosl LEE-3/+3
2015-01-20prettier Buffer::read_untilOliver Schneider-10/+8
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-5/+5
2015-01-19Impl Send for Timer on WindowsPeter Atashian-0/+6
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-1/+2
2015-01-17Remove Send bound from Error trait.Michael Sproul-3/+3
2015-01-17Evaluate # fn in docsSteve Klabnik-25/+14
2015-01-14use UFCS in `#[deriving(Hash)]`Jorge Aparicio-0/+2
2015-01-14auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankrobors-11/+10
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-17/+17
2015-01-12Initialize memory for BufferedReader bufferSteven Fackler-11/+10
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-17/+17
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