about summary refs log tree commit diff
path: root/src/libstd/io/mem.rs
AgeCommit message (Expand)AuthorLines
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-3/+2
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-4/+4
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-4/+4
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-13/+13
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-11/+11
2014-12-07auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmrbors-2/+2
2014-12-06auto merge of #19431 : erickt/rust/buf-writer-error, r=alexcrichtonbors-17/+27
2014-12-05Utilize fewer reexportsCorey Farwell-2/+2
2014-12-05rollup merge of #19364: steveklabnik/doc_buffered_readerCorey Richardson-3/+3
2014-12-05std: change BufWriter to return ShortWrite/EndOfFileErick Tryzelaar-17/+27
2014-11-30std: add Reader impl for &[u8]Erick Tryzelaar-0/+61
2014-11-30std: add tests for the Vec<u8> Writer implErick Tryzelaar-0/+12
2014-11-28small doc fixesSteve Klabnik-3/+3
2014-11-23Rename unwrap functions to into_innerAlex Crichton-3/+11
2014-11-18implement Writer for Vec<u8>Daniel Micay-0/+11
2014-11-17Fix fallout from coercion removalNick Cameron-46/+46
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-11-01collections: Remove all collections traitsAlex Crichton-3/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-25Add MemWriter::from_vecSteven Fackler-2/+7
2014-10-13Clean up rustc warnings.NODA, Kai-1/+1
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-11/+11
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-11/+11
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-11/+11
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-13/+25
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-07-29std: Make MemWriter clonableErick Tryzelaar-0/+1
2014-07-29remove seek from std::io::MemWriter, add SeekableMemWriter to librustcErick Tryzelaar-71/+6
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-11Allow writes of length 0 to a full bufferArjan Topolovec-2/+4
2014-07-09auto merge of #15471 : erickt/rust/push_all, r=acrichtobors-5/+49
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-3/+3
2014-07-05std: flesh out MemWriter benchmarksErick Tryzelaar-5/+49
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-4/+4
2014-06-21std: inline many of the Writer/Reader methodsErick Tryzelaar-0/+90
2014-06-18Deprecate the bytes!() macro.Simon Sapin-2/+2
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-3/+3
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-16rustc: Stop leaking enum variants into childrenAlex Crichton-3/+3
2014-05-13io: Add .read_at_least() to ReaderKevin Ballard-6/+6
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+3
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-1/+1