| Age | Commit message (Expand) | Author | Lines |
| 2013-07-20 | iterator: Let closure-less iterators derive Clone | blake2-ppc | -0/+8 |
| 2013-07-20 | iterator: Add .cycle() to repeat an iterator | blake2-ppc | -0/+49 |
| 2013-07-20 | auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brson | bors | -81/+84 |
| 2013-07-20 | str: Implement Container for ~str, @str and Mutable for ~str | blake2-ppc | -1/+51 |
| 2013-07-20 | option: Add .chain_mut_ref() | blake2-ppc | -0/+11 |
| 2013-07-20 | option: Title-case `Some` and `None` in docs and fail messages | blake2-ppc | -12/+12 |
| 2013-07-20 | auto merge of #7710 : michaelwoerister/rust/WP4, r=jdm | bors | -741/+2728 |
| 2013-07-20 | auto merge of #7886 : msullivan/rust/default-methods, r=pcwalton | bors | -615/+383 |
| 2013-07-20 | auto merge of #7884 : pcwalton/rust/check-loans-and-inside-at, r=graydon | bors | -17/+18 |
| 2013-07-20 | auto merge of #7858 : bblum/rust/kill, r=brson | bors | -1254/+1979 |
| 2013-07-20 | auto merge of #7419 : catamorphism/rust/default-package, r=graydon | bors | -70/+210 |
| 2013-07-20 | Use Option .take() or .take_unwrap() instead of util::replace where possible | blake2-ppc | -45/+32 |
| 2013-07-20 | Fix warnings in stdtest and extratest. Maybe somebody will care. | Ben Blum | -3/+0 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -78/+60 |
| 2013-07-20 | Add watched and indestructible spawn modes. | Ben Blum | -4/+121 |
| 2013-07-20 | Rename TCB to Taskgroup | Ben Blum | -15/+16 |
| 2013-07-20 | Enable taskgroup code for newsched spawns. | Ben Blum | -5/+36 |
| 2013-07-20 | Fix linked failure tests to block forever instead of looping around yield. | Ben Blum | -29/+13 |
| 2013-07-20 | (cleanup) impl TaskSet | Ben Blum | -39/+46 |
| 2013-07-20 | (cleanup) Don't check taskgroup generation monotonicity unless cfg(test). | Ben Blum | -16/+16 |
| 2013-07-20 | (cleanup) Modernize taskgroup code for the new borrow-checker. | Ben Blum | -61/+20 |
| 2013-07-20 | Replace *rust_task ptrs in taskgroup code with TaskHandle, for transitioning ... | Ben Blum | -128/+219 |
| 2013-07-20 | Add option::take(), the building block of the option::take_* family. | Ben Blum | -3/+9 |
| 2013-07-20 | Stash a spare kill flag inside tasks, to save two atomic xadds in the blockin... | Ben Blum | -37/+87 |
| 2013-07-20 | Add tests for task killing and blocking. | Ben Blum | -0/+140 |
| 2013-07-20 | Add test::with_test_task() convenience function. | Ben Blum | -1/+11 |
| 2013-07-20 | Change the HOF context switchers to pass a BlockedTask instead of a ~Task. | Ben Blum | -60/+102 |
| 2013-07-20 | Add BlockedTask (wake, try_block, etc) in kill.rs. | Ben Blum | -2/+95 |
| 2013-07-20 | Do a task-killed check at the start of task 'timeslices'. | Ben Blum | -1/+38 |
| 2013-07-20 | Implement KillHandle::kill() and friends (unkillable, atomically). Close #6377. | Ben Blum | -37/+227 |
| 2013-07-20 | Add tests for KillHandle | Ben Blum | -0/+140 |
| 2013-07-20 | Remove join_latch | Ben Blum | -654/+0 |
| 2013-07-20 | Add kill::Death for task death services and use it in Task. | Ben Blum | -22/+79 |
| 2013-07-20 | Add KillHandle and implement exit code propagation to replace join_latch | Ben Blum | -3/+134 |
| 2013-07-20 | Add UnsafeAtomicRcBox::try_unwrap() | Ben Blum | -1/+68 |
| 2013-07-20 | Reimplement ARC::unwrap() and friends. | Ben Blum | -27/+283 |
| 2013-07-20 | Add AtomicOption::fill() and AtomicOption::is_empty() | Ben Blum | -0/+38 |
| 2013-07-20 | Remove redundant Atomic{Ui,I}nt types from unstable::sync | Ben Blum | -68/+0 |
| 2013-07-20 | Add Option::take_map{,_default}() | Ben Blum | -0/+14 |
| 2013-07-20 | Add Either::expect_{left,right} | Ben Blum | -6/+26 |
| 2013-07-20 | debuginfo: Removed some test relying on data structure sizes hard to predict ... | Michael Woerister | -19/+23 |
| 2013-07-20 | auto merge of #7855 : brson/rust/rt-overcommit, r=pcwalton | bors | -5/+4 |
| 2013-07-19 | Add tests for issues which can be closed | Alex Crichton | -0/+48 |
| 2013-07-19 | Added a new method to extra::future (unwrap) + a test | Matthijs Hofstra | -0/+19 |
| 2013-07-19 | std: Remove old magic core mod | Brian Anderson | -42/+32 |
| 2013-07-19 | remove dead take glue code paths | Daniel Micay | -125/+4 |
| 2013-07-19 | iterator: impl DoubleEndedIterator for adaptors | Daniel Micay | -0/+121 |
| 2013-07-20 | smallint{map,set}: replace iterators with DoubleEndedIterator | Andreas Martens | -139/+177 |
| 2013-07-19 | mk: Remove CFG_INSTALL_SNAP logic. #2664 | Brian Anderson | -34/+2 |
| 2013-07-19 | extra: add some microbenchmarks | Graydon Hoare | -70/+409 |