about summary refs log tree commit diff
path: root/src/libstd/io/extensions.rs
AgeCommit message (Expand)AuthorLines
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-11-01collections: Remove all collections traitsAlex Crichton-2/+0
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-30Change extensions traits to blanket implsNick Cameron-3/+0
2014-10-30changes to testsNick Cameron-1/+4
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-13/+11
2014-08-29Register new snapshotsAlex Crichton-19/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+19
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-2/+2
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-04make any_pat! and u64_from_be_bytes_bench_impl! macros hygienicJohn Clements-8/+9
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
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