about summary refs log tree commit diff
path: root/src/libstd/rt/uv
AgeCommit message (Expand)AuthorLines
2013-06-14Added a UdpWatcher and UdpSendRequest with associated callbacksEric Reed-5/+184
2013-06-14added bindings to extract udp handle from udp send requestsEric Reed-4/+12
2013-06-13Corrected libuv UDP bindings.Eric Reed-2/+2
2013-06-13Remove unused importsSteven Stewart-Gallus-2/+0
2013-06-12Added libuv UDP function bindings.Eric Reed-0/+47
2013-06-10debugged a compiler ICE when merging local::borrow changes into the main io b...toddaaro-1/+1
2013-06-10Replace str::raw::buf_as_slice with c_str_to_static_slice. Close #3843.Ben Blum-15/+1
2013-06-06std::rt: Fix a race in the UvRemoteCallback dtorBrian Anderson-11/+15
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-17/+17
2013-06-03rename the Ptr trait to RawPtrDaniel Micay-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-40/+37
2013-05-30core::rt: deny(unused_imports, unused_mut, unused_variable)Brian Anderson-4/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-29Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-77/+271
2013-05-22libstd: Fix merge fallout.Patrick Walton-0/+1218
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+904