| Age | Commit message (Expand) | Author | Lines |
| 2025-02-28 | Auto merge of #137710 - matthiaskrgr:rollup-3vmxxu9, r=matthiaskrgr | bors | -473/+535 |
| 2025-02-28 | Auto merge of #137669 - DianQK:fn-atts-virtual, r=saethlin | bors | -38/+41 |
| 2025-02-27 | Rollup merge of #137694 - aDotInTheVoid:aDotInTheVoid-patch-1, r=jdonszelmann | Matthias Krüger | -5/+8 |
| 2025-02-27 | Rollup merge of #137455 - compiler-errors:drop-lint-dtor, r=oli-obk | Matthias Krüger | -186/+244 |
| 2025-02-27 | Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas... | Matthias Krüger | -251/+162 |
| 2025-02-27 | Rollup merge of #136688 - fee1-dead-contrib:push-nppsusmpokqo, r=compiler-errors | Matthias Krüger | -14/+96 |
| 2025-02-27 | Rollup merge of #136579 - bjorn3:fix_thinvec_ext_ub, r=BoxyUwU | Matthias Krüger | -17/+25 |
| 2025-02-27 | Don't infer unwinding of virtual calls based on the function attributes | DianQK | -6/+13 |
| 2025-02-27 | Don't infer attributes of virtual calls based on the function body | DianQK | -36/+32 |
| 2025-02-27 | require trait impls to have matching const stabilities as the traits | Deadbeef | -14/+96 |
| 2025-02-27 | Rename `AssocOp::As` as `AssocOp::Cast`. | Nicholas Nethercote | -9/+9 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -21/+24 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -213/+124 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -22/+19 |
| 2025-02-26 | Spruce up `AttributeKind` docs | Alona Enraght-Moony | -5/+8 |
| 2025-02-26 | Print out destructor | Michael Goulet | -186/+244 |
| 2025-02-26 | Rollup merge of #137671 - meithecatte:discoverable-dump-mir, r=Nadrieril | León Orell Valerian Liehr | -0/+1 |
| 2025-02-26 | Rollup merge of #137635 - compiler-errors:constrain-unstable, r=SparrowLii | León Orell Valerian Liehr | -1/+4 |
| 2025-02-26 | Rollup merge of #137631 - TaKO8Ki:issue-137508, r=compiler-errors | León Orell Valerian Liehr | -1/+5 |
| 2025-02-26 | Rollup merge of #137201 - estebank:structured-errors-long-ty, r=oli-obk | León Orell Valerian Liehr | -216/+312 |
| 2025-02-26 | Fix UB in ThinVec::flat_map_in_place | bjorn3 | -17/+25 |
| 2025-02-26 | Auto merge of #137354 - FractalFir:intern_with_cap, r=FractalFir | bors | -24/+33 |
| 2025-02-26 | Make -Z unpretty=mir suggest -Z dump-mir as well | Maja Kądziołka | -0/+1 |
| 2025-02-26 | Rollup merge of #137622 - jdonszelmann:fix-137589, r=compiler-errors | León Orell Valerian Liehr | -6/+12 |
| 2025-02-26 | Rollup merge of #137613 - davidtwco:const-traits-variances, r=compiler-errors | León Orell Valerian Liehr | -0/+4 |
| 2025-02-26 | Rollup merge of #137604 - davidtwco:host-effect-resolve-vars, r=compiler-errors | León Orell Valerian Liehr | -0/+2 |
| 2025-02-26 | Rollup merge of #137603 - davidtwco:extern-types-no-deref, r=lcnr | León Orell Valerian Liehr | -30/+31 |
| 2025-02-26 | Rollup merge of #137601 - davidtwco:deduplicate-type-has-metadata, r=fmease,b... | León Orell Valerian Liehr | -30/+24 |
| 2025-02-26 | Rollup merge of #137529 - klensy:unused3, r=lcnr | León Orell Valerian Liehr | -24/+9 |
| 2025-02-26 | Rollup merge of #136576 - usamoi:pass-more-llbc, r=fmease | León Orell Valerian Liehr | -2/+2 |
| 2025-02-26 | fix #137508 | Takayuki Maeda | -1/+5 |
| 2025-02-25 | Don't suggest constraining unstable associated types | Michael Goulet | -1/+4 |
| 2025-02-25 | Auto merge of #137608 - fmease:rollup-h4siso6, r=fmease | bors | -182/+123 |
| 2025-02-25 | Fix rebase | Esteban Küber | -1/+1 |
| 2025-02-25 | fix #137589 | Jana Dönszelmann | -6/+12 |
| 2025-02-25 | add doc comment detail | Esteban Küber | -0/+6 |
| 2025-02-25 | Make E0609 a structured error | Esteban Küber | -19/+46 |
| 2025-02-25 | Make E0614 a structured error | Esteban Küber | -10/+17 |
| 2025-02-25 | Make E0529 a structured error | Esteban Küber | -21/+57 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -167/+187 |
| 2025-02-25 | Auto merge of #137611 - fmease:rollup-ln673ux, r=fmease | bors | -10/+53 |
| 2025-02-25 | Rollup merge of #137515 - tgross35:update-builtins, r=tgross35 | León Orell Valerian Liehr | -2/+2 |
| 2025-02-25 | Rollup merge of #137360 - real-eren:rustc_span/use-chunks-exact, r=Noratrieb | León Orell Valerian Liehr | -7/+5 |
| 2025-02-25 | Rollup merge of #135480 - oli-obk:sized-method-on-unsized-impl, r=lcnr | León Orell Valerian Liehr | -1/+46 |
| 2025-02-25 | Rollup merge of #137602 - davidtwco:force-inline-description, r=fmease | León Orell Valerian Liehr | -1/+1 |
| 2025-02-25 | Rollup merge of #137600 - davidtwco:predicate-polarity-comment, r=fmease | León Orell Valerian Liehr | -2/+0 |
| 2025-02-25 | Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJung | León Orell Valerian Liehr | -86/+8 |
| 2025-02-25 | Rollup merge of #137464 - chenyukang:yukang-fix-136343, r=estebank | León Orell Valerian Liehr | -5/+9 |
| 2025-02-25 | Rollup merge of #137444 - compiler-errors:drop-lint, r=oli-obk | León Orell Valerian Liehr | -77/+79 |
| 2025-02-25 | Rollup merge of #137370 - RalfJung:x86-abi-fallback, r=SparrowLii | León Orell Valerian Liehr | -11/+26 |