| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -23/+25 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -99/+424 |
| 2013-08-09 | auto merge of #8387 : brson/rust/nooldrt, r=brson | bors | -154/+17 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -154/+17 |
| 2013-08-09 | auto merge of #8415 : brson/rust/newrt-local-heap-perf, r=pcwalton,brson | bors | -28/+49 |
| 2013-08-09 | Fix Ipv6Addr to_str for ::1:x.x.x.x addresses | Stepan Koltsov | -1/+8 |
| 2013-08-09 | std: Fix perf of local allocations in newsched | Brian Anderson | -28/+49 |
| 2013-08-08 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -124/+281 |
| 2013-08-08 | auto merge of #8336 : stepancheg/rust/socket-addr-from-str, r=brson | bors | -70/+367 |
| 2013-08-08 | auto merge of #8356 : toddaaro/rust/ws, r=brson | bors | -62/+156 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -8/+28 |
| 2013-08-08 | Enabled workstealing in the scheduler. Previously we had one global work queu... | toddaaro | -62/+156 |
| 2013-08-08 | auto merge of #8245 : alexcrichton/rust/fmt2, r=graydon | bors | -1/+1 |
| 2013-08-07 | (cleanup) Improve rtabort message for atomic-sleep. | Ben Blum | -1/+2 |
| 2013-08-07 | fix recv_ready for Port to take &self and not need to return a tuple. Close #... | Ben Blum | -7/+26 |
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -1/+1 |
| 2013-08-07 | Disable linked failure tests | Brian Anderson | -0/+6 |
| 2013-08-07 | std: Allow spawners to specify stack size | Brian Anderson | -38/+46 |
| 2013-08-07 | std::rt: Pull RUST_MIN_STACK from the environment | Brian Anderson | -3/+32 |
| 2013-08-07 | std::rt: 2MB stacks again | Brian Anderson | -1/+1 |
| 2013-08-07 | std: removed option.take_map{,_default} | Erick Tryzelaar | -5/+5 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -6/+6 |
| 2013-08-07 | std: add result.map_move, result.map_err_move | Erick Tryzelaar | -2/+2 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -19/+56 |