about summary refs log tree commit diff
path: root/src/libstd/io/buffered.rs
AgeCommit message (Expand)AuthorLines
2015-01-03Remove deprecated functionalityAlex Crichton-16/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-6/+0
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-01std: Second pass stabilization of syncAlex Crichton-6/+0
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-30Fallout from stabilizationAaron Turon-3/+4
2014-12-30Fallout from mut slicesNick Cameron-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-26Implement RaceBox for StdinReaderFlavio Percoco-0/+6
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-1/+0
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-1/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-10Fix inappropriate ## headingsSteve Klabnik-3/+3
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-5/+5
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-5/+5
2014-12-05Utilize fewer reexportsCorey Farwell-2/+3
2014-11-30std: add Reader impl for &[u8]Erick Tryzelaar-3/+3
2014-11-26rollup merge of #19328: sfackler/buffered-get-mutAlex Crichton-10/+26
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-25Allow mutable access to wrapped internal type in Buffered*Steven Fackler-10/+26
2014-11-23Rename unwrap functions to into_innerAlex Crichton-5/+21
2014-11-18implement Writer for Vec<u8>Daniel Micay-21/+21
2014-11-17Fix fallout from coercion removalNick Cameron-32/+32
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-30auto merge of #18374 : steveklabnik/rust/gh18197, r=sfacklerbors-4/+3
2014-10-29Rename fail! to panic!Steve Klabnik-6/+5
2014-10-28Fix example for BufferedReaderSteve Klabnik-4/+3
2014-10-20Optimize BufferedReader::read for large buffers.Julian Orth-2/+11
2014-10-13Clean up rustc warnings.NODA, Kai-3/+3
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-7/+7
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-7/+7
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-7/+7
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-5/+5
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-09-16Align with _mut conventionsAaron Turon-1/+1
2014-08-28Fallout from stabilizing core::optionAaron Turon-1/+1
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-24/+38
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-06Use byte literals in libstdnham-7/+7
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-06-18Deprecate the bytes!() macro.Simon Sapin-2/+2
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-6/+6
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1