summary refs log tree commit diff
path: root/src/libstd/io/extensions.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+2
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-2/+2
2014-05-13io: Add .read_at_least() to ReaderKevin Ballard-18/+18
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-5/+6
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-7/+7
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-8/+8
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-5/+5
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-5/+5
2014-04-06De-~[] Reader and WriterSteven Fackler-12/+12
2014-03-31std: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-25libstd: Document the following modules:Patrick Walton-5/+44
2014-03-20std: Rename {push,read}_bytes to {push,read}_exactAlex Crichton-11/+11
2014-03-20rename std::vec -> std::sliceDaniel Micay-4/+4
2014-03-12Update io iterators to produce IoResultsPalmer Cox-12/+17
2014-02-28std: Improve some I/O documentationAlex Crichton-0/+2
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-3/+4
2014-02-09std: Move byteswap functions to memBrian Anderson-3/+3
2014-02-03std: Fix tests with io_error usageAlex Crichton-84/+48
2014-02-03std: Remove io::io_errorAlex Crichton-1/+1
2014-02-01Optimize u64_to_{le,be}_bytesBjörn Steinbrink-28/+14
2014-01-30Prefix _ to unused variables.OGINO Masanori-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-2/+2
2014-01-25Uppercase numeric constantsChris Wong-4/+4
2014-01-21Remove unnecessary parentheses.Huon Wilson-1/+1
2014-01-18Rename iterators for consistencyPalmer Cox-6/+6
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-1/+1
2014-01-12Removed remnants of `@mut` and `~mut` from comments and the type system.Eduard Burtescu-3/+3
2014-01-10std::io: Optimize u64_from_be_bytes()Carl-Anton Ingmarsson-11/+19
2014-01-10std::io: Add tests and benchmarks for u64_from_be_bytes()Carl-Anton Ingmarsson-0/+82
2014-01-09Remove eof() from io::ReaderAlex Crichton-18/+0
2014-01-08Remove the io::Decorator traitAlex Crichton-6/+5
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-4/+5
2014-01-07std: Fill in all missing importsAlex Crichton-0/+1
2014-01-03libsyntax: Fix tests.Patrick Walton-0/+1
2014-01-03libstd: Remove a spurious `@mut` from a disabled testPatrick Walton-2/+3
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-15/+9
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-16/+16
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-4/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+491