| Age | Commit message (Expand) | Author | Lines |
| 2016-09-26 | Rollup merge of #36662 - jseyfried:parse_macro_invoc_paths, r=nrc | Jonathan Turner | -6/+40 |
| 2016-09-26 | Update E0446 label with improved wording | Jonathan Turner | -1/+1 |
| 2016-09-26 | Update E0025 to new error format | Keith Yeung | -9/+21 |
| 2016-09-26 | Update E0425, E0446, E0449 | Jonathan Turner | -45/+74 |
| 2016-09-26 | Auto merge of #36661 - jneem:master, r=nrc | bors | -0/+16 |
| 2016-09-26 | New error format for E0512 | Andrew Lygin | -0/+1 |
| 2016-09-26 | Add compile-fail test for E0513 | Guillaume Gomez | -0/+19 |
| 2016-09-26 | Add a compile-fail test. | Joe Neeman | -0/+16 |
| 2016-09-26 | Auto merge of #36730 - jseyfried:make_macro_rules_invocations_magic, r=nrc | bors | -0/+11 |
| 2016-09-25 | Auto merge of #36652 - giannicic:issue-36553, r=nrc | bors | -1/+1 |
| 2016-09-26 | reject macros with empty repetitions | Tim Neumann | -0/+62 |
| 2016-09-26 | Add regression test. | Jeffrey Seyfried | -0/+38 |
| 2016-09-26 | Forbid user-defined macros named "macro_rules". | Jeffrey Seyfried | -0/+11 |
| 2016-09-25 | fix 36708 | Tim Neumann | -0/+38 |
| 2016-09-23 | Auto merge of #36649 - eddyb:selfish-idents, r=pnkfelix | bors | -0/+19 |
| 2016-09-23 | Added tests and fixed corner case for trailing attributes with no attached bi... | Felix S. Klock II | -0/+78 |
| 2016-09-23 | Generic unit tests for attributes on lifetime/type formals in generics list. | Felix S. Klock II | -0/+151 |
| 2016-09-23 | Auto merge of #36335 - mcarton:compiletest, r=GuillaumeGomez | bors | -1/+3 |
| 2016-09-23 | Fix fallout in tests. | Jeffrey Seyfried | -6/+2 |
| 2016-09-22 | Rollup merge of #36330 - aclarry:e0560-update, r=jonathandturner | Jonathan Turner | -12/+23 |
| 2016-09-22 | Don't let a type parameter named "Self" unchanged past HIR lowering. | Eduard Burtescu | -0/+19 |
| 2016-09-22 | Fix compile-fail syntax in error file | mcarton | -2/+3 |
| 2016-09-22 | Auto merge of #36618 - jseyfried:crate_root_attr_invoc, r=nrc | bors | -0/+11 |
| 2016-09-22 | #36553 specialisation error 502 is misleading | Gianni Ciccarelli | -1/+1 |
| 2016-09-21 | Add regression test. | Jeffrey Seyfried | -0/+11 |
| 2016-09-20 | Update E0560 to include label | aclarry | -12/+23 |
| 2016-09-20 | rustc_resolve: bring back "struct called like a function" cross-crate. | Eduard Burtescu | -0/+20 |
| 2016-09-20 | Don't ICE when a float can't be parsed | mcarton | -0/+1 |
| 2016-09-18 | Fix name of error test file | aclarry | -0/+0 |
| 2016-09-17 | Auto merge of #36502 - TimNN:correct-cancel, r=jseyfried | bors | -0/+15 |
| 2016-09-16 | Auto merge of #36536 - jonathandturner:rollup, r=jonathandturner | bors | -1/+2 |
| 2016-09-16 | Rollup merge of #36383 - GuillaumeGomez:e0049, r=jonathandturner | Jonathan Turner | -1/+2 |
| 2016-09-16 | fix test fallout | Ariel Ben-Yehuda | -7/+7 |
| 2016-09-16 | forbid moves out of slices | Ariel Ben-Yehuda | -0/+21 |
| 2016-09-15 | correctly cancel some errors | Tim Neumann | -0/+15 |
| 2016-09-15 | Rollup merge of #36461 - nikomatsakis:issue-36053, r=arielb1 | Manish Goregaokar | -0/+21 |
| 2016-09-15 | Rollup merge of #36438 - jseyfried:node_ids_in_expansion, r=nrc | Manish Goregaokar | -0/+46 |
| 2016-09-15 | Rollup merge of #36429 - durka:patch-30, r=nagisa | Manish Goregaokar | -4/+4 |
| 2016-09-15 | Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichton | Manish Goregaokar | -14/+75 |
| 2016-09-14 | Auto merge of #36270 - petrochenkov:pipwarnagain, r=nikomatsakis | bors | -2/+6 |
| 2016-09-14 | Update E0049 to new error format | Guillaume Gomez | -1/+2 |
| 2016-09-14 | clear obligations-added flag with nested fulfillcx | Niko Matsakis | -0/+21 |
| 2016-09-13 | Auto merge of #35021 - japaric:rustc-builtins, r=alexcrichton | bors | -0/+14 |
| 2016-09-13 | Rollup merge of #36389 - jfirebaugh:E0297, r=GuillaumeGomez | Guillaume Gomez | -1/+3 |
| 2016-09-13 | Rewrite the unit tests in `ext/expand.rs` as a `compile-fail` test. | Jeffrey Seyfried | -0/+46 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -0/+14 |
| 2016-09-13 | fix "X is not a member of trait Y" span labels | Alex Burka | -4/+4 |
| 2016-09-12 | Auto merge of #36354 - mikhail-m1:master, r=jonathandturner | bors | -42/+0 |
| 2016-09-11 | Auto merge of #36369 - uweigand:s390x, r=alexcrichton | bors | -0/+10 |
| 2016-09-10 | Update E0297 to new error format | John Firebaugh | -1/+3 |