about summary refs log tree commit diff
path: root/src/libstd/rt/uv/mod.rs
AgeCommit message (Expand)AuthorLines
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+4
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-1/+1
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-6/+6
2013-08-03Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddrStepan Koltsov-2/+2
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-2/+3
2013-07-25libstd: Fix errors when rtdebug! is not a noop.Luqman Aden-1/+1
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-3/+3
2013-07-08Merge remote-tracking branch 'mozilla/master'Brian Anderson-1/+2
2013-07-04Convert vec::{as_imm_buf, as_mut_buf} to methods.Huon Wilson-1/+2
2013-06-25UDP networking with testsEric Reed-4/+2
2013-06-17Merge remote-tracking branch 'upstream/io' into ioEric Reed-27/+10
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-56/+7
2013-06-14Added a UdpWatcher and UdpSendRequest with associated callbacksEric Reed-3/+12
2013-06-13Remove unused importsSteven Stewart-Gallus-2/+0
2013-06-10Replace str::raw::buf_as_slice with c_str_to_static_slice. Close #3843.Ben Blum-15/+1
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-1/+1
2013-06-03rename the Ptr trait to RawPtrDaniel Micay-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-9/+8
2013-05-29Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-56/+7
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+420