| Age | Commit message (Expand) | Author | Lines |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -2/+4 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -3/+3 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -3/+3 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -9/+9 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -4/+4 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -6/+6 |
| 2013-02-11 | Update copyright years | Mikko Perttunen | -1/+1 |
| 2013-02-11 | Add test for using line! in a macro | Mikko Perttunen | -1/+4 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2013-01-30 | test: Remove export from the tests, language, and libraries. rs=deexporting | Patrick Walton | -7/+4 |
| 2012-12-18 | core: add macro_rules! for "condition! { c: in -> out; }". | Graydon Hoare | -5/+5 |
| 2012-12-12 | syntax: remove remaining #syntaxext machinery. Close #3516. | Graydon Hoare | -1/+1 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -1/+11 |
| 2012-11-13 | cleanup: convert some remaining #foo invocations to foo! form. | Graydon Hoare | -1/+1 |
| 2012-10-30 | Preserve parenthesization in the AST | Tim Chevalier | -3/+3 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -1/+4 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -8/+8 |
| 2012-07-31 | syntax: Rename 'module' extension to 'module_path' | Brian Anderson | -1/+1 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -8/+8 |
| 2012-07-30 | Rename `#mod` -> `#module` to not collide with the keyword. | Paul Stansifer | -1/+1 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -7/+7 |
| 2012-07-09 | Allow defining token tree macros. They should work now! | Paul Stansifer | -2/+2 |
| 2012-05-18 | add #include_bin[] | Paul Stansifer | -0/+4 |
| 2012-05-18 | Fold #include_str into the other source_utils.rs syntax extensions. | Paul Stansifer | -0/+3 |
| 2012-05-18 | add #mod[], which expands to the current module path | Paul Stansifer | -2/+10 |
| 2012-05-18 | New syntax extensions: #line[], #col[], #file[], #stringify[], #include[] | Paul Stansifer | -0/+11 |