| Age | Commit message (Expand) | Author | Lines |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -1/+1 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -14/+0 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -7/+7 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -8/+8 |
| 2013-08-08 | auto merge of #8356 : toddaaro/rust/ws, r=brson | bors | -0/+164 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -9/+6 |
| 2013-08-08 | Enabled workstealing in the scheduler. Previously we had one global work queu... | toddaaro | -0/+164 |
| 2013-08-07 | Implement DoubleEndedIterator on Range | Kevin Ballard | -9/+6 |
| 2013-08-07 | test: Fix deadlock in task-perf-linked-failure | Brian Anderson | -1/+4 |
| 2013-08-07 | test: xfail a bunch of tests that are incorrectly reading os::args()[1] | Brian Anderson | -0/+10 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -12/+12 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -34/+34 |
| 2013-08-05 | Add extra::arena::Arena::new{, _with_size}. | OGINO Masanori | -4/+4 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -96/+96 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -6/+9 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -1/+1 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -1/+1 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -70/+68 |
| 2013-08-01 | auto merge of #8170 : brson/rust/nopipes, r=pcwalton | bors | -321/+0 |
| 2013-08-01 | auto merge of #8190 : thestinger/rust/for, r=thestinger | bors | -13/+13 |
| 2013-08-01 | Remove the pipes compiler | Brian Anderson | -321/+0 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -13/+13 |
| 2013-08-01 | auto merge of #8164 : brson/rust/noportset, r=pcwalton | bors | -12/+12 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -32/+32 |
| 2013-07-31 | std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared... | Brian Anderson | -12/+12 |
| 2013-07-28 | auto merge of #8069 : erickt/rust/maikklein, r=erickt | bors | -4/+4 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -4/+4 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -11/+11 |
| 2013-07-24 | fix fmt! usage | Daniel Micay | -1/+1 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -45/+41 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -78/+60 |
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -3/+3 |
| 2013-07-17 | librustc: Remove some extra "copy" keywords that came in before this change m... | Patrick Walton | -1/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -4/+0 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -20/+13 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -8/+5 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -34/+52 |
| 2013-07-16 | auto merge of #7831 : ozten/rust/issues-7764-swap_unwarp-take-unwrap, r=pcwalton | bors | -4/+4 |
| 2013-07-16 | Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 | Austin King | -4/+4 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -7/+7 |
| 2013-07-13 | Un-broke benchmarks | Steven Fackler | -5/+5 |
| 2013-07-12 | auto merge of #7696 : glinscott/rust/utf8_perf, r=cmr | bors | -0/+24 |
| 2013-07-11 | Add is_utf8 bench tests | Gary Linscott | -0/+24 |
| 2013-07-11 | extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Deque | blake2-ppc | -5/+6 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -11/+8 |
| 2013-07-08 | And I forgot to run the benchmarks after rebasing | Jens Nockert | -10/+7 |
| 2013-07-08 | Fix pretty printer, which was ignoring `ref` in irrefutable patterns | Niko Matsakis | -2/+2 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -1/+1 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -4/+4 |