| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-04-13 | Rollup merge of #139628 - makai410:suggest-vis, r=compiler-errors | Jacob Pratt | -0/+72 |
| 2025-04-11 | Rollup merge of #139653 - nnethercote:fix-139495, r=petrochenkov | Jacob Pratt | -0/+20 |
| 2025-04-11 | suggest: remove redundant `$()?`around `vis` fragments | Makai | -0/+72 |
| 2025-04-11 | Handle a negated literal in `eat_token_lit`. | Nicholas Nethercote | -0/+20 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -2/+2 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -3/+3 |
| 2025-04-08 | Allow for reparsing failure when reparsing a pasted metavar. | Nicholas Nethercote | -0/+30 |
| 2025-04-08 | Allow for missing invisible close delim when reparsing an expression. | Nicholas Nethercote | -0/+47 |
| 2025-04-07 | Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obk | Stuart Cook | -0/+2 |
| 2025-04-05 | Rollup merge of #139341 - nnethercote:fix-137874, r=petrochenkov | Stuart Cook | -0/+22 |
| 2025-04-04 | Apply `Recovery::Forbidden` when reparsing pasted macro fragments. | Nicholas Nethercote | -0/+22 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -8/+8 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -7/+6 |
| 2025-04-02 | Remove `TokenStream::flattened` and `InvisibleOrigin::FlattenToken`. | Nicholas Nethercote | -5/+5 |
| 2025-04-02 | Remove `NtBlock`, `Nonterminal`, and `TokenKind::Interpolated`. | Nicholas Nethercote | -1/+1 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -4/+4 |
| 2025-03-28 | Add `{ast,hir,thir}::PatKind::Missing` variants. | Nicholas Nethercote | -0/+2 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -2/+2 |
| 2025-03-19 | Allow builtin macros to be used more than once. | Mara Bos | -53/+4 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -17/+0 |
| 2025-03-13 | Rollup merge of #138162 - ehuss:library-2024, r=cuviper | Matthias Krüger | -0/+13 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -5/+16 |
| 2025-03-11 | Migrate alloc to Rust 2024 | Eric Huss | -20/+2 |
| 2025-03-11 | Migrate core to Rust 2024 | Eric Huss | -33/+3 |
| 2025-03-11 | Add a test for new 2024 standard library behavior | Eric Huss | -0/+61 |
| 2025-03-07 | Refactor `emitter` to better account for unicode chars when trimming | Esteban Küber | -2/+2 |
| 2025-03-07 | Remove `NtItem` and `NtStmt`. | Nicholas Nethercote | -5/+16 |
| 2025-03-03 | Point out macro expansion ident in resolver errors too | Michael Goulet | -0/+6 |
| 2025-02-28 | Remove `NtPath`. | Nicholas Nethercote | -2/+2 |
| 2025-02-28 | Remove `NtPat`. | Nicholas Nethercote | -11/+4 |
| 2025-02-21 | Remove `NtTy`. | Nicholas Nethercote | -7/+7 |