| Age | Commit message (Expand) | Author | Lines |
| 2025-04-03 | Auto merge of #132527 - DianQK:gvn-stmt-iter, r=oli-obk | bors | -443/+454 |
| 2025-04-03 | Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgr | bors | -12/+95 |
| 2025-04-03 | Invalid dereferences for all non-local mutations | dianqk | -22/+59 |
| 2025-04-03 | Remove `unsound-mir-opts` for `simplify_aggregate_to_copy` | dianqk | -68/+64 |
| 2025-04-03 | Auto merge of #139137 - petrochenkov:errwhere2, r=jieyouxu | bors | -523/+672 |
| 2025-04-03 | Auto merge of #137738 - Daniel-Aaron-Bloom:const_slice_make_iter, r=dtolnay | bors | -140/+128 |
| 2025-04-03 | Fix up tests on wasm and msvc, and rebase conflicts | Vadim Petrochenkov | -13/+35 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -520/+647 |
| 2025-04-03 | Rollup merge of #139294 - beetrees:fix-f16-f128-literal-feature-gate, r=fmease | Matthias Krüger | -12/+54 |
| 2025-04-03 | Rollup merge of #139145 - okaneco:safe_splits, r=Amanieu | Matthias Krüger | -0/+24 |
| 2025-04-03 | Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscross | Matthias Krüger | -0/+17 |
| 2025-04-03 | Fix the `f16`/`f128` feature gate on integer literals | beetrees | -12/+54 |
| 2025-04-02 | Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgr | bors | -32/+202 |
| 2025-04-02 | Rollup merge of #139264 - freyacodes:fix/bad-turbofish-hints, r=petrochenkov | Matthias Krüger | -0/+33 |
| 2025-04-02 | Rollup merge of #139235 - nnethercote:AstValidator-tweaks, r=compiler-errors | Matthias Krüger | -32/+32 |
| 2025-04-02 | Rollup merge of #138992 - dianne:simplify-byte-string-to-pat, r=oli-obk | Matthias Krüger | -0/+137 |
| 2025-04-02 | Make slice iterator constructors unstably const | Daniel Bloom | -140/+128 |
| 2025-04-02 | Fix two incorrect turbofish suggestions | Freya Arbjerg | -0/+33 |
| 2025-04-02 | Rollup merge of #139239 - jieyouxu:run-make-aux-build, r=Kobzol | Takayuki Maeda | -4/+4 |
| 2025-04-02 | Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu | Takayuki Maeda | -5/+132 |
| 2025-04-02 | Bless tests | dianqk | -322/+301 |
| 2025-04-02 | Revert "comment out the old tests instead of adjusting them" | dianqk | -49/+48 |
| 2025-04-02 | Invalidate all dereferences for non-local assignments | dianqk | -5/+3 |
| 2025-04-02 | Do not use `for_each_assignment_mut` to iterate over assignment statements | dianqk | -2/+4 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -2/+2 |
| 2025-04-02 | Update `run-make` tests to no longer use `aux_build` | Jieyou Xu | -4/+4 |
| 2025-04-01 | add tests for array/slice const patterns | dianne | -0/+137 |
| 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 | Factor some code out of `AstValidator::visit_items`. | Nicholas Nethercote | -32/+32 |
| 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 | Add unstable `--print=crate-root-lint-levels` | Urgau | -5/+132 |
| 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 |