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