rust/compiler/rustc_hir_analysis/src/check
bors f433fa46b0 Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar
Rollup of 17 pull requests

Successful merges:

 - #138374 (Enable contracts for const functions)
 - #138380 (ci: add runners for vanilla LLVM 20)
 - #138393 (Allow const patterns of matches to contain pattern types)
 - #139517 (std: sys: process: uefi: Use NULL stdin by default)
 - #139554 (std: add Output::exit_ok)
 - #139660 (compiletest: Add an experimental new executor to replace libtest)
 - #139669 (Overhaul `AssocItem`)
 - #139671 (Proc macro span API redesign: Replace proc_macro::SourceFile by Span::{file, local_file})
 - #139750 (std/thread: Use default stack size from menuconfig for NuttX)
 - #139772 (Remove `hir::Map`)
 - #139785 (Let CStrings be either 1 or 2 byte aligned.)
 - #139789 (do not unnecessarily leak auto traits in item bounds)
 - #139791 (drop global where-bounds before merging candidates)
 - #139798 (normalize: prefer `ParamEnv` over `AliasBound` candidates)
 - #139822 (Fix: Map EOPNOTSUPP to ErrorKind::Unsupported on Unix)
 - #139833 (Fix some HIR pretty-printing problems)
 - #139836 (Basic tests of MPMC receiver cloning)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-04-15 08:02:23 +00:00
..
compare_impl_item Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
always_applicable.rs Directly fetch the impl self type 2025-04-02 07:30:11 +00:00
check.rs Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00
compare_impl_item.rs Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar 2025-04-15 08:02:23 +00:00
entry.rs Change span field accesses to method calls 2025-02-24 14:22:31 +01:00
intrinsic.rs Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-errors,oli-obk,RalfJung 2025-04-15 15:47:24 +10:00
intrinsicck.rs fix: Check empty SIMD vector in inline asm 2025-03-23 19:41:39 +01:00
mod.rs Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00
region.rs Rollup merge of #139112 - m-ou-se:super-let, r=lcnr 2025-04-07 22:29:18 +10:00
wfcheck.rs Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00