about summary refs log tree commit diff
path: root/src/libstd/io/extensions.rs
AgeCommit message (Expand)AuthorLines
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