| Age | Commit message (Expand) | Author | Lines |
| 2025-06-23 | Account for beta revisions when normalizing versions | Josh Stone | -1/+1 |
| 2025-06-21 | Rollup merge of #142698 - tgross35:concat-byte-cstr-diag, r=petrochenkov | Jana Dönszelmann | -29/+95 |
| 2025-06-19 | Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmann | bors | -10/+0 |
| 2025-06-19 | Improve diagnostics for `concat_bytes!` with C string literals | Trevor Gross | -33/+45 |
| 2025-06-18 | Add a test for `concat_bytes!` with C strings | Trevor Gross | -29/+83 |
| 2025-06-18 | Bless/update tests. | Mara Bos | -10/+0 |
| 2025-06-17 | make error codes reflect reality better | Jana Dönszelmann | -1/+1 |
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -1/+1 |
| 2025-06-15 | Rollup merge of #142543 - Urgau:span-borrowck-semicolon, r=fmease | León Orell Valerian Liehr | -0/+8 |
| 2025-06-15 | Suggest adding semicolon in user code rather than macro impl details | Urgau | -0/+8 |
| 2025-06-13 | Auto merge of #134841 - estebank:serde-attr-4, r=wesleywiser | bors | -0/+228 |
| 2025-06-12 | Detect when attribute is provided by missing `derive` macro | Esteban Küber | -0/+228 |
| 2025-06-12 | Make `missing_fragment_specifier` an unconditional error | Trevor Gross | -181/+47 |
| 2025-06-12 | Rollup merge of #142217 - Kivooeo:tf10, r=jieyouxu | Matthias Krüger | -0/+9 |
| 2025-06-11 | cleaned up some tests | Kivooeo | -0/+9 |
| 2025-06-09 | Make `since` of removed features the version removed and fill `pull` | xizheyin | -1/+1 |
| 2025-06-09 | Note the version and PR of removed features when using it | xizheyin | -2/+4 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -1/+1 |
| 2025-06-05 | Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgr | bors | -18/+18 |
| 2025-06-04 | Rollup merge of #142025 - m-ou-se:which-local-binding, r=jdonszelmann | Matthias Krüger | -3/+3 |
| 2025-06-04 | Rollup merge of #141960 - ferrocene:lw/2015-paths2, r=compiler-errors | Matthias Krüger | -15/+15 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -1/+1 |
| 2025-06-04 | Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e... | Matthias Krüger | -0/+1 |
| 2025-06-04 | Don't refer to 'local binding' in extern macro. | Mara Bos | -3/+3 |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -15/+15 |
| 2025-06-03 | Add missing 2015 edition directives | Lukas Wirth | -0/+1 |
| 2025-06-02 | add fixme to improve error matching | Jana Dönszelmann | -1/+2 |
| 2025-06-02 | fix bug where borrowck tries to describe a name from a macro in another crate | Jana Dönszelmann | -0/+21 |
| 2025-06-02 | add test for 141764 | Jana Dönszelmann | -0/+15 |
| 2025-05-28 | Fix ICE in tokenstream with contracts from parser recovery | yukang | -14/+54 |
| 2025-05-24 | Avoid extra path trimming in method not found error | Noratrieb | -2/+2 |
| 2025-05-04 | Auto merge of #140580 - jdonszelmann:variables-external-macros, r=m-ou-se | bors | -0/+57 |
| 2025-05-03 | Move some tests out of tests/ui | mejrs | -0/+698 |
| 2025-05-02 | Test that names of variables in external macros are not shown on a borrow error | Jana Dönszelmann | -0/+57 |
| 2025-04-30 | Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgr | bors | -6/+22 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -9/+12 |
| 2025-04-29 | Improve pretty-printing of braces. | Nicholas Nethercote | -5/+5 |
| 2025-04-29 | Add a few extra tests to `tests/ui/macros/stringify.rs`. | Nicholas Nethercote | -2/+18 |
| 2025-04-27 | Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=Urgau | Matthias Krüger | -47/+47 |
| 2025-04-25 | Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgr | bors | -0/+13 |
| 2025-04-25 | Cleaned up 5 tests in `tests/ui` | reddevilmidzy | -0/+13 |
| 2025-04-25 | Improve pretty printing of if/else. | Nicholas Nethercote | -47/+47 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -31/+32 |
| 2025-04-22 | Handle another negated literal in `eat_token_lit`. | Nicholas Nethercote | -10/+29 |
| 2025-04-17 | Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiser | Matthias Krüger | -9/+5 |
| 2025-04-17 | tests: use `//@ ignore-auxiliary` with backlinked primary test file | Jieyou Xu | -9/+5 |
| 2025-04-17 | Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxu | Matthias Krüger | -1/+5 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -8/+8 |
| 2025-04-16 | Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests | Lukas Wirth | -1/+5 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -6/+6 |