| Age | Commit message (Expand) | Author | Lines |
| 2013-08-22 | std: support async/threadpool & sync paths in uv_fs_* calls + add sync test | Jeff Olson | -35/+169 |
| 2013-08-22 | std: add read and unlink to low-level FileDescriptor + end-to-end CRUD test | Jeff Olson | -53/+119 |
| 2013-08-22 | std: working tests for low-level libuv open, write and close operations | Jeff Olson | -27/+126 |
| 2013-08-22 | std: bootstrapping libuv-based fileio in newrt... open & close | Jeff Olson | -14/+222 |
| 2013-08-22 | auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwalton | bors | -22/+112 |
| 2013-08-21 | std/extra: changing XXX to FIXME; cleanup | Tim Chevalier | -37/+37 |
| 2013-08-21 | Adjust callbacks in the libraries for the new type of extern fns | Niko Matsakis | -22/+112 |
| 2013-08-21 | auto merge of #8600 : sfackler/rust/http, r=brson | bors | -30/+0 |
| 2013-08-20 | auto merge of #8656 : toddaaro/rust/idle-opt+cleaning, r=brson | bors | -14/+17 |
| 2013-08-20 | auto merge of #8631 : anasazi/rust/homing-io, r=brson | bors | -348/+679 |
| 2013-08-20 | Fixed a memory leak caused by the singleton idle callback failing to close co... | toddaaro | -14/+17 |
| 2013-08-20 | auto merge of #8519 : msullivan/rust/objects, r=catamorphism | bors | -1/+1 |
| 2013-08-20 | auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brson | bors | -302/+386 |
| 2013-08-19 | std: Restore dynamic borrow tracking | Brian Anderson | -12/+43 |
| 2013-08-19 | Make IO thread-safe. | Eric Reed | -660/+653 |
| 2013-08-19 | Homed UDP sockets | Eric Reed | -24/+213 |
| 2013-08-19 | Working homing UDP socket prototype. | Eric Reed | -1/+151 |
| 2013-08-19 | Instruct event loops to ignore SIGPIPE when constructed. | Eric Reed | -0/+1 |
| 2013-08-19 | Do not execute the callback before cleaning up resources. | Eric Reed | -8/+6 |
| 2013-08-19 | Derive Clone for IpAddr and SocketAddr | Eric Reed | -2/+2 |
| 2013-08-19 | Try to fix mac valgrind bot by disabling thread-heavy activities. | Graydon Hoare | -6/+48 |
| 2013-08-19 | clean whitespace :/ | toddaaro | -6/+6 |
| 2013-08-19 | Rangechange the log message truncation limit. | Michael Sullivan | -1/+1 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -15/+254 |
| 2013-08-18 | Delete std::rt::io::net::http | Steven Fackler | -30/+0 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -5/+5 |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -22/+21 |
| 2013-08-18 | More spelling corrections. | Huon Wilson | -2/+2 |
| 2013-08-16 | A round of code cleaning for the primary scheduler code. Comments have been u... | toddaaro | -275/+201 |
| 2013-08-16 | Moved the logic for a pausible idle callback into a new type - PausibleIdleCa... | toddaaro | -96/+103 |
| 2013-08-16 | std::rt: Fix a race in UvRemoteCallback's dtor that misses callbacks | Brian Anderson | -7/+74 |
| 2013-08-16 | std::rt: Touch up idle logic | Brian Anderson | -16/+36 |
| 2013-08-16 | an attempt at a singleton pausible idle callback for each scheduler. suffers ... | toddaaro | -19/+83 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -5/+5 |
| 2013-08-16 | doc: convert remaining uses of core:: to std::. | Huon Wilson | -14/+14 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -6/+5 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -8/+8 |
| 2013-08-13 | auto merge of #8475 : kmcallister/rust/stack_segment, r=brson,brson | bors | -2/+2 |
| 2013-08-13 | Make rt::stack public | Keegan McAllister | -1/+1 |
| 2013-08-13 | auto merge of #8423 : alexcrichton/rust/less-priv-again, r=bstrie | bors | -8/+8 |
| 2013-08-13 | auto merge of #8411 : bblum/rust/assorted-fixes, r=brson | bors | -322/+32 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -8/+8 |
| 2013-08-12 | std: Re-optimize tls access on local allocation path | Brian Anderson | -9/+17 |
| 2013-08-12 | rt::task: Make current_stack_segment public | Keegan McAllister | -1/+1 |
| 2013-08-12 | Clean up transitionary glue in task/spawn.rs. Don't hold kill-little-lock for... | Ben Blum | -8/+6 |
| 2013-08-12 | Fix select() in light of the deschedule...and then race. Close #8347. | Ben Blum | -1/+3 |
| 2013-08-12 | Reorganise Select traits to not expose internal runtime types. Close #5160. P... | Ben Blum | -313/+23 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: merge Iterator and IteratorUtil | Erick Tryzelaar | -2/+1 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -6/+6 |