| Age | Commit message (Expand) | Author | Lines |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -7/+7 |
| 2024-10-30 | Annotate `input` reference tests | Eric Huss | -1/+3 |
| 2024-10-28 | Tweak more warnings. | Nicholas Nethercote | -69/+69 |
| 2024-10-28 | Tweak `expand_incomplete_parse` warning. | Nicholas Nethercote | -17/+17 |
| 2024-10-23 | "innermost", "outermost", "leftmost", and "rightmost" don't need hyphens | Josh Triplett | -21/+21 |
| 2024-10-14 | Remove `'apostrophes'` from `rustc_parse_format` | Lieselotte | -2/+2 |
| 2024-10-14 | Rollup merge of #131430 - surechen:fix_130495, r=jieyouxu | Matthias Krüger | -0/+72 |
| 2024-10-14 | Special treatment empty tuple when suggest adding a string literal in format ... | surechen | -0/+72 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -3/+3 |
| 2024-10-04 | Improve non-boolean literal error in cfg predicate | Urgau | -2/+2 |
| 2024-10-01 | Use `ast::NestedMetaItem` when evaluating cfg predicate | Urgau | -3/+3 |
| 2024-10-01 | Stabilize expr_2021 fragment in all editions | Eric Holk | -56/+35 |
| 2024-09-23 | Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkov | Jubilee | -0/+16 |
| 2024-09-23 | Fix `break_last_token`. | Nicholas Nethercote | -0/+16 |
| 2024-09-18 | Add known-bug and update comments to describe correct behavior in light of bug | Eric Holk | -6/+3 |
| 2024-09-17 | Add coverage for pat too | Eric Holk | -30/+45 |
| 2024-09-17 | test: cross-edition metavar fragment specifiers | Vincenzo Palazzo | -0/+40 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -1/+0 |
| 2024-08-16 | Fix wrong source location for some incorrect macro definitions | Wafarm | -6/+6 |
| 2024-08-16 | Overhaul token collection. | Nicholas Nethercote | -16/+8 |
| 2024-08-16 | Add some attribute `stringify!` tests. | Nicholas Nethercote | -2/+53 |
| 2024-07-31 | Rollup merge of #126697 - vincenzopalazzo:macros/find_the_expression_tok, r=e... | Matthias Krüger | -0/+73 |
| 2024-07-31 | tests: add the _ as expr test for cargo fix | Vincenzo Palazzo | -2/+2 |
| 2024-07-31 | rustc_parser: consider the in 2024 an expression | Vincenzo Palazzo | -0/+73 |
| 2024-07-27 | Make `missing_fragment_specifier` an error in edition 2024 | Trevor Gross | -18/+74 |
| 2024-07-26 | Rollup merge of #127557 - linyihai:issue-126694, r=compiler-errors | Trevor Gross | -3/+4 |
| 2024-07-26 | Add a label to point to the lacking macro name definition | Lin Yihai | -3/+4 |
| 2024-07-25 | Rollup merge of #128111 - estebank:no-question, r=fmease | Matthias Krüger | -4/+4 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -4/+4 |
| 2024-07-24 | Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps` | Trevor Gross | -0/+89 |
| 2024-07-20 | Rollup merge of #127720 - c410-f3r:concat-rep, r=cjgillot | Matthias Krüger | -0/+18 |
| 2024-07-19 | Allow concat in repetitions | Caio | -0/+18 |
| 2024-07-19 | Rollup merge of #127662 - estebank:gate-span, r=TaKO8Ki | Matthias Krüger | -0/+13 |
| 2024-07-17 | Rollup merge of #127542 - c410-f3r:concat-again, r=petrochenkov | Trevor Gross | -14/+265 |
| 2024-07-17 | Add support for literals | Caio | -14/+265 |
| 2024-07-12 | When finding item gated behind a `cfg` flat, point at it | Esteban Küber | -0/+13 |
| 2024-07-12 | Make `impl` and `!` removal suggestion `short` | Esteban Küber | -14/+2 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -5/+20 |
| 2024-07-10 | Rollup merge of #125627 - vincenzopalazzo:macros/cargo-fix-expr2024, r=compil... | Jacob Pratt | -3/+91 |
| 2024-07-09 | tests: adds cargo fix tests | Vincenzo Palazzo | -3/+91 |
| 2024-07-08 | Rollup merge of #126841 - c410-f3r:concat-again, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -33/+192 |
| 2024-07-06 | Add support for literals | Caio | -33/+192 |
| 2024-07-06 | out_of_scope_macro_calls: Detect calls inside attributes more precisely | Vadim Petrochenkov | -0/+10 |
| 2024-07-01 | Ensure `out_of_scope_macro_calls` lint is registered | beetrees | -0/+6 |
| 2024-06-27 | Rollup merge of #126929 - nnethercote:rm-__rust_force_expr, r=oli-obk | Jacob Pratt | -3/+6 |
| 2024-06-25 | Remove `__rust_force_expr`. | Nicholas Nethercote | -3/+6 |
| 2024-06-25 | Extend `tests/ui/macros/nonterminal-matching.rs`. | Nicholas Nethercote | -1/+119 |
| 2024-06-19 | Allow naming expr_2021 in all editions | Michael Goulet | -49/+2 |
| 2024-06-19 | Add a test demonstrating the problem | Michael Goulet | -0/+29 |
| 2024-06-13 | Add a new concat metavar expr | Caio | -2/+381 |