| Age | Commit message (Expand) | Author | Lines |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -1/+1 |
| 2012-07-03 | core: Eliminate some overloading of the name "future" in future.rs | Patrick Walton | -3/+3 |
| 2012-07-02 | std: Ignore a test that doesn't terminate on windows | Brian Anderson | -0/+1 |
| 2012-07-02 | Merge remote-tracking branch 'brson/uv' | Brian Anderson | -534/+605 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -29/+27 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -24/+24 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -22/+22 |
| 2012-06-29 | std: cleanups, post-rebase | Jeff Olson | -0/+1 |
| 2012-06-29 | std/rt: cleanup and adding sockaddr_in6 mapping for win32 | Jeff Olson | -1/+2 |
| 2012-06-29 | std: fix errors from recent rebase and vec expr/type syntax update | Jeff Olson | -23/+21 |
| 2012-06-29 | std: addressing #2656 (ipv6 support in net::tcp) | Jeff Olson | -25/+43 |
| 2012-06-29 | std: whitespace/comment clean | Jeff Olson | -8/+3 |
| 2012-06-29 | std: net::ip::get_addr is working w/ happy path test. needs more. | Jeff Olson | -9/+7 |
| 2012-06-29 | WIP set aside unshift | Jeff Olson | -1/+3 |
| 2012-06-29 | std: getting uv_ip6_* utils working in uv::ll | Jeff Olson | -3/+1 |
| 2012-06-29 | std: adding uv::ll::ip4_name and refactored net::ip to use it | Jeff Olson | -6/+14 |
| 2012-06-29 | core: str::as_slice is unneeded, yay! fixes std::net::tcp socket_buf test | Jeff Olson | -7/+5 |
| 2012-06-29 | std: test impl for using tcp_socket_buf and its reader/writer impls. fails. | Jeff Olson | -5/+91 |
| 2012-06-29 | std: renaming impl for tcp_socket and reshuffle/cleanup for tcp_socket_buf | Jeff Olson | -5/+3 |
| 2012-06-29 | std: finish impl of io::writer for tcp_socket_buf | Jeff Olson | -4/+7 |
| 2012-06-29 | std: rework signature of tcp::write common impl to make io::writer possible | Jeff Olson | -1/+1 |
| 2012-06-29 | std: add buffered wrapper to tcp_socket + io::reader impl. no tests, yet. | Jeff Olson | -0/+106 |
| 2012-06-29 | std: doc and misc cleanup in net::tcp | Jeff Olson | -21/+35 |
| 2012-06-29 | std: EADDRINUSE and EACCES err tests for tcp server + more cleanup | Jeff Olson | -322/+278 |
| 2012-06-29 | std: factor main body of tcp::listen into reusable listen_common | Jeff Olson | -5/+19 |
| 2012-06-29 | std: some cleanup in net::tcp rename listen_to_conn->listen | Jeff Olson | -29/+30 |
| 2012-06-29 | std: dump the tcp::new_listener server API | Jeff Olson | -202/+7 |
| 2012-06-29 | std: mod cleanup, impl/test for conn. refused err + mem leak fix | Jeff Olson | -35/+100 |
| 2012-06-29 | std: import/export cleanup in net_tcp | Jeff Olson | -41/+45 |
| 2012-06-26 | libstd: Work around some metadata infelicities that are causing problems in r... | Patrick Walton | -6/+7 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -24/+24 |
| 2012-06-25 | Merge | Tim Chevalier | -8/+8 |
| 2012-06-22 | core: Name is_failure to is_err, is_success to is_ok | Brian Anderson | -8/+8 |
| 2012-06-22 | Change resources to classes in libstd and rustc | Tim Chevalier | -32/+41 |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -21/+14 |
| 2012-06-04 | Machine types are different from int/uint, etc (Issue #2187) | Eric Holk | -4/+5 |
| 2012-05-25 | Get rid of many implicit copies as a preliminary to Issue #2448. | Michael Sullivan | -4/+4 |
| 2012-05-25 | std: Rename uv::hl to uv::iotask. Additional cleanup | Brian Anderson | -37/+39 |
| 2012-05-24 | std: FIXME's and cleanups for uv | Brian Anderson | -3/+11 |
| 2012-05-24 | remove dead assignments | Niko Matsakis | -2/+1 |
| 2012-05-22 | std: high-level libuv-leverage APIs now take a hl_loop as arg (tcp/timer) | Jeff Olson | -19/+33 |
| 2012-05-22 | std: more work on uv tests to endure valgrind's machinations against them | Jeff Olson | -3/+3 |
| 2012-05-22 | std:: adding tcp::read fn as simple, blocking read operation, akin to write | Jeff Olson | -90/+219 |
| 2012-05-22 | std: adding tcp::write_future for non-block tcp writes, docs cleanup | Jeff Olson | -44/+52 |
| 2012-05-22 | std: several minor cleanups wrt codereview.. see extended comments | Jeff Olson | -31/+26 |
| 2012-05-22 | std: more docs and some methods for types in net::tcp | Jeff Olson | -4/+66 |
| 2012-05-22 | std: splitting out tcp server API + tests | Jeff Olson | -100/+226 |
| 2012-05-22 | std: splitting out tcp server API WIP | Jeff Olson | -79/+293 |
| 2012-05-22 | std: tightening up net::tcp, server/client test done, still has races.. | Jeff Olson | -221/+324 |
| 2012-05-22 | std: first-pass at a tcp server API, with a basic (non-robust) test | Jeff Olson | -19/+395 |