| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail... | Erick Tryzelaar | -63/+104 |
| 2013-08-06 | auto merge of #8317 : bblum/rust/fast-spawn-unlinked, r=brson | bors | -5/+8 |
| 2013-08-06 | Use FromStr for IpAddr in rt::uv::net | Stepan Koltsov | -70/+2 |
| 2013-08-06 | auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism | bors | -1/+1 |
| 2013-08-06 | Implement FromStr for IpAddr and SocketAddr | Stepan Koltsov | -0/+365 |
| 2013-08-05 | Lazily initialize 'leaf node' taskgroups for unlinked spawns, for an apparent... | Ben Blum | -0/+4 |
| 2013-08-05 | (cleanup) Uncomment an assertion that now holds. | Ben Blum | -5/+4 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -13/+47 |
| 2013-08-05 | Get rid of some NOTEs. | Michael Sullivan | -1/+1 |
| 2013-08-05 | auto merge of #8303 : brson/rust/tls-magic-wtf, r=brson | bors | -0/+13 |
| 2013-08-05 | std::rt: Use magic to make TLS work from annihilated boxes. #8302 | Brian Anderson | -0/+13 |
| 2013-08-04 | std::rt: Schedule more scheduler callbacks to avoid dropping messages | Brian Anderson | -1/+3 |
| 2013-08-04 | std: Fix newsched logging truncation | Brian Anderson | -4/+17 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -206/+195 |
| 2013-08-04 | std::rt: Remove the test for context() | Brian Anderson | -10/+0 |
| 2013-08-04 | std::rt: Don't allow schedulers to exit before handling all messages | Brian Anderson | -0/+10 |
| 2013-08-04 | std::rt: 3MB stacks! | Brian Anderson | -2/+2 |
| 2013-08-04 | std::rt: Run the tests for Local in a bare thread | Brian Anderson | -36/+45 |
| 2013-08-04 | std::rt: Improve the error message when the thread-local ptr is null | Brian Anderson | -11/+15 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -20/+22 |