about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-1/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-15auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichtonbors-1/+0
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-12-13libstd: use unboxed closuresJorge Aparicio-7/+13
2014-12-13Add `Copy` to bitflags-generated structuresValerii Hiora-1/+0
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+17
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-11/+11
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-8/+8
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-3/+3
2014-12-05Utilize fewer reexportsCorey Farwell-2/+4
2014-12-03Back io::stdin with a global singleton BufferedReaderSteven Fackler-4/+4
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-201/+199
2014-11-26/*! -> //!Steve Klabnik-201/+199
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-2/+2
2014-11-26rollup merge of #19273: ogham/rename-file-typesAlex Crichton-7/+6
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-2/+2
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-24Clean up FileType enum following enum namespacingBen S-7/+6
2014-11-18std: Stabilize std::fmtAlex Crichton-7/+5
2014-11-18implement Writer for Vec<u8>Daniel Micay-3/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+7
2014-11-17Fix fallout from coercion removalNick Cameron-5/+5
2014-11-16auto merge of #18788 : ricky26/rust/master, r=aturonbors-11/+24
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-2/+2
2014-11-13Make std::io::Buffer object-safe.Ricky Taylor-11/+24
2014-11-11std: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer}Erick Tryzelaar-2/+37
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-2/+2
2014-11-08Runtime removal: fully remove rtioAaron Turon-13/+2
2014-11-08Runtime removal: refactor fsAaron Turon-0/+1
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-87/+5
2014-11-06rollup merge of #18691 : subhashb/add_clone_trait_to_filetypeAlex Crichton-1/+1
2014-11-06rollup merge of #18605 : Gankro/collect-fruitAlex Crichton-2/+2
2014-11-06Fallout from collection conventionsAlexis Beingessner-2/+2
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-11-06Make Filetype ClonableSubhash Bhushan-1/+1
2014-11-05Fixed other tests to pass make checkVladimir Matveev-2/+2
2014-11-02Add Error impls to a few key error typesAaron Turon-0/+18
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-16/+16
2014-10-30Change extensions traits to blanket implsNick Cameron-4/+16
2014-10-30changes to libsNick Cameron-12/+22
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-28Update code with new lint namesAaron Turon-16/+16
2014-10-13Clean up rustc warnings.NODA, Kai-21/+21
2014-10-09std: Convert statics to constantsAlex Crichton-34/+34
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-7/+7
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-26/+84
2014-10-04Fix infinite recursion in Writer impl for &mut WriterBrian Koropoff-2/+2