about summary refs log tree commit diff
path: root/src/libstd/io/extensions.rs
AgeCommit message (Expand)AuthorLines
2015-01-26std: Rename io to old_ioAlex Crichton-562/+0
2015-01-03Remove deprecated functionalityAlex Crichton-1/+1
2015-01-03std: fix falloutJorge Aparicio-1/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-7/+7
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-2/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-2/+7
2014-12-05Utilize fewer reexportsCorey Farwell-2/+3
2014-11-18implement Writer for Vec<u8>Daniel Micay-11/+11
2014-11-17Fix fallout from coercion removalNick Cameron-24/+24
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