| Age | Commit message (Expand) | Author | Lines |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -2/+2 |
| 2025-04-02 | Auto merge of #139229 - Zalathar:rollup-5cs3f4d, r=Zalathar | bors | -280/+429 |
| 2025-04-02 | Rollup merge of #139214 - bjorn3:edition_2024_rustfmt, r=compiler-errors | Stuart Cook | -1/+1 |
| 2025-04-02 | Rollup merge of #139200 - xizheyin:issue-139174, r=compiler-errors | Stuart Cook | -0/+64 |
| 2025-04-02 | Rollup merge of #139102 - Zalathar:no-split, r=oli-obk | Stuart Cook | -257/+265 |
| 2025-04-02 | Rollup merge of #138941 - compiler-errors:receiver-is-dispatchable-bounds, r=... | Stuart Cook | -13/+39 |
| 2025-04-02 | Rollup merge of #138823 - a4lg:riscv-feature-addition-base-i, r=Amanieu | Stuart Cook | -0/+5 |
| 2025-04-02 | Rollup merge of #138003 - sayantn:new-amx, r=Amanieu | Stuart Cook | -0/+25 |
| 2025-04-02 | Rollup merge of #135295 - eyraudh:master, r=compiler-errors | Stuart Cook | -9/+30 |
| 2025-04-02 | rustc_target: RISC-V: add base "I"-related important extensions | Tsukasa OI | -0/+5 |
| 2025-04-02 | Auto merge of #138478 - nnethercote:rm-NtExpr-NtLiteral, r=petrochenkov | bors | -422/+671 |
| 2025-04-02 | Fix problem causing `rusqlite` compilation to OOM. | Nicholas Nethercote | -0/+133 |
| 2025-04-02 | Fix a problem with metavars and inner attributes. | Nicholas Nethercote | -0/+14 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -422/+524 |
| 2025-04-01 | Rollup merge of #139193 - compiler-errors:inline-synthetic, r=eholk | Matthias Krüger | -12/+28 |
| 2025-04-01 | Rollup merge of #139188 - durin42:llvm-21-LintPass, r=dianqk | Matthias Krüger | -2/+2 |
| 2025-04-01 | Rollup merge of #139129 - reez12g:add-tests-for-slice-bounds-check-optimizati... | Matthias Krüger | -0/+37 |
| 2025-04-01 | Rollup merge of #139022 - lcnr:incr-obligation-depth, r=oli-obk | Matthias Krüger | -34/+32 |
| 2025-04-01 | Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors | Matthias Krüger | -2/+123 |
| 2025-04-01 | Rollup merge of #110406 - aDotInTheVoid:rdj-derived-impl-attr, r=GuillaumeGomez | Matthias Krüger | -0/+13 |
| 2025-04-01 | Make coroutine_drop_cleanup 2024 edition compatible | bjorn3 | -1/+1 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -837/+96 |
| 2025-04-01 | Auto merge of #137535 - Kobzol:split-metadata, r=petrochenkov | bors | -0/+92 |
| 2025-04-01 | Make missing optimized MIR error more informative | Oli Scherer | -2/+2 |
| 2025-04-01 | Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmease | bors | -40/+53 |
| 2025-04-01 | Skip suggest impl or dyn when poly trait is not a real trait | xizheyin | -15/+0 |
| 2025-04-01 | Add ui test ui/traits/object/suggestion-trait-object-issue-139174.rs | xizheyin | -0/+79 |
| 2025-04-01 | Address review comments. | Nicholas Nethercote | -3/+4 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -39/+39 |
| 2025-04-01 | Ignore `#[test_case]` on anything other than `fn`/`const`/`static`. | Nicholas Nethercote | -1/+13 |
| 2025-04-01 | coverage: Don't split bang-macro spans, just truncate them | Zalathar | -128/+128 |
| 2025-04-01 | coverage: Instead of splitting, just discard any span that overlaps a hole | Zalathar | -42/+46 |
| 2025-04-01 | coverage: Shrink call spans to just the function name | Zalathar | -95/+99 |
| 2025-04-01 | coverage: Tweak tests/coverage/assert-ne.rs | Zalathar | -2/+2 |
| 2025-03-31 | increment depth of nested obligations | lcnr | -34/+32 |
| 2025-03-31 | Feed HIR for by-move coroutine body def, since the inliner tries to read its ... | Michael Goulet | -12/+28 |
| 2025-03-31 | Rollup merge of #139176 - m-ou-se:print3, r=compiler-errors | Matthias Krüger | -73/+0 |
| 2025-03-31 | Rollup merge of #138840 - jyn514:precedence-order, r=wesleywiser | Matthias Krüger | -0/+152 |
| 2025-03-31 | rustdoc-json: Add test for #[automatically_derived] attribute | Alona Enraght-Moony | -0/+13 |
| 2025-03-31 | PassWrapper: adapt for llvm/llvm-project@94122d58fc77079a291a3d008914006cb509... | Augie Fackler | -2/+2 |
| 2025-03-31 | Auto merge of #139169 - matthiaskrgr:rollup-nfy4aew, r=matthiaskrgr | bors | -27/+309 |
| 2025-03-31 | Add tests for LLVM 20 slice bounds check optimization | reez12g | -0/+37 |
| 2025-03-31 | Remove fragile equal-pointers-unequal/*/print3.rs tests. | Mara Bos | -73/+0 |
| 2025-03-31 | Rollup merge of #139153 - compiler-errors:incr-comp-closure, r=oli-obk | Matthias Krüger | -17/+32 |
| 2025-03-31 | Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin | Matthias Krüger | -6/+67 |
| 2025-03-31 | Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmease | Matthias Krüger | -4/+46 |
| 2025-03-31 | Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnr | Matthias Krüger | -0/+164 |
| 2025-03-31 | Auto merge of #138892 - compiler-errors:revert-ptr-ptr, r=oli-obk | bors | -376/+0 |
| 2025-03-31 | Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercote | bors | -10/+10 |
| 2025-03-31 | Add tests | Jakub Beránek | -0/+92 |