about summary refs log tree commit diff
path: root/src/libstd/io/mem.rs
AgeCommit message (Expand)AuthorLines
2015-01-26std: Rename io to old_ioAlex Crichton-757/+0
2015-01-21More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-5/+5
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-5/+5
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-2/+2
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-5/+5
2015-01-07use slicing sugarJorge Aparicio-12/+11
2015-01-06Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07falloutNick Cameron-4/+4
2015-01-07Replace full slice notation with index callsNick Cameron-10/+11
2015-01-03Remove deprecated functionalityAlex Crichton-13/+5
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+1
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+3
2015-01-02More falloutNick Cameron-6/+6
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-11/+11
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-2/+2
2014-12-30Fallout from mut slicesNick Cameron-5/+5
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+2
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-2/+2
2014-12-27Fix falloutNick Cameron-1/+1
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