about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
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
2014-10-25Add MemWriter::from_vecSteven Fackler-2/+7
2014-10-25Deprecate UdpStreamJulian Orth-0/+12
2014-10-25Make UdpStream block until the next non-empty msg.Julian Orth-13/+20
2014-10-20auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturonbors-19/+0
2014-10-20auto merge of #18108 : mahkoh/rust/buffered_reader, r=alexcrichtonbors-2/+11
2014-10-20Optimize BufferedReader::read for large buffers.Julian Orth-2/+11
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-19/+0
2014-10-17auto merge of #17998 : rapha/rust/master, r=alexcrichtonbors-15/+60
2014-10-16libstd: Remove all uses of {:?}.Luqman Aden-2/+2
2014-10-16impl Buffer for ChanReaderRaphael Speyer-15/+60
2014-10-13Clean up rustc warnings.NODA, Kai-41/+38
2014-10-10Register new snapshotsAlex Crichton-8/+6
2014-10-10improve the performance of the vec![] macroDaniel Micay-1/+0
2014-10-09std: Convert statics to constantsAlex Crichton-38/+38
2014-10-07Remove use of `final` and `override` (now reserved)John Gallagher-1/+1
2014-10-07Rename slice::SliceNick Cameron-3/+3
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-15/+18
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-42/+41
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-60/+118
2014-10-04Fix infinite recursion in Writer impl for &mut WriterBrian Koropoff-2/+2
2014-10-03rollup merge of #17739 : eddyb/fix-process-testAlex Crichton-26/+0
2014-10-03Fix a race condition between remove_from_env and other io::process tests.Eduard Burtescu-26/+0
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+1