| Age | Commit message (Expand) | Author | Lines |
| 2025-01-24 | Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgr | bors | -173/+2317 |
| 2025-01-24 | Rollup merge of #135936 - RalfJung:reify-intrinsic, r=oli-obk | Matthias Krüger | -11/+11 |
| 2025-01-24 | Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jackh726 | Matthias Krüger | -36/+36 |
| 2025-01-24 | Rollup merge of #135890 - GrigorenkoPV:deque-pop-if, r=thomcc | Matthias Krüger | -0/+86 |
| 2025-01-24 | Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi... | Matthias Krüger | -96/+200 |
| 2025-01-24 | Rollup merge of #135799 - aDotInTheVoid:skrrt-skrrt-revrrt, r=GuillaumeGomez | Matthias Krüger | -26/+125 |
| 2025-01-24 | Rollup merge of #135757 - no1wudi:master, r=compiler-errors | Matthias Krüger | -2/+230 |
| 2025-01-24 | Rollup merge of #135489 - RalfJung:TryFromSliceError, r=tgross35 | Matthias Krüger | -2/+2 |
| 2025-01-24 | Rollup merge of #133605 - traviscross:TC/add-2024-drop-order-tests, r=compile... | Matthias Krüger | -0/+1627 |
| 2025-01-24 | Fix `FormattingOptions` instantiation with `Default` | Yuri Astrakhan | -1/+16 |
| 2025-01-24 | don't drop types with no drop glue when tailcalling | Waffle Lapkin | -12/+12 |
| 2025-01-24 | Merge pull request #4147 from rust-lang/rustup-2025-01-24 | Ben Kimock | -525/+2427 |
| 2025-01-24 | coverage: Tweak FileCheck directives in a mir-opt test | Zalathar | -16/+19 |
| 2025-01-24 | coverage: Treat the "merged node flow graph" as a plain data struct | Zalathar | -83/+89 |
| 2025-01-24 | coverage: Replace `FrozenUnionFind` with a plain IndexVec | Zalathar | -31/+11 |
| 2025-01-24 | coverage: Simplify how counter terms are stored | Zalathar | -30/+20 |
| 2025-01-24 | coverage: Make query `coverage_ids_info` return an Option | Zalathar | -14/+12 |
| 2025-01-24 | coverage: Remove some dead code from MC/DC branch mapping conversion | Zalathar | -19/+13 |
| 2025-01-24 | Exclude `mir::coverage` types from TypeFoldable/TypeVisitable | Zalathar | -15/+26 |
| 2025-01-24 | fmt | The Miri Cronjob Bot | -1/+1 |
| 2025-01-24 | Merge from rustc | The Miri Cronjob Bot | -524/+2426 |
| 2025-01-24 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-24 | Auto merge of #135959 - matthiaskrgr:rollup-0jenyfw, r=matthiaskrgr | bors | -100/+664 |
| 2025-01-24 | Properly report error when object type param default references self | Michael Goulet | -21/+71 |
| 2025-01-24 | set default changelog messages to fail the changelog CI | lapla-cogito | -4/+6 |
| 2025-01-24 | Auto merge of #135947 - matthiaskrgr:rollup-k9jpfls, r=matthiaskrgr | bors | -251/+1609 |
| 2025-01-23 | allow different sized load and store | Henry Jiang | -4/+4 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -294/+414 |
| 2025-01-24 | Use short type string in E0308 secondary span label | Esteban Küber | -9/+43 |
| 2025-01-23 | Check cfg when collecting macro defs | David Richey | -0/+6 |
| 2025-01-23 | Auto merge of #132666 - dingxiangfei2009:skip-if-let-rescope-lint, r=compiler... | bors | -6/+5 |
| 2025-01-24 | Rollup merge of #135905 - workingjubilee:softly-sanitize-aarch64-floats, r=rc... | Matthias Krüger | -1/+3 |
| 2025-01-24 | Rollup merge of #135878 - marcoieni:dist-aarch64-linux-8c, r=Kobzol | Matthias Krüger | -1/+3 |
| 2025-01-24 | Rollup merge of #135855 - cuviper:parser-size, r=wesleywiser | Matthias Krüger | -2/+3 |
| 2025-01-24 | Rollup merge of #135827 - marcoieni:free-space-script, r=Kobzol | Matthias Krüger | -1/+143 |
| 2025-01-24 | Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3 | Matthias Krüger | -5/+367 |
| 2025-01-24 | Rollup merge of #135638 - Kobzol:gcc-ci, r=onur-ozkan | Matthias Krüger | -4/+57 |
| 2025-01-24 | Rollup merge of #135366 - Urgau:unreach_pub-std-2, r=cuviper | Matthias Krüger | -86/+88 |
| 2025-01-23 | Add extensive set of drop order tests | Travis Cross | -0/+1627 |
| 2025-01-24 | Make `Vec::pop_if` a bit more presentable | Pavel Grigorenko | -7/+4 |
| 2025-01-23 | Give E0223 similar-item suggestion test more descriptive name. | Zachary S | -13/+13 |
| 2025-01-23 | Rollup merge of #135920 - hkBst:patch-16, r=SparrowLii | Matthias Krüger | -7/+1 |
| 2025-01-23 | Rollup merge of #135911 - Zalathar:arena-cache-option, r=compiler-errors | Matthias Krüger | -9/+64 |
| 2025-01-23 | Rollup merge of #135908 - ken-matsui:remove-asm-to-obj-comment, r=compiler-er... | Matthias Krüger | -6/+3 |
| 2025-01-23 | Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obk | Matthias Krüger | -174/+68 |
| 2025-01-23 | Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errors | Matthias Krüger | -22/+49 |
| 2025-01-23 | Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er... | Matthias Krüger | -19/+12 |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -14/+1412 |
| 2025-01-23 | Disable non-required MIR opts with `optimize(none)` | clubby789 | -10/+319 |
| 2025-01-23 | Implement `optimize(none)` attribute | clubby789 | -14/+45 |