rust/compiler/rustc_hir_analysis/src/check
bors 54cdc751df Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhpratt
Rollup of 8 pull requests

Successful merges:

 - #134999 (Add cygwin target.)
 - #136559 (Resolve named regions when reporting type test failures in NLL)
 - #136660 (Use a trait to enforce field validity for union fields + `unsafe` fields + `unsafe<>` binder types)
 - #136858 (Parallel-compiler-related cleanup)
 - #136881 (cg_llvm: Reduce visibility of all functions in the llvm module)
 - #136888 (Always perform discr read for never pattern in EUV)
 - #136948 (Split out the `extern_system_varargs` feature)
 - #136949 (Fix import in bench for wasm)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-02-13 11:45:11 +00:00
..
compare_impl_item Remove an unnecessary lifetime from RemapLateParam. 2025-01-31 08:27:15 +11:00
check.rs Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity 2025-02-13 03:45:04 +00:00
compare_impl_item.rs Rustfmt 2025-02-08 22:12:13 +00:00
dropck.rs Remove an out-of-date FIXME comment. 2025-01-31 08:27:15 +11:00
entry.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
intrinsic.rs Rustfmt 2025-02-08 22:12:13 +00:00
intrinsicck.rs Clarify why a type is rejected for asm! 2024-12-11 20:17:37 +00:00
mod.rs Rollup merge of #136281 - nnethercote:rustc_hir_analysis, r=lcnr 2025-01-31 00:26:31 -05:00
region.rs Eliminate PatKind::Path 2025-01-29 15:45:13 +00:00
wfcheck.rs Implement lint for definition site item shadowing too 2025-02-13 05:45:53 +00:00