summary refs log tree commit diff
path: root/src/libstd/rt/io/extensions.rs
AgeCommit message (Expand)AuthorLines
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-2/+1
2013-09-17rt::io: Use vec::reserve_additionalblake2-ppc-1/+1
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-03rt::io: Rename Bytes to ByteIterator and add note about iterationblake2-ppc-8/+14
2013-09-02rt::io: Add Bytes iterator for Readerblake2-ppc-1/+83
2013-08-24auto merge of #8607 : sfackler/rust/extensions, r=brsonbors-123/+122
2013-08-23Rename {Reader,Writer}ByteConversions methodsSteven Fackler-123/+122
2013-08-22Enabled unit tests in std and extra.Vadim Chugunov-2/+0
2013-08-21std/extra: changing XXX to FIXME; cleanupTim Chevalier-25/+26
2013-08-18More spelling corrections.Huon Wilson-1/+1
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-5/+5
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-2/+5
2013-06-28Convert vec::{reserve, reserve_at_least, capacity} to methods.Huon Wilson-1/+1
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-1/+1
2013-06-18std::rt: Work around a dynamic borrowck bugBrian Anderson-3/+2
2013-06-15rm vec::uniq_lenDaniel Micay-1/+2
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-2/+2
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-7/+7
2013-05-23cleanup warnings from libstdErick Tryzelaar-4/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+903