| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-02-21 | Remove `NtVis`. | Nicholas Nethercote | -0/+17 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -4/+4 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -12/+8 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -90/+135 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -2/+2 |
| 2025-02-04 | Rename and Move some UI tests to more suitable subdirs | DuskyElf | -0/+35 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -18/+23 |
| 2025-01-24 | Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obk | Matthias Krüger | -21/+21 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -18/+23 |