rust/compiler/rustc_trait_selection/src/traits
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
..
query re-use sized fast path 2025-04-09 10:42:26 +00:00
select Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk 2025-04-15 15:47:27 +10:00
specialize Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors 2025-03-09 10:34:47 +01:00
auto_trait.rs clean code: remove Deref<Target=RegionKind> impl for Region and use .kind() 2025-04-08 10:51:41 +08:00
coherence.rs clean code: remove Deref<Target=RegionKind> impl for Region and use .kind() 2025-04-08 10:51:41 +08:00
const_evaluatable.rs compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00
dyn_compatibility.rs Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00
effects.rs Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors 2025-04-02 10:10:50 +00:00
engine.rs Consolidate OutlivesEnv construction with resolve_regions 2025-01-28 18:55:03 +00:00
fulfill.rs re-use sized fast path 2025-04-09 10:42:26 +00:00
misc.rs Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
mod.rs Auto merge of #139826 - matthiaskrgr:rollup-0q0qvkd, r=matthiaskrgr 2025-04-15 04:50:15 +00:00
normalize.rs add TypingMode::Borrowck 2025-04-03 11:13:10 +02:00
outlives_bounds.rs Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
project.rs Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00
structural_normalize.rs Rename structurally_normalize to structurally_normalize_ty 2025-01-22 07:04:53 +00:00
util.rs re-use sized fast path 2025-04-09 10:42:26 +00:00
vtable.rs Move has_self field to hir::AssocKind::Fn. 2025-04-14 16:13:04 +10:00
wf.rs Remove the Option part of range ends in the HIR 2025-03-06 10:47:40 +00:00