| Age | Commit message (Expand) | Author | Lines |
| 2025-06-16 | rustdoc: skip `MetaSized` bounds | David Wood | -7/+52 |
| 2025-06-16 | trait_sel: skip `nominal_obligations` for `Sized` | David Wood | -36/+12 |
| 2025-06-16 | trait_sel: skip elaboration of sizedness supertrait | David Wood | -40/+268 |
| 2025-06-16 | trait_sel: extend fast path with sized hierarchy | David Wood | -23/+47 |
| 2025-06-16 | tests: bless remaining tests | David Wood | -25/+135 |
| 2025-06-16 | tests: add overflow test | David Wood | -0/+66 |
| 2025-06-16 | tests: unconstrain params in `non_lifetime_binders` | David Wood | -43/+64 |
| 2025-06-16 | tests: update tests with unconstrained parameters | David Wood | -7/+32 |
| 2025-06-16 | tests: `PointeeSized` bounds with extern types | David Wood | -69/+131 |
| 2025-06-16 | middle: print `{Meta,Pointee}Sized` in opaques | David Wood | -5/+150 |
| 2025-06-16 | trait_sel: print `{Meta,Pointee}Sized` impl headers | David Wood | -16/+252 |
| 2025-06-16 | trait_sel: sort `{Meta,Pointee}Sized` diagnostics last | David Wood | -10/+17 |
| 2025-06-16 | trait_sel: `MetaSized` bounds in dispatchable check | David Wood | -8/+15 |
| 2025-06-16 | trait_sel: stash `{Meta,Pointee}Sized` errors | David Wood | -1/+4 |
| 2025-06-16 | aux: add `{Meta,Pointee}Sized` bounds to minicore | David Wood | -40/+40 |
| 2025-06-16 | hir_analysis: add `{Meta,Pointee}Sized` bounds | David Wood | -207/+798 |
| 2025-06-16 | lint: don't consider sizedness in upcastable lint | David Wood | -2/+2 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -219/+310 |
| 2025-06-16 | tests: `{Meta,Pointee}Sized` in non-minicore tests | David Wood | -172/+616 |
| 2025-06-16 | aux: add `{Meta,Pointee}Sized` to minicore | David Wood | -2/+15 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `?Sized` types | David Wood | -220/+907 |
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `Sized` types | David Wood | -1/+253 |
| 2025-06-16 | Auto merge of #142556 - RalfJung:miri-sync, r=RalfJung | bors | -1013/+882 |
| 2025-06-16 | Auto merge of #142521 - sayantn:simplify-intrinsics, r=nikic,workingjubilee | bors | -242/+55 |
| 2025-06-16 | Auto merge of #142550 - fmease:rollup-fteyzcv, r=fmease | bors | -1030/+2791 |
| 2025-06-15 | Rollup merge of #142543 - Urgau:span-borrowck-semicolon, r=fmease | León Orell Valerian Liehr | -3/+166 |
| 2025-06-15 | Rollup merge of #142499 - Shourya742:2025-06-14-remove-check-run-bootstrap, r... | León Orell Valerian Liehr | -50/+19 |
| 2025-06-15 | Rollup merge of #142481 - heiher:loong-asm-f16, r=Amanieu | León Orell Valerian Liehr | -4/+51 |
| 2025-06-15 | Rollup merge of #142470 - tgross35:mailmap, r=Mark-Simulacrum | León Orell Valerian Liehr | -0/+7 |
| 2025-06-15 | Rollup merge of #142389 - beetrees:cranelift-arg-ext, r=bjorn3 | León Orell Valerian Liehr | -27/+1161 |
| 2025-06-15 | Rollup merge of #142347 - azhogin:azhogin/async-drop-storage-live-dead-fix, r... | León Orell Valerian Liehr | -9/+387 |
| 2025-06-15 | Rollup merge of #141937 - WaffleLapkin:never-report-in-deps, r=oli-obk,travis... | León Orell Valerian Liehr | -0/+647 |
| 2025-06-15 | Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub... | León Orell Valerian Liehr | -290/+161 |
| 2025-06-15 | Rollup merge of #134661 - dtolnay:prefixattr, r=fmease | León Orell Valerian Liehr | -49/+164 |
| 2025-06-15 | Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichton | León Orell Valerian Liehr | -598/+28 |
| 2025-06-15 | Auto merge of #142471 - lqd:sparse-borrows, r=nnethercote | bors | -6/+6 |
| 2025-06-15 | Suggest adding semicolon in user code rather than macro impl details | Urgau | -3/+166 |
| 2025-06-15 | Correctly account for different address spaces in LLVM intrinsic invocations | sayantn | -19/+24 |
| 2025-06-15 | Auto merge of #142455 - jdonszelmann:attempt-to-mitigate-delayed-lint-perf-pr... | bors | -9/+81 |
| 2025-06-15 | Use `LLVMIntrinsicGetDeclaration` to completely remove the hardcoded intrinsi... | sayantn | -224/+32 |
| 2025-06-15 | Auto merge of #142430 - compiler-errors:external-constraints, r=lcnr | bors | -0/+22 |
| 2025-06-15 | Merge pull request #4400 from RalfJung/rustup | Ralf Jung | -2903/+2619 |
| 2025-06-15 | Merge from rustc | Ralf Jung | -2902/+2618 |
| 2025-06-15 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-06-15 | Auto merge of #142398 - fee1-dead-contrib:push-ynxrtswtkyxw, r=oli-obk | bors | -27/+16 |
| 2025-06-15 | Auto merge of #142388 - cjgillot:span-hash, r=davidtwco | bors | -10/+10 |
| 2025-06-15 | Auto merge of #142355 - lcnr:fast_reject-reject, r=BoxyUwU | bors | -3/+4 |
| 2025-06-14 | Auto merge of #142335 - nnethercote:rustdoc-json-allocations, r=aDotInTheVoid | bors | -141/+159 |
| 2025-06-14 | Auto merge of #142289 - fmease:maybe-perf-gen-args, r=compiler-errors | bors | -6/+5 |
| 2025-06-14 | Auto merge of #142259 - sayantn:simplify-intrinsics, r=workingjubilee | bors | -829/+479 |