| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2025-02-25 | Changed interners to start with preallocated capacity | Michał Kostrubiec | -24/+33 |
| 2025-02-24 | Rollup merge of #137109 - bend-n:knife, r=oli-obk | Trevor Gross | -6/+0 |
| 2025-02-24 | Auto merge of #135726 - jdonszelmann:attr-parsing, r=oli-obk | bors | -1790/+3514 |
| 2025-02-24 | Deduplicate CoerceUnsized and DispatchFromDyn impl errors | Michael Goulet | -3/+13 |
| 2025-02-24 | Simplify trait error message for CoercePointee validation | Michael Goulet | -47/+84 |
| 2025-02-24 | Consolidate and rework CoercePointee and DispatchFromDyn errors | Michael Goulet | -222/+89 |
| 2025-02-24 | More eagerly bail in DispatchFromDyn validation | Michael Goulet | -25/+22 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -38/+22 |
| 2025-02-24 | Consider lvalues of field and index as possibly temporary places | Michael Goulet | -0/+8 |
| 2025-02-24 | More comments | Michael Goulet | -8/+16 |
| 2025-02-24 | Improve behavior of IF_LET_RESCOPE around temporaries and place expressions | Michael Goulet | -77/+63 |
| 2025-02-24 | rename simd_shuffle_generic → simd_shuffle_const_generic | Ralf Jung | -5/+5 |
| 2025-02-24 | Don't immediately panic if dropck fails without returning errors | Matthew Jasper | -5/+4 |
| 2025-02-24 | Better error message for unsized pointers | Michael Goulet | -1/+18 |
| 2025-02-24 | Properly support thin ptrs that are only thin due to their param-env in asm m... | Michael Goulet | -5/+4 |
| 2025-02-24 | Mark more LLVM FFI as safe | Oli Scherer | -58/+68 |
| 2025-02-24 | Use a safe wrapper around an LLVM FFI function | Oli Scherer | -8/+13 |
| 2025-02-24 | Remove inherent function that has a trait method duplicate of a commonly impo... | Oli Scherer | -16/+10 |
| 2025-02-24 | Deduplicate more functions between `SimpleCx` and `CodegenCx` | Oli Scherer | -54/+4 |
| 2025-02-24 | Remove an unused lifetime param | Oli Scherer | -4/+4 |
| 2025-02-24 | Make allocator shim creation mostly use safe code | Oli Scherer | -96/+94 |
| 2025-02-24 | Generalize BaseTypeCodegenMethods | Oli Scherer | -29/+35 |
| 2025-02-24 | Generalize `BackendTypes` over `GenericCx` | Oli Scherer | -12/+15 |
| 2025-02-24 | Avoid some duplication between SimpleCx and CodegenCx | Oli Scherer | -88/+94 |
| 2025-02-24 | Remove an unnecessary lifetime | Oli Scherer | -11/+11 |
| 2025-02-24 | Use safe FFI for various functions in codegen_llvm | Oli Scherer | -7/+3 |
| 2025-02-24 | span: add a "future" edition | David Wood | -2/+29 |