about summary refs log tree commit diff
path: root/src/libstd/io/buffered.rs
AgeCommit message (Expand)AuthorLines
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
2014-05-15std: Modify TempDir to not fail on drop. Closes #12628Brian Anderson-1/+20
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-6/+7
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-3/+3
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-2/+2
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-7/+7
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-4/+4
2014-04-06De-~[] Reader and WriterSteven Fackler-4/+4
2014-03-31std: Switch field privacy as necessaryAlex Crichton-10/+10
2014-03-24auto merge of #13049 : alexcrichton/rust/io-fill, r=huonwbors-3/+3
2014-03-22Some cleanup in std::io::bufferedSteven Fackler-15/+24
2014-03-22std: Add an I/O reader method to fill a bufferAlex Crichton-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-6/+6
2014-03-12Update io iterators to produce IoResultsPalmer Cox-5/+5
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-2/+2
2014-03-01std: Flush when buffered writers are droppedAlex Crichton-14/+25
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-21/+21
2014-02-20Mass rename if_ok! to try!Alex Crichton-6/+6
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-14return value/use extra::test::black_box in benchmarkslpy-2/+2
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-09std::io: Add `Chars` iterator for Buffer.gifnksm-0/+10
2014-02-03std: Fixing all documentationAlex Crichton-7/+6
2014-02-03std: Fix tests with io_error usageAlex Crichton-50/+55
2014-02-03std: Remove io::io_errorAlex Crichton-37/+43
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-1/+1
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-54/+64
2014-01-09Remove eof() from io::ReaderAlex Crichton-25/+8
2014-01-08Remove the io::Decorator traitAlex Crichton-64/+80