| Age | Commit message (Expand) | Author | Lines |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -14/+14 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -5/+9 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -8/+9 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -2/+2 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -1/+1 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -3/+12 |
| 2013-02-23 | test: Fix comments in pretty-printed test. rs=burningtree | Patrick Walton | -2/+2 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -7/+7 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -1/+1 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -9/+9 |
| 2013-02-14 | libcore: Remove ptr::mut_addr_of since &mut is coerced to *mut | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -15/+15 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -91/+91 |
| 2013-02-11 | rt: remove last_os_error and adjust tests. | Luqman Aden | -2/+2 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -3/+3 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -8/+8 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -113/+113 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -0/+1 |
| 2013-01-30 | test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting | Patrick Walton | -9/+4 |
| 2013-01-30 | Remove oldcomm from the test suite | Brian Anderson | -56/+13 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -2/+2 |
| 2013-01-26 | testsuite: Eliminate structural records from run-fail tests | Tim Chevalier | -7/+21 |
| 2013-01-24 | librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l... | Patrick Walton | -0/+0 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -4/+8 |
| 2013-01-23 | libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti... | Patrick Walton | -0/+6 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -14/+20 |
| 2013-01-20 | testsuite: Un-xfail test for #3029 and move to run-fail | Tim Chevalier | -0/+17 |
| 2013-01-17 | librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma... | Patrick Walton | -0/+32 |
| 2013-01-15 | librustc: Make the default sigil for block lambdas `&` instead of `@`. | Graydon Hoare | -1/+1 |
| 2013-01-10 | mode: reset mode on entry to fn body. | Niko Matsakis | -1/+1 |
| 2012-12-14 | Fix broken tests | Brian Anderson | -1/+1 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -16/+16 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -4/+4 |
| 2012-12-10 | Adjust the die macro to only accept ~str and to work in statement position | Brian Anderson | -0/+19 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+1020 |
| 2012-12-06 | test: Fix some run-fail bustage. rs=bustage | Patrick Walton | -4/+4 |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -7/+7 |
| 2012-11-16 | re-xfail two tests | Brian Anderson | -0/+2 |
| 2012-11-15 | Update and un-xfail tests | Tim Chevalier | -33/+37 |
| 2012-11-14 | Convert the test suite to use the Drop trait | Ben Striegel | -30/+55 |
| 2012-11-01 | xfail issue-2061 | Brian Anderson | -0/+1 |
| 2012-11-01 | Add run-fail test for #2061 | Tim Chevalier | -0/+11 |
| 2012-10-30 | Preserve parenthesization in the AST | Tim Chevalier | -4/+4 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -2/+2 |
| 2012-10-21 | Fix ICE stemming from use of unique pointers in unreachable blocks. | Josh Matthews | -0/+5 |
| 2012-10-12 | Make moves explicit in rfail tests | Tim Chevalier | -4/+4 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -1/+1 |
| 2012-09-30 | When a vec/str bounds check fails, include the bad index and the length of th... | Gareth Daniel Smith | -8/+8 |
| 2012-09-26 | Fix test/run-fail/issue-2156 | Brian Anderson | -1/+1 |