| Age | Commit message (Expand) | Author | Lines |
| 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-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-29 | Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwU | bors | -82/+103 |
| 2025-01-29 | Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgr | bors | -27/+73 |
| 2025-01-29 | Handle all `PatExpr`s in dead code analysis | Oli Scherer | -5/+12 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -80/+94 |
| 2025-01-29 | Rollup merge of #136214 - momvart:driver_callback_crate_mut, r=bjorn3 | Matthias Krüger | -3/+3 |
| 2025-01-29 | Rollup merge of #136212 - estebank:span-tweak, r=petrochenkov | Matthias Krüger | -15/+10 |
| 2025-01-29 | Rollup merge of #136205 - compiler-errors:len-3, r=BoxyUwU | Matthias Krüger | -3/+16 |
| 2025-01-29 | Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnr | Matthias Krüger | -6/+44 |
| 2025-01-29 | Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmease | bors | -55/+70 |
| 2025-01-29 | Allow transmuting generic pattern types to and from their base | Oli Scherer | -0/+3 |
| 2025-01-29 | Rollup merge of #136176 - oli-obk:pattern-type-mir-opts, r=compiler-errors | León Orell Valerian Liehr | -0/+4 |
| 2025-01-29 | Rollup merge of #136170 - taiki-e:atomics-32, r=workingjubilee | León Orell Valerian Liehr | -0/+5 |
| 2025-01-29 | Rollup merge of #136168 - fmease:gci-fix-mono, r=compiler-errors | León Orell Valerian Liehr | -4/+7 |
| 2025-01-29 | Rollup merge of #136166 - RalfJung:interpet-is-alloc-live, r=compiler-errors | León Orell Valerian Liehr | -2/+4 |
| 2025-01-29 | Rollup merge of #136121 - oli-obk:push-zzvxlynmnqpp, r=estebank | León Orell Valerian Liehr | -49/+50 |
| 2025-01-29 | Auto merge of #136225 - fmease:rollup-fm7m744, r=fmease | bors | -345/+468 |
| 2025-01-29 | Rollup merge of #136164 - celinval:chores-fnkind, r=oli-obk | León Orell Valerian Liehr | -78/+70 |
| 2025-01-29 | Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=... | León Orell Valerian Liehr | -117/+72 |
| 2025-01-29 | Rollup merge of #136104 - lqd:polonius-debugger-episode-2, r=matthewjasper | León Orell Valerian Liehr | -5/+136 |
| 2025-01-29 | Rollup merge of #135943 - hkBst:opt_imports, r=estebank | León Orell Valerian Liehr | -36/+31 |
| 2025-01-29 | Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ... | León Orell Valerian Liehr | -109/+159 |
| 2025-01-29 | Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726 | bors | -16/+16 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -136/+215 |
| 2025-01-28 | Make crate AST mutation accessible for driver callback | Mohammad Omidvar | -3/+3 |
| 2025-01-28 | Tweak `&mut self` suggestion span | Esteban Küber | -15/+10 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -78/+70 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -97/+88 |
| 2025-01-28 | Do not assume child bound assumptions for rigid alias | Michael Goulet | -14/+73 |
| 2025-01-28 | parse_format optimize import use | Marijn Schouten | -36/+31 |
| 2025-01-28 | Properly check that array length is valid type during built-in unsizing in index | Michael Goulet | -3/+16 |
| 2025-01-28 | Rollup merge of #136149 - cuviper:rustc-rayon-indexmap, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-01-28 | Rollup merge of #136071 - wowinter13:clippy-add-diagnostic-items, r=flip1995 | Matthias Krüger | -0/+2 |
| 2025-01-28 | Rollup merge of #136066 - compiler-errors:local-spans, r=lcnr | Matthias Krüger | -20/+34 |
| 2025-01-28 | Rollup merge of #136055 - fee1-dead-contrib:push-ovmyztlkptmk, r=RalfJung | Matthias Krüger | -110/+120 |
| 2025-01-28 | "normalize" signature before checking mentions self | Boxy | -4/+57 |
| 2025-01-28 | Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obk | Matthias Krüger | -86/+242 |
| 2025-01-28 | Rollup merge of #133151 - tyrone-wu:trim-fn-ptr-whitespace, r=compiler-errors | Matthias Krüger | -6/+50 |
| 2025-01-28 | Suggest considering casting fn item as fn pointer in more cases | mu001999 | -6/+44 |
| 2025-01-28 | miri: optimize zeroed alloc | SpecificProtagonist | -30/+59 |
| 2025-01-28 | Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercote | bors | -12/+4 |
| 2025-01-28 | Edit the inputs to const == val check instead of duplicating logic | Oli Scherer | -32/+34 |
| 2025-01-28 | Make mir dumps more readable | Oli Scherer | -0/+4 |
| 2025-01-28 | Auto merge of #134290 - tgross35:windows-i128-callconv, r=bjorn3,wesleywiser | bors | -57/+37 |
| 2025-01-28 | Reject unsound toggling of Arm atomics-32 target feature | Taiki Endo | -0/+5 |