| Age | Commit message (Expand) | Author | Lines |
| 2013-02-03 | Merge remote-tracking branch 'thestinger/old_map' into incoming | Brian Anderson | -62/+61 |
| 2013-02-03 | Fixed `fmt!`, tests, doc-tests. | Marvin Löbel | -16/+16 |
| 2013-02-03 | oldmap: &K instead of K for the remove parameter | Daniel Micay | -3/+3 |
| 2013-02-03 | oldmap: remove legacy each method | Daniel Micay | -3/+2 |
| 2013-02-03 | oldmap: implement core::container::Container | Daniel Micay | -1/+1 |
| 2013-02-03 | oldmap: get rid of the legacy contains_key method | Daniel Micay | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -54/+54 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-31 | modernize smallintmap | Daniel Micay | -9/+8 |
| 2013-01-31 | move smallintmap to oldsmallintmap | Daniel Micay | -4/+4 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -8/+8 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -1/+2 |
| 2013-01-30 | test: De-export sudoku. rs=burningtree | Patrick Walton | -6/+4 |
| 2013-01-31 | Fix bench/sudoku, broken by deëxporting | Ben Striegel | -6/+4 |
| 2013-01-30 | Repair RIMOV damage to benchmarks | Ben Striegel | -7/+7 |
| 2013-01-30 | RIMOV, round 10 | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 5 | Ben Striegel | -3/+3 |
| 2013-01-30 | RIMOV, round 3 | Ben Striegel | -1/+1 |
| 2013-01-30 | test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting | Patrick Walton | -2/+1 |
| 2013-01-30 | Remove oldcomm from the test suite | Brian Anderson | -565/+67 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -6/+6 |
| 2013-01-28 | testsuite: De-record most bench tests | Tim Chevalier | -62/+78 |
| 2013-01-28 | testsuite: Allow structural records in two tests that use pipes | Tim Chevalier | -0/+6 |
| 2013-01-23 | Merge pull request #4594 from thestinger/map | Tim Chevalier | -34/+176 |
| 2013-01-23 | test: fix benchmark unsafe blocks, r=burningtree. | Graydon Hoare | -51/+60 |
| 2013-01-23 | fix core-map.rs benchmark | Daniel Micay | -33/+175 |
| 2013-01-23 | switch LinearMap to current constructor convention | Daniel Micay | -2/+2 |
| 2013-01-23 | libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=b... | Patrick Walton | -0/+110 |
| 2013-01-23 | rename send_map to hashmap | Daniel Micay | -1/+1 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -11/+11 |
| 2013-01-10 | add two more copies required in word-count rs=breakage | Niko Matsakis | -2/+2 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -21/+31 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -31/+21 |
| 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 |