about summary refs log tree commit diff
path: root/src/libstd/io/net
AgeCommit message (Expand)AuthorLines
2015-01-05std: remove remaining boxed closuresJorge Aparicio-9/+10
2015-01-03Remove deprecated functionalityAlex Crichton-156/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-7/+7
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-2/+2
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-137/+150
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-125/+134
2015-01-02More falloutNick Cameron-9/+9
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-7/+7
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-2/+9
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-5/+8
2014-12-30Fallout from mut slicesNick Cameron-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-135/+152
2014-12-29std: Stabilize the prelude moduleAlex Crichton-122/+130
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-5/+8
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-2/+9
2014-12-27Fix falloutNick Cameron-3/+3
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-2/+2
2014-12-23Fix some spelling errors.Huon Wilson-5/+5
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-18/+7
2014-12-18Revise std::thread API to join by defaultAaron Turon-6/+9
2014-12-18Fallout from new thread APIAaron Turon-3/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-17rollup merge of #19859: alexcrichton/flaky-testAlex Crichton-1/+2
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-14std: Bind port early to make a test more reliableAlex Crichton-1/+2
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-101/+104
2014-12-13libstd: use unboxed closuresJorge Aparicio-25/+35
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+16
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-3/+3
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