| Age | Commit message (Expand) | Author | Lines |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -6/+6 |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -2/+2 |
| 2013-07-11 | Work around stage0 to remove '@' requirements from TLS | Alex Crichton | -5/+5 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -1571/+5074 |
| 2013-07-09 | Change the elements in the task-local map to be actual key-value pairs | Alex Crichton | -1/+1 |
| 2013-07-09 | std::rt: Ignore 0-byte udp reads | Brian Anderson | -0/+7 |
| 2013-07-09 | std::rt: Do local tests in a bare thread to not interfere with the scheduler | Brian Anderson | -21/+30 |
| 2013-07-09 | remove the unused exchange_malloc `align` parameter | Daniel Micay | -2/+2 |
| 2013-07-09 | std: Make os::set_exit_status work with newsched | Brian Anderson | -1/+31 |
| 2013-07-09 | std::rt: size_t, not u64 | Brian Anderson | -2/+2 |
| 2013-07-08 | Tidy | Brian Anderson | -10/+14 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -11/+7 |
| 2013-07-08 | Merge remote-tracking branch 'anasazi/io' | Brian Anderson | -686/+1512 |
| 2013-07-08 | std::rt: Add a hack to allocate different test port ranges to different bots | Brian Anderson | -2/+44 |
| 2013-07-08 | changed .each() to .iter().advance() | Eric Reed | -10/+10 |
| 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 | -117/+145 |
| 2013-07-08 | remove headers from exchange allocations | Daniel Micay | -3/+2 |
| 2013-07-08 | add a temporary vector_exchange_malloc lang item | Daniel Micay | -0/+8 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -121/+148 |
| 2013-07-04 | Convert vec::{as_imm_buf, as_mut_buf} to methods. | Huon Wilson | -1/+2 |
| 2013-07-02 | converted TODOs into XXXs | Eric Reed | -8/+7 |
| 2013-07-02 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -555/+377 |
| 2013-07-02 | IPv6 support for UDP and TCP. | Eric Reed | -131/+768 |
| 2013-07-02 | A missing ! made it so that the testcase schedule_home_states was throwing sp... | toddaaro | -1/+1 |
| 2013-07-01 | removed unnecessary import that slipped in during merge | toddaaro | -1/+0 |
| 2013-07-01 | merging task/coroutine refactoring back into upstream | toddaaro | -19/+18 |
| 2013-07-01 | Refactored the runtime to view coroutines as a component of tasks, instead of... | toddaaro | -542/+362 |
| 2013-06-30 | pass exchange_malloc an alignment, not a tydesc | Daniel Micay | -7/+2 |
| 2013-06-30 | global_heap: inline get_box_size and align_to | Daniel Micay | -0/+2 |
| 2013-06-30 | global_heap: inline malloc_raw and add realloc_raw | Daniel Micay | -1/+13 |
| 2013-06-30 | add a closure_exchange_malloc lang item | Daniel Micay | -0/+14 |
| 2013-06-30 | stop initializing ref_count in exchange_alloc | Daniel Micay | -1/+21 |
| 2013-06-30 | simplify the exchange allocator | Daniel Micay | -53/+41 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -2/+5 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -9/+9 |
| 2013-06-28 | std: silence some test warnings. | Huon Wilson | -2/+2 |
| 2013-06-28 | Convert vec::{reserve, reserve_at_least, capacity} to methods. | Huon Wilson | -1/+1 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -2/+2 |
| 2013-06-26 | std::rt: Some cleanup | Brian Anderson | -20/+18 |
| 2013-06-26 | changed NOTE to TODO | Eric Reed | -5/+5 |
| 2013-06-26 | cleaned up uv/net | Eric Reed | -68/+32 |
| 2013-06-26 | converted TCP interface to newtype structs | Eric Reed | -24/+9 |
| 2013-06-26 | removed unecessary method | Eric Reed | -3/+1 |
| 2013-06-26 | auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr | bors | -2/+2 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -13/+13 |
| 2013-06-25 | Deny common lints by default for lib{std,extra} | Alex Crichton | -2/+2 |
| 2013-06-25 | Converted UdpSocket into a newtype struct and (dis)connecting uses move seman... | Eric Reed | -27/+12 |
| 2013-06-25 | converted UvUdpSocket into a newtype struct | Eric Reed | -14/+5 |
| 2013-06-25 | changed outdated match on IpAddr | Eric Reed | -4/+2 |