about summary refs log tree commit diff
path: root/src/libstd/io/net/udp.rs
AgeCommit message (Expand)AuthorLines
2015-01-26std: Rename io to old_ioAlex Crichton-457/+0
2015-01-08Improvements to feature stagingBrian Anderson-10/+10
2015-01-03Remove deprecated functionalityAlex Crichton-156/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-37/+37
2015-01-02std: Stabilize the prelude moduleAlex Crichton-15/+18
2015-01-02More falloutNick Cameron-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-2/+2
2014-12-30Fallout from mut slicesNick Cameron-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-37/+37
2014-12-29std: Stabilize the prelude moduleAlex Crichton-14/+17
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-2/+2
2014-12-27Fix falloutNick Cameron-2/+2
2014-12-23Fix some spelling errors.Huon Wilson-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-11/+11
2014-12-13libstd: use unboxed closuresJorge Aparicio-1/+4
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-0/+7
2014-11-17Fix fallout from coercion removalNick Cameron-30/+30
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-41/+19
2014-11-05Added more documentation on ToSocketAddr traitVladimir Matveev-1/+7
2014-11-05Fixed other tests to pass make checkVladimir Matveev-1/+1
2014-11-05Migrated io::net::udp over to ToSocketAddrVladimir Matveev-14/+9
2014-10-29Rename fail! to panic!Steve Klabnik-16/+16
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-07Put slicing syntax behind a feature gate.Nick Cameron-15/+18
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
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-1/+1
2014-10-01Remove iotest macroAaron Turon-25/+41
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-1/+1
2014-09-25Ignore two I/O tests that are failing on the win32 botBrian Anderson-0/+1
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-03Rename set_broadast() to set_broadcast().Joseph Crail-1/+7
2014-07-02Add `recvfrom` and `sendto`.OGINO Masanori-0/+13
2014-07-02Rename recvfrom -> recv_from, sendto -> send_to.OGINO Masanori-34/+34
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-15Register new snapshotsAlex Crichton-1/+1
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-11/+27
2014-05-15Updates with core::fmt changesAlex Crichton-2/+0
2014-05-11core: Remove the cast moduleAlex Crichton-0/+1
2014-05-08std: Mark timeout methods experimentalAlex Crichton-0/+3