| Age | Commit message (Expand) | Author | Lines |
| 2020-03-01 | Make `rustc_attrs` tracking issue None | Yuki Okushi | -1/+0 |
| 2020-02-24 | syntax: Remove `Nt(Impl,Trait,Foreign)Item` | Vadim Petrochenkov | -0/+14 |
| 2020-02-17 | Add a test for proc macro generating `$ IDENT` | Vadim Petrochenkov | -0/+35 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -20/+20 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -1/+69 |
| 2020-02-06 | rustc_errors: hide "in this macro invocation" when redundant, more explicitly. | Eduard-Mihai Burtescu | -32/+14 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-02-05 | review comments | Esteban Küber | -2/+2 |
| 2020-02-05 | Suggest `'r` instead of `'lifetime` | Esteban Küber | -2/+2 |
| 2020-02-02 | Change expansion error to be non-fatal | David | -2/+12 |
| 2020-02-01 | Add tests for issue 59191 | David Ross | -0/+31 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -2/+2 |
| 2020-01-26 | Suggest defining type parameter when appropriate | Esteban Küber | -0/+12 |
| 2020-01-24 | Normalise notes with the/is | varkor | -2/+2 |
| 2020-01-19 | review comments | Esteban Küber | -1/+1 |
| 2020-01-19 | When encountering an expected named lifetime and none are present, suggest ad... | Esteban Küber | -1/+7 |
| 2020-01-16 | resolve: Say "import" when reporting private imports | Vadim Petrochenkov | -4/+4 |
| 2020-01-16 | resolve: Point at the private item definitions in privacy errors | Vadim Petrochenkov | -1/+7 |
| 2020-01-10 | Ignore platforms that can't point to std | Esteban Küber | -36/+59 |
| 2020-01-10 | Use `def_span` to minimize definition span to first line when possible | Esteban Küber | -25/+17 |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -8/+56 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -18/+60 |
| 2020-01-03 | tweak wording of mismatched delimiter errors | Andy Russell | -3/+3 |
| 2019-12-28 | Stabilize attribute macros on inline modules | Vadim Petrochenkov | -65/+54 |
| 2019-12-03 | Emit coercion suggestions in more places | Aaron Hill | -0/+5 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for attributes | Vadim Petrochenkov | -2/+2 |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -9/+27 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -60/+21 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -2/+2 |
| 2019-11-18 | fix rebase | Esteban Küber | -12/+3 |
| 2019-11-19 | resolve: Give derive helpers highest priority during resolution | Vadim Petrochenkov | -39/+31 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -14/+14 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -39/+9 |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -4/+4 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -21/+21 |
| 2019-11-17 | Rollup merge of #66271 - petrochenkov:abism, r=Centril | Yuki Okushi | -18/+52 |
| 2019-11-17 | Add some more tests | Vadim Petrochenkov | -1/+33 |
| 2019-11-16 | ast: Keep `extern` qualifiers in functions more precisely | Vadim Petrochenkov | -17/+19 |
| 2019-11-16 | Add some more tests | Vadim Petrochenkov | -13/+78 |
| 2019-11-16 | expand: Stop marking derive helper attributes as known | Vadim Petrochenkov | -7/+41 |
| 2019-11-16 | resolve: Introduce a new scope for derive helpers | Vadim Petrochenkov | -6/+24 |
| 2019-11-12 | Rollup merge of #66278 - LukasKalbertodt:fix-proc-macro-error, r=Centril | Yuki Okushi | -6/+6 |
| 2019-11-11 | Fix error message about exported symbols from proc-macro crates | Lukas Kalbertodt | -6/+6 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -7/+24 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -7/+24 |
| 2019-11-09 | move attr meta grammar to parse::validate_atr + ast_validation | Mazdak Farrokhzad | -12/+12 |
| 2019-11-07 | Rollup merge of #66087 - tmiasko:ui-mode, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-11-05 | rewrote error messages for #[rustc_error] | Quentin Boyer | -2/+2 |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -1/+1 |
| 2019-11-04 | expand: Feature gate out-of-line modules in proc macro input | Vadim Petrochenkov | -0/+132 |