about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+18
2014-11-17Fix fallout from coercion removalNick Cameron-294/+294
2014-11-16Fix warningsJakub Bukaj-1/+1
2014-11-16rollup merge of #18985: alexcrichton/issue-18900Jakub Bukaj-24/+22
2014-11-16rollup merge of #18976: bjz/rfc369-numericsJakub Bukaj-3/+2
2014-11-16auto merge of #18788 : ricky26/rust/master, r=aturonbors-11/+24
2014-11-16Move FromStr to core::strBrendan Zabarauskas-3/+2
2014-11-15std: Fix a flaky test on OSX 10.10Alex Crichton-24/+22
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-3/+38
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 ttyAaron Turon-14/+12
2014-11-08Runtime removal: refactor timerAaron Turon-11/+8
2014-11-08Runtime removal: refactor processAaron Turon-78/+150
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-245/+120
2014-11-08Runtime removal: refactor fsAaron Turon-224/+95
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-87/+5
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
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-3/+3
2014-11-06Fallout from collection conventionsAlexis Beingessner-3/+3
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-15/+15
2014-11-06Make Filetype ClonableSubhash Bhushan-1/+1
2014-11-05Fixed not compiling code in docstringVladimir Matveev-2/+2
2014-11-05Added more documentation on ToSocketAddr traitVladimir Matveev-3/+92
2014-11-05Fixed tidy errorsVladimir Matveev-3/+3
2014-11-05Fixed other tests to pass make checkVladimir Matveev-8/+5
2014-11-05Migrated io::net::udp over to ToSocketAddrVladimir Matveev-20/+34
2014-11-05Switched io::net::tcp to use ToSocketAddrVladimir Matveev-227/+130
2014-11-05Added ToSocketAddr traitVladimir Matveev-0/+151
2014-11-03std: Fix fallout of changing `#[deriving(Clone)]`Jorge Aparicio-1/+0
2014-11-03auto merge of #18463 : japaric/rust/bytes2, r=alexcrichtonbors-1/+1
2014-11-02Add Error impls to a few key error typesAaron Turon-0/+18
2014-11-01Remove unnecessary allocationsJorge Aparicio-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-11/+2
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-23/+23
2014-10-30rollup merge of #18443 : alexcrichton/deref-vec-and-stringAlex Crichton-1/+2
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-1/+1
2014-10-30auto merge of #18374 : steveklabnik/rust/gh18197, r=sfacklerbors-4/+3
2014-10-30Change extensions traits to blanket implsNick Cameron-17/+18
2014-10-30changes to testsNick Cameron-2/+5
2014-10-30changes to libsNick Cameron-14/+32
2014-10-29collections: impl Deref for Vec/StringAlex Crichton-1/+2
2014-10-29Rename fail! to panic!Steve Klabnik-99/+98
2014-10-28Fix example for BufferedReaderSteve Klabnik-4/+3
2014-10-28Update code with new lint namesAaron Turon-23/+23
2014-10-27rollup merge of #18329 : sfackler/memwriter-clearAlex Crichton-2/+7