about summary refs log tree commit diff
path: root/src/libstd/old_io/buffered.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-702/+0
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-2/+2
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-15/+15
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-15/+15
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-16/+16
2015-03-24Added `W: Writer` bound to `BufferedWriter<W>` to avoid specialized `Drop` impl.Felix S. Klock II-9/+9
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+3
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-4/+7
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-3/+3
2015-03-16impl<T> [T]Jorge Aparicio-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-3/+3
2015-03-11Example -> ExamplesSteve Klabnik-3/+3
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-3/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-28Fix up check to bypass internal bufferSteven Fackler-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+697
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-27/+27
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-26std: Rename io to old_ioAlex Crichton-0/+697