about summary refs log tree commit diff
path: root/src/libstd/io/net
AgeCommit message (Expand)AuthorLines
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-3/+3
2014-12-05Utilize fewer reexportsCorey Farwell-8/+11
2014-11-26/*! -> //!Steve Klabnik-21/+13
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-3/+2
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-0/+47
2014-11-25Fallout from stabilizationAaron Turon-3/+2
2014-11-24Don't call drop in tcpstream docsSteve Klabnik-6/+10
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-0/+47
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+6
2014-11-17Fix fallout from coercion removalNick Cameron-150/+150
2014-11-16rollup merge of #18985: alexcrichton/issue-18900Jakub Bukaj-24/+22
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-08Runtime removal: refactor pipes and networkingAaron Turon-213/+94
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
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-6/+3
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-01collections: Remove all collections traitsAlex Crichton-2/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-4/+4
2014-10-30rollup merge of #18443 : alexcrichton/deref-vec-and-stringAlex Crichton-0/+1
2014-10-29collections: impl Deref for Vec/StringAlex Crichton-0/+1
2014-10-29Rename fail! to panic!Steve Klabnik-43/+43
2014-10-28Update code with new lint namesAaron Turon-4/+4
2014-10-25Deprecate UdpStreamJulian Orth-0/+12
2014-10-25Make UdpStream block until the next non-empty msg.Julian Orth-13/+20
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-19/+0
2014-10-16libstd: Remove all uses of {:?}.Luqman Aden-1/+1
2014-10-13Clean up rustc warnings.NODA, Kai-4/+0
2014-10-10improve the performance of the vec![] macroDaniel Micay-1/+0
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-4/+4
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-4/+4
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-18/+15
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-15/+18
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-10-01Remove iotest macroAaron Turon-166/+267
2014-09-30Fix libstdSteven Fackler-1/+1
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-3/+3
2014-09-25Ignore two I/O tests that are failing on the win32 botBrian Anderson-0/+2
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-3/+3
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-4/+12
2014-09-17rollup merge of #17297 : treeman/net-unixAlex Crichton-4/+3
2014-09-16Fallout from renamingAaron Turon-5/+5
2014-09-16Rename std::io::net::unix to std::io::net::pipe.Jonas Hietala-4/+3
2014-08-28auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brsonbors-3/+3