| Age | Commit message (Expand) | Author | Lines |
| 2012-05-24 | rewrite arc to use region & expressions (also making it pass borrowck) | Niko Matsakis | -5/+4 |
| 2012-05-23 | changes to get std passing borrowck | Niko Matsakis | -48/+53 |
| 2012-05-23 | A shareable atomically reference counted pointer wrapper. | Eric Holk | -1/+61 |
| 2012-05-22 | std: Update timer for new kind rules | Brian Anderson | -4/+5 |
| 2012-05-22 | std: high-level libuv-leverage APIs now take a hl_loop as arg (tcp/timer) | Jeff Olson | -34/+55 |
| 2012-05-22 | std: more work on uv tests to endure valgrind's machinations against them | Jeff Olson | -4/+4 |
| 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: add try_parse_addr and change an alt w/ ip_addr::ipv6 to avoid warning | Jeff Olson | -6/+30 |
| 2012-05-22 | std: more docs and some methods for types in net::tcp | Jeff Olson | -4/+66 |
| 2012-05-22 | std: ignoring timer test that seems to be race-failing b/c valgrind | Jeff Olson | -0/+1 |
| 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: reworking how some net and libuv modules are exported in the rc | Jeff Olson | -1/+2 |
| 2012-05-22 | std: tightening up net::tcp, server/client test done, still has races.. | Jeff Olson | -222/+325 |
| 2012-05-22 | std: change sig of uv::ll::accept, again. | Jeff Olson | -1/+1 |
| 2012-05-22 | std: first-pass at a tcp server API, with a basic (non-robust) test | Jeff Olson | -20/+396 |
| 2012-05-22 | std: FIXME stub net::ip::ip_addr::ipv6 variant...needs parse/format impl | Jeff Olson | -0/+4 |
| 2012-05-22 | std: makeing uv::ll::listen/accept use generic params for ptr args | Jeff Olson | -4/+5 |
| 2012-05-22 | std: change tcp_*_result to use result::result.. flatter! | Jeff Olson | -120/+168 |
| 2012-05-22 | std: no longer return uv::ll::err_data records from net::tcp | Jeff Olson | -12/+27 |
| 2012-05-22 | std: impl for high-level tcp client/request workflow | Jeff Olson | -25/+150 |
| 2012-05-22 | std: impl of net::tcp::write and make net::tcp::tcp_socket a resource | Jeff Olson | -18/+126 |
| 2012-05-22 | std: tweak uv::ll::write signature and make it generic/more flexible | Jeff Olson | -4/+6 |
| 2012-05-22 | std: impl for net::tcp::connect | Jeff Olson | -11/+204 |
| 2012-05-22 | std: export net::ip::format_addr | Jeff Olson | -0/+1 |
| 2012-05-22 | std: misc cleanup for uv::ll | Jeff Olson | -6/+20 |
| 2012-05-22 | std: pushing existing code in net.rs -> net_ip.rs and re-import/exporting | Jeff Olson | -47/+80 |
| 2012-05-22 | initial stab at API for std::net::tcp | Jeff Olson | -0/+60 |
| 2012-05-22 | Removing par.rs, since it's not usable now anyway. | Eric Holk | -105/+0 |
| 2012-05-22 | Adding a module with parallel vector operations. | Eric Holk | -0/+105 |
| 2012-05-22 | Send is no longer a subkind of copy. This allows for sendable, but non-copyab... | Eric Holk | -2/+4 |
| 2012-05-22 | impl-ify map | Niko Matsakis | -146/+134 |
| 2012-05-21 | Merge pull request #2413 from erickt/master | Brian Anderson | -1/+18 |
| 2012-05-21 | std: Make timer tests more reliable under valgrind | Brian Anderson | -25/+43 |
| 2012-05-21 | change list so that it must be used in a purely boxed fashion | Niko Matsakis | -10/+12 |
| 2012-05-21 | make list based on boxes | Niko Matsakis | -52/+39 |
| 2012-05-19 | std: Fix a typo | Erick Tryzelaar | -1/+1 |
| 2012-05-19 | expose tzset | Erick Tryzelaar | -0/+17 |
| 2012-05-18 | port smallintmap over to dvec | Niko Matsakis | -28/+18 |
| 2012-05-18 | avoid modifying the variable we are alting over | Niko Matsakis | -11/+8 |
| 2012-05-18 | introduce a few copies here and there | Niko Matsakis | -1/+1 |
| 2012-05-18 | purge ufind | Niko Matsakis | -55/+1 |
| 2012-05-18 | Using const vector slices for more vec functions. | Eric Holk | -1/+2 |
| 2012-05-18 | std: Don't copy hash key until we must | Brian Anderson | -2/+2 |
| 2012-05-17 | Added a method to convert sets to vectors. | Eric Holk | -0/+13 |
| 2012-05-15 | Remove `be` keyword. | Lindsey Kuper | -1/+1 |
| 2012-05-03 | Comment only: Annotate FIXMEs in std::time | Tim Chevalier | -1/+2 |
| 2012-05-03 | Write unicode::icu::UCHAR_INVALID_CODE as -1, removing a FIXME | Tim Chevalier | -3/+1 |