| Age | Commit message (Expand) | Author | Lines |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -56/+56 |
| 2013-02-04 | Merge pull request #4684 from erickt/incoming | Brian Anderson | -10/+10 |
| 2013-02-04 | xfail-faist impl_privace_xc_2.rs | Brian Anderson | -0/+1 |
| 2013-02-04 | Let type_is_integral return false for bool type | Seo Sanghyeon | -0/+3 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -10/+10 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -8/+8 |
| 2013-02-03 | xfail-fast run-pass/impl-privacy-xc-1.rs | Brian Anderson | -0/+1 |
| 2013-02-03 | Merge remote-tracking branch 'thestinger/old_map' into incoming | Brian Anderson | -200/+183 |
| 2013-02-03 | librustc: Fix bugs regarding to impl privacy. rs=bugfix | Patrick Walton | -0/+44 |
| 2013-02-03 | Fixed `fmt!`, tests, doc-tests. | Marvin Löbel | -17/+17 |
| 2013-02-03 | Converted libcore/int-template.rs to the new string functions. | Marvin Löbel | -1/+1 |
| 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 | -87/+86 |
| 2013-02-03 | cat modernization (cleanup of a run-pass test) | Daniel Micay | -97/+84 |
| 2013-02-03 | update compile-fail/map-types.rs to use hashmap | Daniel Micay | -8/+6 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1083/+1083 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -17/+17 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -5/+5 |
| 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 | -319/+319 |
| 2013-01-31 | testsuite: Remove call to set_buffer_, use set_buffer | Tim Chevalier | -2/+2 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -404/+255 |
| 2013-01-30 | test: Attempt to fix Windows check-fast resolve bustage. rs=bustage | Patrick Walton | -1/+1 |
| 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 | Revert RIMOV to compile-fail tests | Ben Striegel | -59/+59 |
| 2013-01-30 | RIMOV: fix issue-3563-3 test | Ben Striegel | -12/+12 |
| 2013-01-30 | Repair RIMOV damage to run-pass | Ben Striegel | -6/+6 |
| 2013-01-30 | RIMOV, round 11 | Ben Striegel | -2/+2 |
| 2013-01-30 | RIMOV, round 10 | Ben Striegel | -45/+45 |
| 2013-01-30 | RIMOV, round 7 | Ben Striegel | -2/+2 |
| 2013-01-30 | RIMOV, round 5 | Ben Striegel | -19/+19 |
| 2013-01-30 | RIMOV, round 4 | Ben Striegel | -10/+10 |
| 2013-01-30 | RIMOV, round 3 | Ben Striegel | -26/+26 |
| 2013-01-30 | RIMOV, round 2 | Ben Striegel | -2/+2 |
| 2013-01-30 | Removing interior mut on vectors, round 1 | Ben Striegel | -7/+7 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -29/+29 |
| 2013-01-30 | librustc: Remove legacy exports from the language. r=brson | Patrick Walton | -9/+5 |
| 2013-01-30 | test: fix compile-fail tests somehow missed from local 'make check', r=burnin... | Graydon Hoare | -3/+3 |
| 2013-01-30 | rustc: make integral type inference transactional, close #3211, close #4401, ... | Graydon Hoare | -13/+20 |
| 2013-01-30 | test: Remove export from the tests, language, and libraries. rs=deexporting | Patrick Walton | -528/+232 |
| 2013-01-30 | test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting | Patrick Walton | -409/+218 |
| 2013-01-30 | testsuite: Add xfailed test for #4542 | Tim Chevalier | -10/+1 |
| 2013-01-30 | Test case | Tim Chevalier | -0/+27 |
| 2013-01-30 | Remove oldcomm from the test suite | Brian Anderson | -1778/+207 |