| Age | Commit message (Expand) | Author | Lines |
| 2025-04-03 | Auto merge of #132527 - DianQK:gvn-stmt-iter, r=oli-obk | bors | -573/+566 |
| 2025-04-03 | Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgr | bors | -506/+737 |
| 2025-04-03 | Invalid dereferences for all non-local mutations | dianqk | -36/+75 |
| 2025-04-03 | Only preserving derefs for trivial terminators like SwitchInt and Goto | dianqk | -2/+8 |
| 2025-04-03 | Remove `unsound-mir-opts` for `simplify_aggregate_to_copy` | dianqk | -71/+65 |
| 2025-04-03 | Auto merge of #139137 - petrochenkov:errwhere2, r=jieyouxu | bors | -533/+681 |
| 2025-04-03 | Auto merge of #137738 - Daniel-Aaron-Bloom:const_slice_make_iter, r=dtolnay | bors | -176/+185 |
| 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 | -530/+656 |
| 2025-04-03 | Rollup merge of #139294 - beetrees:fix-f16-f128-literal-feature-gate, r=fmease | Matthias Krüger | -22/+66 |
| 2025-04-03 | Rollup merge of #139283 - BoxyUwU:rdg-push, r=jieyouxu | Matthias Krüger | -410/+543 |
| 2025-04-03 | Rollup merge of #139282 - lolbinarycat:rustdoc-settings-checkbox-noshrink, r=... | Matthias Krüger | -0/+3 |
| 2025-04-03 | Rollup merge of #139273 - tgross35:cell-update-changes, r=jhpratt | Matthias Krüger | -13/+6 |
| 2025-04-03 | Rollup merge of #139149 - mejrs:itaf, r=ehuss | Matthias Krüger | -0/+22 |
| 2025-04-03 | Rollup merge of #139145 - okaneco:safe_splits, r=Amanieu | Matthias Krüger | -60/+58 |
| 2025-04-03 | Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscross | Matthias Krüger | -1/+39 |
| 2025-04-03 | Auto merge of #139250 - dianqk:llvm-20.1.2, r=cuviper | bors | -0/+0 |
| 2025-04-03 | Auto merge of #139234 - compiler-errors:query-tweak, r=oli-obk | bors | -11/+8 |
| 2025-04-03 | Fix the `f16`/`f128` feature gate on integer literals | beetrees | -22/+66 |
| 2025-04-02 | Mark super_let feature as incomplete. | Mara Bos | -1/+1 |
| 2025-04-02 | rustdoc: make settings checkboxes always square | binarycat | -0/+3 |
| 2025-04-02 | Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgr | bors | -262/+475 |
| 2025-04-02 | Apply requested API changes to `cell_update` | Trevor Gross | -13/+6 |
| 2025-04-02 | Rollup merge of #139264 - freyacodes:fix/bad-turbofish-hints, r=petrochenkov | Matthias Krüger | -7/+58 |
| 2025-04-02 | Rollup merge of #139260 - dianqk:dianqk-codegen-reviewers, r=Urgau | Matthias Krüger | -1/+1 |
| 2025-04-02 | Rollup merge of #139237 - Zoxc:anon-0-deps-kind, r=compiler-errors | Matthias Krüger | -5/+21 |
| 2025-04-02 | Rollup merge of #139235 - nnethercote:AstValidator-tweaks, r=compiler-errors | Matthias Krüger | -188/+189 |
| 2025-04-02 | Rollup merge of #139211 - RalfJung:interpret-run-for-validation, r=oli-obk | Matthias Krüger | -13/+34 |
| 2025-04-02 | Rollup merge of #138992 - dianne:simplify-byte-string-to-pat, r=oli-obk | Matthias Krüger | -48/+172 |
| 2025-04-02 | Make slice iterator constructors unstably const | Daniel Bloom | -176/+185 |
| 2025-04-02 | Fix two incorrect turbofish suggestions | Freya Arbjerg | -7/+58 |
| 2025-04-02 | Merge pull request #2313 from jieyouxu/rustc-pull | 许杰友 Jieyou Xu (Joe) | -19809/+30316 |
| 2025-04-02 | Merge from rustc | Jieyou Xu | -19808/+30315 |
| 2025-04-02 | Preparing for merge from rustc | Jieyou Xu | -1/+1 |
| 2025-04-02 | Add dianqk to codegen reviewers | dianqk | -1/+1 |
| 2025-04-02 | Auto merge of #139257 - TaKO8Ki:rollup-vjzdas7, r=TaKO8Ki | bors | -238/+397 |
| 2025-04-02 | Rollup merge of #139239 - jieyouxu:run-make-aux-build, r=Kobzol | Takayuki Maeda | -19/+5 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -208/+175 |
| 2025-04-02 | Rollup merge of #139215 - clubby789:std-size-tweaks, r=joboet | Takayuki Maeda | -0/+3 |
| 2025-04-02 | Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu | Takayuki Maeda | -9/+213 |
| 2025-04-02 | Rollup merge of #139178 - apiraino:remove-cjgillot-automated-assighment, r=cj... | Takayuki Maeda | -2/+1 |
| 2025-04-02 | Update to LLVM 20.1.2 | dianqk | -0/+0 |
| 2025-04-02 | Bless tests | dianqk | -322/+301 |
| 2025-04-02 | Partially revert "Do not unify dereferences in GVN." | dianqk | -3/+1 |
| 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 | -13/+35 |
| 2025-04-02 | `next_opaque` is no longer an `Option` | dianqk | -37/+32 |
| 2025-04-02 | Do not use `for_each_assignment_mut` to iterate over assignment statements | dianqk | -80/+41 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -94/+97 |
| 2025-04-02 | Update `run-make` tests to no longer use `aux_build` | Jieyou Xu | -4/+4 |