| Age | Commit message (Expand) | Author | Lines |
| 2022-08-05 | Move write! and writeln! temporaries test to check-fail | David Tolnay | -16/+93 |
| 2022-08-05 | Regression in issue 99684 fixed | David Tolnay | -31/+1 |
| 2022-08-05 | Add regression test minimized from async-std write | David Tolnay | -0/+67 |
| 2022-07-21 | Rollup merge of #99435 - CAD97:revert-dollar-dollar-crate, r=Mark-Simulacrum | Matthias Krüger | -19/+55 |
| 2022-06-23 | Rollup merge of #98353 - beetrees:builtin-macros-cfg-diag, r=davidtwco | Michael Goulet | -1/+10 |
| 2022-06-21 | Add UI test for `cfg!(foo, bar)` | beetrees | -1/+10 |
| 2022-06-21 | Move some tests to more reasonable directories | Caio | -0/+30 |
| 2022-06-21 | Auto merge of #98148 - c410-f3r:assert-compiler, r=oli-obk | bors | -0/+42 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -1/+1 |
| 2022-06-15 | [RFC 2011] Expand expressions where possible | Caio | -0/+42 |
| 2022-06-15 | [RFC 2011] Minimal initial implementation | Caio | -15/+379 |
| 2022-06-13 | Move tests | Caio | -0/+26 |
| 2022-06-07 | Stabilize $$ in Rust 1.63.0 | Caio | -55/+19 |
| 2022-06-02 | Bless tests. | Camille GILLOT | -16/+1 |
| 2022-05-23 | Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillot | Dylan DPC | -3/+1 |
| 2022-05-22 | Add test of temporaries inside format_args of core/std macros | David Tolnay | -0/+70 |
| 2022-05-22 | Rollup merge of #97043 - c410-f3r:z-errors, r=petrochenkov | Jack Huey | -0/+17 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -3/+1 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -10/+9 |
| 2022-05-20 | Move tests | Caio | -0/+17 |
| 2022-05-13 | Rollup merge of #96948 - ludfo774:macro-trailing-comma-test, r=joshtriplett | Matthias Krüger | -0/+6 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -1/+10 |
| 2022-05-11 | Add test of matches macro for trailing commas | ludfo774 | -0/+6 |
| 2022-05-08 | Move some tests to more reasonable places | Caio | -0/+21 |
| 2022-05-05 | Allow unused rules in the testsuite where the lint triggers | est31 | -1/+10 |
| 2022-05-03 | Tweak wording | Esteban Kuber | -2/+2 |
| 2022-05-03 | When suggesting to import an item, also suggest changing the path if appropriate | Esteban Küber | -1/+6 |
| 2022-05-01 | Move some tests to more reasonable places | Caio | -0/+13 |
| 2022-04-27 | Make [e]println macros eagerly drop temporaries (for backport) | David Tolnay | -1/+1 |
| 2022-04-21 | Move some tests to more reasonable directories | Caio | -0/+28 |
| 2022-04-16 | Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=este... | bors | -1/+11 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -1/+11 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -30/+29 |
| 2022-04-09 | expand: Remove `ParseSess::missing_fragment_specifiers` | Vadim Petrochenkov | -7/+102 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -30/+29 |
| 2022-04-07 | [macro_metavar_expr] Add tests to ensure the feature requirement | Caio | -1/+117 |
| 2022-04-01 | Fix `thread_local!` macro to be compatible with `no_implicit_prelude` | niluxv | -0/+8 |
| 2022-03-30 | Clarify comments about doc comments in macros. | Nicholas Nethercote | -2/+3 |
| 2022-03-28 | Ignore doc comments in a declarative macro matcher. | Nicholas Nethercote | -0/+13 |
| 2022-03-16 | Rollup merge of #94868 - dtolnay:noblock, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-03-11 | Format core and std macro rules, removing needless surrounding blocks | David Tolnay | -1/+1 |
| 2022-03-11 | Implement macro meta-variable expression | Caio | -83/+689 |
| 2022-03-10 | Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkov | Dylan DPC | -0/+578 |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -2/+2 |
| 2022-03-09 | Implement macro meta-variable expressions | Caio | -0/+578 |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -6/+6 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -14/+13 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -0/+70 |
| 2022-02-03 | Bless all pretty printer tests and ui tests | David Tolnay | -10/+10 |
| 2022-01-31 | Take in account the unreachable! macro in the non_fmt_panic lint | Loïc BRANSTETT | -0/+31 |