| Age | Commit message (Expand) | Author | Lines |
| 2025-02-26 | Use Binder<Vec<T>> instead of Vec<Binder<T>> in new solver | Michael Goulet | -75/+70 |
| 2025-02-26 | Remove visit_const_block in typeck writeback | Gary Guo | -13/+8 |
| 2025-02-26 | Fix UB in ThinVec::flat_map_in_place | bjorn3 | -17/+25 |
| 2025-02-26 | linker: Fix escaping style for response files on Windows | Vadim Petrochenkov | -2/+6 |
| 2025-02-26 | Restore usage of io::Error | bjorn3 | -4/+7 |
| 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 | also fix potential issues with mixed stable/unstable target features in rustdoc | Ralf Jung | -12/+33 |
| 2025-02-25 | Auto merge of #137608 - fmease:rollup-h4siso6, r=fmease | bors | -182/+123 |
| 2025-02-25 | rustdoc: disable forbidden #[target_feature] check | Ralf Jung | -3/+9 |
| 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 |
| 2025-02-25 | Auto merge of #133832 - madsmtm:apple-symbols.o, r=DianQK | bors | -3/+140 |
| 2025-02-25 | Fix enzyme build errors | Vayun Biyani | -6/+6 |
| 2025-02-25 | remove unused field from VariantDef::new and convert debug to instrument | klensy | -9/+1 |
| 2025-02-25 | remove `simd_fpow` and `simd_fpowi` | Folkert de Vries | -86/+8 |
| 2025-02-25 | Don't require method impls for methods with `Self:Sized` bounds for impls for... | Oli Scherer | -1/+46 |
| 2025-02-25 | Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35 | bors | -6/+0 |
| 2025-02-25 | Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errors | bors | -458/+265 |
| 2025-02-24 | Avoid no-op unlink+link dances in incr comp | Ben Kimock | -21/+50 |
| 2025-02-24 | Rollup merge of #137556 - RalfJung:simd_shuffle_const_generic, r=oli-obk | Michael Goulet | -5/+5 |
| 2025-02-24 | Rollup merge of #137550 - matthewjasper:panic-later-for-missing-dropck-error,... | Michael Goulet | -5/+4 |
| 2025-02-24 | Rollup merge of #137548 - compiler-errors:asm-ty, r=oli-obk | Michael Goulet | -6/+22 |
| 2025-02-24 | Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden... | Michael Goulet | -151/+41 |
| 2025-02-24 | Rollup merge of #137417 - taiki-e:riscv-atomic, r=Amanieu | Michael Goulet | -0/+7 |
| 2025-02-24 | Rollup merge of #137289 - compiler-errors:coerce-unsized-errors, r=oli-obk | Michael Goulet | -253/+164 |