| Age | Commit message (Expand) | Author | Lines |
| 2025-01-31 | Rollup merge of #136336 - nnethercote:overhaul-rustc_middle-util, r=jieyouxu | Matthias Krüger | -135/+102 |
| 2025-01-31 | Rollup merge of #136330 - nnethercote:rm-unnecessary-hooks, r=oli-obk | Matthias Krüger | -35/+26 |
| 2025-01-31 | Rollup merge of #136326 - Zalathar:llvm-di-builder-ref, r=nikic | Matthias Krüger | -106/+101 |
| 2025-01-31 | Rollup merge of #136325 - compiler-errors:indirectly, r=RalfJung | Matthias Krüger | -1/+6 |
| 2025-01-31 | Rollup merge of #136194 - taiki-e:bpf-clobber-abi, r=amanieu | Matthias Krüger | -0/+13 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -10/+8 |
| 2025-01-31 | Auto merge of #136331 - jhpratt:rollup-curo1f4, r=jhpratt | bors | -83/+148 |
| 2025-01-31 | Rollup merge of #136287 - zmodem:nocapture, r=nikic | Jacob Pratt | -0/+10 |
| 2025-01-31 | Rollup merge of #136278 - lqd:polonius-debugger-episode-3, r=matthewjasper | Jacob Pratt | -9/+101 |
| 2025-01-31 | Rollup merge of #136270 - nnethercote:rm-NamedVarMap, r=jackh726 | Jacob Pratt | -72/+37 |
| 2025-01-31 | Rollup merge of #135414 - tgross35:stabilize-const_black_box, r=dtolnay | Jacob Pratt | -2/+0 |
| 2025-01-31 | Overhaul `to_readable_str`. | Nicholas Nethercote | -48/+42 |
| 2025-01-31 | Don't export the `Trivial*` macros. | Nicholas Nethercote | -4/+1 |
| 2025-01-31 | Move `find_self_call`. | Nicholas Nethercote | -60/+48 |
| 2025-01-31 | Give a better explanation for having `bug_fmt` and `span_bug_fmt`. | Nicholas Nethercote | -3/+3 |
| 2025-01-31 | Remove the `mir_build` hook. | Nicholas Nethercote | -14/+7 |
| 2025-01-31 | Remove the `thir_{tree,flat}` hooks. | Nicholas Nethercote | -17/+12 |
| 2025-01-31 | Add/clarify comments about hooks. | Nicholas Nethercote | -4/+7 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -402/+342 |
| 2025-01-31 | Remove the temporary typedef for `LLVMRustDIFlags` | Zalathar | -16/+10 |
| 2025-01-31 | Replace our `LLVMRustDIBuilderRef` with LLVM-C's `LLVMDIBuilderRef` | Zalathar | -90/+91 |
| 2025-01-31 | Delay a bug when indexing unsized slices | Michael Goulet | -1/+6 |
| 2025-01-30 | Auto merge of #136318 - matthiaskrgr:rollup-a159mzo, r=matthiaskrgr | bors | -229/+392 |
| 2025-01-31 | Simplify `bug!` and `span_bug!`. | Nicholas Nethercote | -20/+8 |
| 2025-01-30 | Auto merge of #135030 - Flakebi:require-cpu, r=workingjubilee | bors | -0/+17 |
| 2025-01-30 | Rollup merge of #136180 - lukas-code:typed-valtree, r=oli-obk | Matthias Krüger | -208/+237 |
| 2025-01-30 | Rollup merge of #135026 - Flakebi:global-addrspace, r=saethlin | Matthias Krüger | -21/+155 |
| 2025-01-30 | More assertions, tests, and miri coverage | Michael Goulet | -81/+77 |
| 2025-01-30 | Auto merge of #136292 - matthiaskrgr:rollup-fw1tlca, r=matthiaskrgr | bors | -92/+113 |
| 2025-01-30 | add comments | Lukas Markeffsky | -1/+10 |
| 2025-01-30 | check the types in `ty::Value` to value conversion | Lukas Markeffsky | -16/+23 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -194/+207 |
| 2025-01-30 | Use ExistentialTraitRef throughout codegen | Michael Goulet | -63/+71 |
| 2025-01-30 | Normalize vtable entries before walking and deduplicating them | Michael Goulet | -22/+44 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -113/+121 |
| 2025-01-30 | Remove print_vtable_sizes | Michael Goulet | -152/+1 |
| 2025-01-30 | Rework rustc_dump_vtable | Michael Goulet | -35/+92 |
| 2025-01-30 | Rollup merge of #136251 - hkBst:opt_imports, r=estebank | Matthias Krüger | -10/+5 |
| 2025-01-30 | Rollup merge of #136179 - oli-obk:push-vxvyttorquxw, r=BoxyUwU | Matthias Krüger | -0/+3 |
| 2025-01-30 | Rollup merge of #135882 - hkBst:master, r=estebank | Matthias Krüger | -22/+18 |
| 2025-01-30 | Rollup merge of #135739 - wesleywiser:dwarf_version_handling, r=lqd | Matthias Krüger | -27/+34 |
| 2025-01-30 | Rollup merge of #135434 - dianne:match-2024-for-edition-2024, r=Nadrieril | Matthias Krüger | -33/+53 |
| 2025-01-30 | Auto merge of #136038 - compiler-errors:outlives, r=lcnr | bors | -195/+163 |
| 2025-01-30 | use Attribute::getWithCaptureInfo | Hans Wennborg | -2/+1 |
| 2025-01-30 | LLVM changed the nocapture attribute to captures(none) | Hans Wennborg | -0/+11 |
| 2025-01-30 | add constraint graph to polonius MIR dump | Rémy Rakic | -9/+101 |
| 2025-01-29 | Clean up uses of the unstable `dwarf_version` option | Wesley Wiser | -27/+34 |
| 2025-01-30 | Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obk | bors | -30/+59 |
| 2025-01-30 | Remove `NamedVarMap`. | Nicholas Nethercote | -72/+37 |
| 2025-01-29 | Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwU | bors | -82/+103 |