| Age | Commit message (Expand) | Author | Lines |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -21/+31 |
| 2013-01-02 | use newtype struct for devnull rather than type aliased record | Ted Horst | -3/+3 |
| 2013-01-02 | really update mandelbrot to pipes | Ted Horst | -14/+9 |
| 2012-12-28 | test: Fix benchmarks. rs=rustbot | Patrick Walton | -52/+47 |
| 2012-12-24 | Update shootout-mandelbrot to work with the new io::Writer | Tim Chevalier | -5/+5 |
| 2012-12-23 | update mandelbrot to pipes, a few other updates | Ted Horst | -22/+11 |
| 2012-12-18 | core: add macro_rules! for "condition! { c: in -> out; }". | Graydon Hoare | -1/+1 |
| 2012-12-14 | Fix broken tests | Brian Anderson | -12/+12 |
| 2012-12-14 | Un-xfail tests that work now | Tim Chevalier | -1/+0 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -65/+65 |
| 2012-12-14 | Remove spawn_listener, spawn_conversation | Brian Anderson | -1/+14 |
| 2012-12-14 | Remove bench/shootout-threadring.rs | Brian Anderson | -63/+0 |
| 2012-12-14 | Remove two comm-oriented benchmarks that have pipe equivs | Brian Anderson | -83/+0 |
| 2012-12-13 | Fix benchmarks | Brian Anderson | -208/+1 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -16/+16 |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -10/+10 |
| 2012-12-11 | libstd: refactor future, remove with(), remove ~ indirection. | Graydon Hoare | -3/+3 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+340 |
| 2012-12-07 | Xfail broken tests | Tim Chevalier | -0/+1 |
| 2012-12-07 | bench: fix nbody bugs, r=burningtree. | Graydon Hoare | -13/+29 |
| 2012-12-06 | test: Fix compilation of benchmarks for moves-based-on-type. rs=bustage | Patrick Walton | -14/+16 |
| 2012-12-06 | test: Fix shootout-mandelbrot.rs. rs=bustage | Patrick Walton | -5/+5 |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -1/+1 |
| 2012-11-28 | Merge pull request #4032 from catamorphism/getopts | Graydon Hoare | -1/+1 |
| 2012-11-26 | libcore: Add explicit self to all overloaded operators but Add and Index. r=b... | Patrick Walton | -1/+1 |
| 2012-11-25 | Fix test breakage | Brian Anderson | -2/+2 |
| 2012-11-25 | Add improvements to insert_with_key | Kevin Cantu | -2/+2 |
| 2012-11-25 | Test insert_with_key... | Kevin Cantu | -8/+2 |
| 2012-11-24 | [libstd] getopts, now with fewer copies | Tim Chevalier | -1/+1 |
| 2012-11-15 | Add comments explaining why these tests fail | Tim Chevalier | -4/+2 |
| 2012-11-14 | Convert the test suite to use the Drop trait | Ben Striegel | -1/+4 |
| 2012-11-13 | cleanup: convert some remaining #foo invocations to foo! form. | Graydon Hoare | -14/+9 |
| 2012-10-30 | Remove xfail-pretty from tests that pretty-print correctly now | Tim Chevalier | -14/+0 |
| 2012-10-25 | Merge remote-tracking branch '14427/incoming' | Brian Anderson | -2/+2 |
| 2012-10-23 | Move futures to std | Brian Anderson | -7/+4 |
| 2012-10-23 | core: Use PortOne instead of Future in future_result | Brian Anderson | -5/+5 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -11/+12 |
| 2012-10-22 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -135/+132 |
| 2012-10-12 | Make moves explicit in bench tests | Tim Chevalier | -123/+124 |
| 2012-10-12 | Replace several common macros of the form #m[...] with m!(...) | Kevin Cantu | -5/+5 |
| 2012-10-11 | Change FIXME number | Tim Chevalier | -1/+1 |
| 2012-10-11 | Revert "Use a constant vector for the sudoku board, delete a FIXME" | Tim Chevalier | -13/+32 |
| 2012-10-11 | Use a constant vector for the sudoku board, delete a FIXME | Tim Chevalier | -32/+13 |
| 2012-10-11 | Use match move in pingpong, delete a FIXME | Tim Chevalier | -8/+4 |
| 2012-10-06 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -73/+106 |
| 2012-10-05 | Remove by-mutable-ref mode from the compiler | Tim Chevalier | -8/+8 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -20/+21 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -15/+15 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -32/+64 |
| 2012-10-03 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -59/+58 |