| Age | Commit message (Expand) | Author | Lines |
| 2020-05-03 | Stabilize fn-like proc macros in expression, pattern and statement positions | Vadim Petrochenkov | -1/+1 |
| 2020-05-01 | Add new tests and bless old tests | LeSeulArtichaut | -3/+7 |
| 2020-04-30 | Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievink | Dylan DPC | -5/+3 |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -1/+1 |
| 2020-04-16 | rustc: fix check_attr() for methods, closures and foreign functions | Matthias Schiffer | -5/+3 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+9 |
| 2020-04-04 | macro_rules: `NtLifetime` cannot start with an identifier | Vadim Petrochenkov | -0/+13 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -16/+3 |
| 2020-03-27 | Rollup merge of #70434 - Centril:fix-34421, r=estebank | Mazdak Farrokhzad | -0/+55 |
| 2020-03-27 | suggest semi on expr mac!() good as stmt mac!(). | Mazdak Farrokhzad | -0/+55 |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -8/+8 |
| 2020-03-24 | fix rebase fallout due to #69497. | Mazdak Farrokhzad | -10/+25 |
| 2020-03-24 | defatalize `compile_declarative_macro` | Mazdak Farrokhzad | -0/+22 |
| 2020-03-24 | mbe::transcribe: defatalize errors. | Mazdak Farrokhzad | -4/+33 |
| 2020-03-24 | generic_extension: defatalize Error case | Mazdak Farrokhzad | -5/+22 |
| 2020-03-24 | nix panictry! in ParserAnyMacro::make | Mazdak Farrokhzad | -1/+27 |
| 2020-03-23 | Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=Centril | Mazdak Farrokhzad | -6/+4 |
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -1/+1 |
| 2020-03-21 | Bless tests | LeSeulArtichaut | -6/+4 |
| 2020-03-21 | Rollup merge of #69497 - Zoxc:ast-fragment-error, r=petrochenkov | Dylan DPC | -2/+13 |
| 2020-03-20 | expand_include: set `.directory` to dir of included file. | Mazdak Farrokhzad | -0/+13 |
| 2020-03-19 | Update test | John Kåre Alsaker | -2/+13 |
| 2020-03-17 | Update pretty tests | Guillaume Gomez | -1/+1 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -18/+17 |
| 2020-03-13 | Add test for issue-58490 | Yuki Okushi | -0/+40 |
| 2020-03-10 | macros/unknown-builtin: use hack for musl problems | Mazdak Farrokhzad | -1/+6 |
| 2020-03-10 | --bless some tests | Mazdak Farrokhzad | -3/+7 |
| 2020-03-06 | Turn trailing tokens in `assert!()` into hard errors | LeSeulArtichaut | -13/+7 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -18/+17 |
| 2020-02-24 | parse: use `parse_item_common` in `parse_foreign_item`. | Mazdak Farrokhzad | -9/+10 |
| 2020-02-15 | fuse extern & associated item parsing up to defaultness | Mazdak Farrokhzad | -3/+3 |
| 2020-02-15 | Avoid calling `fn_sig` on closures | Yuki Okushi | -0/+40 |
| 2020-02-13 | parser: misc small item related improvements & cleanups. | Mazdak Farrokhzad | -10/+9 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -4/+64 |
| 2020-02-06 | rustc_errors: hide "in this macro invocation" when redundant, more explicitly. | Eduard-Mihai Burtescu | -4/+1 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -4/+4 |
| 2020-02-06 | Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov | Dylan DPC | -2/+2 |
| 2020-02-05 | `#![recursion_limit = "X"]`: note current crate name. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -2/+2 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -5/+5 |
| 2020-01-26 | rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-01-24 | Normalise notes with the/is | varkor | -5/+5 |
| 2020-01-16 | resolve: Point at the private item definitions in privacy errors | Vadim Petrochenkov | -1/+8 |
| 2020-01-11 | Rollup merge of #68072 - JohnTitor:fix-macro-ice, r=petrochenkov | Mazdak Farrokhzad | -0/+14 |
| 2020-01-11 | Fix test not to depend on environment | Yuki Okushi | -6/+5 |
| 2020-01-10 | Ignore platforms that can't point to std | Esteban Küber | -4/+12 |
| 2020-01-10 | Use `def_span` to minimize definition span to first line when possible | Esteban Küber | -11/+6 |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -2/+22 |
| 2020-01-10 | Fix ICE #68058 | Yuki Okushi | -0/+15 |