| Age | Commit message (Expand) | Author | Lines |
| 2013-08-20 | auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brson | bors | -7/+82 |
| 2013-08-19 | clean whitespace :/ | toddaaro | -3/+3 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+13 |
| 2013-08-16 | Moved the logic for a pausible idle callback into a new type - PausibleIdleCa... | toddaaro | -18/+72 |
| 2013-08-16 | std::rt: Fix a race in UvRemoteCallback's dtor that misses callbacks | Brian Anderson | -7/+28 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -2/+2 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -1/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -40/+22 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -13/+13 |
| 2013-08-04 | auto merge of #8243 : stepancheg/rust/ipv, r=brson | bors | -35/+17 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -5/+5 |
| 2013-08-03 | Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr | Stepan Koltsov | -35/+17 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -6/+6 |
| 2013-08-01 | fixed incorrect handling of returned scheduler option and restructed schedule... | toddaaro | -1/+1 |
| 2013-08-01 | minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi... | toddaaro | -3/+1 |
| 2013-08-01 | A major refactoring that changes the way the runtime uses TLS. In the | toddaaro | -24/+16 |
| 2013-07-30 | std::rt: Change Thread interface to require an explicit join | Brian Anderson | -1/+2 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -2/+2 |
| 2013-07-25 | libstd: Implement some missing udp methods. | Luqman Aden | -10/+111 |
| 2013-07-25 | libstd: Implement some missing tcp methods. | Luqman Aden | -9/+66 |
| 2013-07-25 | libstd: Get rid of duplication in {peer, socket}_name and remove extra *. | Luqman Aden | -100/+46 |
| 2013-07-25 | libstd: Implement {peer, socket}_name for new rt tcp & udp. | Luqman Aden | -16/+118 |
| 2013-07-22 | std: fix for blocked task resume | Jeff Olson | -2/+2 |
| 2013-07-22 | std: add RtioTimer and UvTimer impl atop rt::uv | Jeff Olson | -0/+63 |
| 2013-07-20 | auto merge of #7908 : anasazi/rust/fix_udp_mut, r=brson | bors | -38/+38 |
| 2013-07-20 | Change the HOF context switchers to pass a BlockedTask instead of a ~Task. | Ben Blum | -12/+12 |
| 2013-07-19 | Missed the methods of UdpWatcher. | Eric Reed | -2/+2 |
| 2013-07-19 | Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t... | Eric Reed | -36/+36 |
| 2013-07-08 | renamed finalize to drop in Drop impl for UvUdpSocket | Eric Reed | -1/+1 |
| 2013-07-08 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -4/+4 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -4/+4 |
| 2013-07-02 | converted TODOs into XXXs | Eric Reed | -7/+7 |
| 2013-07-02 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -1/+4 |
| 2013-07-02 | IPv6 support for UDP and TCP. | Eric Reed | -21/+48 |
| 2013-07-01 | Refactored the runtime to view coroutines as a component of tasks, instead of... | toddaaro | -1/+4 |
| 2013-06-26 | changed NOTE to TODO | Eric Reed | -1/+1 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -3/+3 |
| 2013-06-25 | converted UvUdpSocket into a newtype struct | Eric Reed | -14/+5 |
| 2013-06-25 | satisfy the formatting check | Eric Reed | -2/+2 |
| 2013-06-25 | UDP networking with tests | Eric Reed | -20/+150 |
| 2013-06-19 | socket based UDP io | Eric Reed | -39/+73 |
| 2013-06-17 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -26/+26 |
| 2013-06-17 | Started to implemented UdpStream | Eric Reed | -0/+80 |
| 2013-06-16 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -21/+99 |
| 2013-06-10 | debugged a compiler ICE when merging local::borrow changes into the main io b... | toddaaro | -1/+1 |
| 2013-06-06 | std::rt: Fix a race in the UvRemoteCallback dtor | Brian Anderson | -11/+15 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -14/+14 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -6/+5 |
| 2013-05-30 | core::rt: deny(unused_imports, unused_mut, unused_variable) | Brian Anderson | -4/+1 |