| Age | Commit message (Expand) | Author | Lines |
| 2025-02-26 | Rollup merge of #137622 - jdonszelmann:fix-137589, r=compiler-errors | León Orell Valerian Liehr | -0/+75 |
| 2025-02-26 | Rollup merge of #137613 - davidtwco:const-traits-variances, r=compiler-errors | León Orell Valerian Liehr | -0/+21 |
| 2025-02-26 | Rollup merge of #137604 - davidtwco:host-effect-resolve-vars, r=compiler-errors | León Orell Valerian Liehr | -0/+36 |
| 2025-02-26 | Rollup merge of #137559 - folkertdev:run-more-emscripten-tests, r=fmease | León Orell Valerian Liehr | -21/+9 |
| 2025-02-26 | Rollup merge of #137544 - petrochenkov:deritest, r=fmease | León Orell Valerian Liehr | -0/+172 |
| 2025-02-26 | Rollup merge of #137320 - tapanprakasht:fix-doc-version-stability, r=notriddle | León Orell Valerian Liehr | -0/+28 |
| 2025-02-25 | Auto merge of #137608 - fmease:rollup-h4siso6, r=fmease | bors | -201/+120 |
| 2025-02-25 | fix #137589 | Jana Dönszelmann | -0/+75 |
| 2025-02-25 | Auto merge of #137611 - fmease:rollup-ln673ux, r=fmease | bors | -19/+60 |
| 2025-02-25 | Rollup merge of #137602 - davidtwco:force-inline-description, r=fmease | León Orell Valerian Liehr | -4/+4 |
| 2025-02-25 | Rollup merge of #137595 - folkertdev:remove-simd-pow-powi, r=RalfJung | León Orell Valerian Liehr | -194/+5 |
| 2025-02-25 | Rollup merge of #137539 - GuillaumeGomez:copy-content-tests, r=notriddle | León Orell Valerian Liehr | -2/+9 |
| 2025-02-25 | Rollup merge of #137464 - chenyukang:yukang-fix-136343, r=estebank | León Orell Valerian Liehr | -0/+35 |
| 2025-02-25 | Rollup merge of #137444 - compiler-errors:drop-lint, r=oli-obk | León Orell Valerian Liehr | -1/+67 |
| 2025-02-25 | Auto merge of #133832 - madsmtm:apple-symbols.o, r=DianQK | bors | -6/+62 |
| 2025-02-25 | remove `simd_fpow` and `simd_fpowi` | Folkert de Vries | -194/+5 |
| 2025-02-25 | Don't require method impls for methods with `Self:Sized` bounds for impls for... | Oli Scherer | -19/+60 |
| 2025-02-25 | Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errors | bors | -1000/+787 |
| 2025-02-24 | Rollup merge of #137556 - RalfJung:simd_shuffle_const_generic, r=oli-obk | Michael Goulet | -45/+45 |
| 2025-02-24 | Rollup merge of #137550 - matthewjasper:panic-later-for-missing-dropck-error,... | Michael Goulet | -0/+33 |
| 2025-02-24 | Rollup merge of #137548 - compiler-errors:asm-ty, r=oli-obk | Michael Goulet | -0/+49 |
| 2025-02-24 | Rollup merge of #137530 - LukasWoodtli:gardena/lw/mips_dwarf, r=jieyouxu | Michael Goulet | -3/+4 |
| 2025-02-24 | Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden... | Michael Goulet | -48/+19 |
| 2025-02-24 | Rollup merge of #137417 - taiki-e:riscv-atomic, r=Amanieu | Michael Goulet | -0/+5 |
| 2025-02-24 | Rollup merge of #137289 - compiler-errors:coerce-unsized-errors, r=oli-obk | Michael Goulet | -57/+143 |
| 2025-02-24 | Auto merge of #135726 - jdonszelmann:attr-parsing, r=oli-obk | bors | -301/+232 |
| 2025-02-24 | Deduplicate CoerceUnsized and DispatchFromDyn impl errors | Michael Goulet | -46/+6 |
| 2025-02-24 | Simplify trait error message for CoercePointee validation | Michael Goulet | -3/+114 |
| 2025-02-24 | Consolidate and rework CoercePointee and DispatchFromDyn errors | Michael Goulet | -54/+69 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -847/+489 |
| 2025-02-24 | run some tests on emscripten again | Folkert de Vries | -21/+9 |
| 2025-02-24 | Consider lvalues of field and index as possibly temporary places | Michael Goulet | -1/+38 |
| 2025-02-24 | Improve behavior of IF_LET_RESCOPE around temporaries and place expressions | Michael Goulet | -0/+29 |
| 2025-02-24 | rename simd_shuffle_generic → simd_shuffle_const_generic | Ralf Jung | -45/+45 |
| 2025-02-24 | Don't immediately panic if dropck fails without returning errors | Matthew Jasper | -0/+33 |
| 2025-02-24 | Better error message for unsized pointers | Michael Goulet | -0/+37 |
| 2025-02-24 | Properly support thin ptrs that are only thin due to their param-env in asm m... | Michael Goulet | -0/+12 |
| 2025-02-24 | tests: Add regression test for derive token invalidation (#81099) | Vadim Petrochenkov | -0/+172 |
| 2025-02-24 | add test to verify that #132391 can be closed | Jana Dönszelmann | -0/+16 |
| 2025-02-24 | change smir attributes getters to only support tool attributes | Jana Dönszelmann | -42/+2 |
| 2025-02-24 | pretty print hir attributes | Jana Dönszelmann | -0/+18 |
| 2025-02-24 | Fix test output expectations | Jana Dönszelmann | -246/+186 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -2/+2 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -12/+9 |
| 2025-02-24 | Add rustdoc-gui regression test for #137082 | Guillaume Gomez | -2/+9 |
| 2025-02-24 | DWARF mixed versions with LTO on MIPS | Lukas Woodtli | -3/+4 |
| 2025-02-24 | hir_analysis: skip self type of host effect preds | David Wood | -3/+2 |
| 2025-02-24 | tests: add variance test for const traits | David Wood | -0/+22 |
| 2025-02-24 | trait_sel: resolve vars in host effects | David Wood | -0/+36 |
| 2025-02-24 | feature: fix typo in attribute description | David Wood | -4/+4 |