| Age | Commit message (Expand) | Author | Lines |
| 2025-04-02 | Fix problem causing `rusqlite` compilation to OOM. | Nicholas Nethercote | -1/+3 |
| 2025-04-02 | Fix a problem with metavars and inner attributes. | Nicholas Nethercote | -22/+39 |
| 2025-04-02 | Remove `Token::uninterpolated_span`. | Nicholas Nethercote | -44/+48 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -163/+277 |
| 2025-04-01 | replace extra_filename with strict version hash in metrics file names | Jane Losare-Lusby | -8/+10 |
| 2025-04-01 | Rollup merge of #139202 - bjorn3:improve_comment, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-01 | Rollup merge of #139193 - compiler-errors:inline-synthetic, r=eholk | Matthias Krüger | -0/+2 |
| 2025-04-01 | Rollup merge of #139188 - durin42:llvm-21-LintPass, r=dianqk | Matthias Krüger | -4/+9 |
| 2025-04-01 | Rollup merge of #139022 - lcnr:incr-obligation-depth, r=oli-obk | Matthias Krüger | -38/+38 |
| 2025-04-01 | Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors | Matthias Krüger | -12/+12 |
| 2025-04-01 | Add unstable `--print=crate-root-lint-levels` | Urgau | -0/+31 |
| 2025-04-01 | Allow formatting example/gen_block_iterate.rs | bjorn3 | -8/+12 |
| 2025-04-01 | check_struct_for_power_alignment: simplify code | Ralf Jung | -15/+6 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -29/+14 |
| 2025-04-01 | interpret: add a version of run_for_validation for &self | Ralf Jung | -12/+33 |
| 2025-04-01 | Auto merge of #137535 - Kobzol:split-metadata, r=petrochenkov | bors | -58/+156 |
| 2025-04-01 | Ensure `calculcate_dtor` is only ever called on local types | Oli Scherer | -4/+4 |
| 2025-04-01 | Store adt_async_destructor in metadata | Oli Scherer | -4/+7 |
| 2025-04-01 | Store adt_destructor in metadata | Oli Scherer | -4/+7 |
| 2025-04-01 | Make missing optimized MIR error more informative | Oli Scherer | -1/+3 |
| 2025-04-01 | Remove an unnecessary dtor computation and use the cached query result instead | Oli Scherer | -1/+1 |
| 2025-04-01 | Decouple trait impls of different traits wrt incremental | Oli Scherer | -2/+12 |
| 2025-04-01 | Implement `associated_items` api. | makai410 | -7/+185 |
| 2025-04-01 | Improve docs of ValTreeKind | bjorn3 | -1/+1 |
| 2025-04-01 | Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmease | bors | -793/+931 |
| 2025-04-01 | Skip suggest impl or dyn when poly trait is not a real trait | xizheyin | -0/+1 |
| 2025-04-01 | Bump metadata version | Jakub Beránek | -1/+1 |
| 2025-04-01 | Address review comments. | Nicholas Nethercote | -81/+78 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -704/+857 |
| 2025-04-01 | Ignore `#[test_case]` on anything other than `fn`/`const`/`static`. | Nicholas Nethercote | -20/+26 |
| 2025-04-01 | Factor out some shared code. | Nicholas Nethercote | -32/+14 |
| 2025-04-01 | coverage: Don't split bang-macro spans, just truncate them | Zalathar | -32/+15 |
| 2025-04-01 | coverage: Instead of splitting, just discard any span that overlaps a hole | Zalathar | -46/+17 |
| 2025-04-01 | coverage: Shrink call spans to just the function name | Zalathar | -11/+7 |
| 2025-03-31 | increment depth of nested obligations | lcnr | -38/+38 |
| 2025-03-31 | Feed HIR for by-move coroutine body def, since the inliner tries to read its ... | Michael Goulet | -0/+2 |
| 2025-03-31 | Rollup merge of #139181 - tiif:doc, r=Noratrieb | Matthias Krüger | -2/+2 |
| 2025-03-31 | Rollup merge of #139039 - nnethercote:less-kw-Empty-4, r=petrochenkov | Matthias Krüger | -10/+15 |
| 2025-03-31 | Rollup merge of #138426 - madsmtm:vita-llvm-target, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-01 | Improve `is_doc_keyword`. | Nicholas Nethercote | -3/+7 |
| 2025-04-01 | Tweak `check_doc_keyword`. | Nicholas Nethercote | -5/+5 |
| 2025-04-01 | Use `sym::dummy` in one more place. | Nicholas Nethercote | -2/+3 |
| 2025-03-31 | PassWrapper: adapt for llvm/llvm-project@94122d58fc77079a291a3d008914006cb509... | Augie Fackler | -4/+9 |
| 2025-03-31 | Fix invalid link | tiif | -2/+2 |
| 2025-03-31 | Expose `registered_tools` directly without `TyCtxt`-query | Urgau | -4/+13 |
| 2025-03-31 | Expose `LintLevelsBuilder` with crate root builder | Urgau | -0/+14 |
| 2025-03-31 | Auto merge of #139169 - matthiaskrgr:rollup-nfy4aew, r=matthiaskrgr | bors | -40/+166 |
| 2025-03-31 | hygiene: Rename semi-transparent to semi-opaque | Vadim Petrochenkov | -30/+30 |
| 2025-03-31 | Rollup merge of #139153 - compiler-errors:incr-comp-closure, r=oli-obk | Matthias Krüger | -12/+32 |
| 2025-03-31 | Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin | Matthias Krüger | -0/+29 |