1
Fork 0
rust/compiler/rustc_hir_analysis/src/check
Stuart Cook d48af09ffd
Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau
Add some convenience helper methods on `hir::Safety`

Makes a lot of call sites simpler and should make any refactorings needed for https://github.com/rust-lang/rust/pull/134090#issuecomment-2541332415 simpler, as fewer sites have to be touched in case we end up storing some information in the variants of `hir::Safety`
2024-12-15 20:01:38 +11:00
..
compare_impl_item Move refinement check out of compare_impl_item 2024-11-30 16:45:01 +00:00
check.rs Add some convenience helper methods on hir::Safety 2024-12-14 20:31:07 +00:00
compare_impl_item.rs Move refinement check out of compare_impl_item 2024-11-30 16:45:01 +00:00
dropck.rs TypingMode 🤔 2024-10-29 17:01:24 +01:00
entry.rs compiler: Directly use rustc_abi in hir_{analysis,typeck} 2024-11-03 13:38:47 -08:00
intrinsic.rs Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk 2024-12-03 21:55:27 +01:00
intrinsicck.rs Clarify why a type is rejected for asm! 2024-12-11 20:17:37 +00:00
mod.rs Make compare_impl_item into a query 2024-11-30 16:45:01 +00:00
region.rs reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00
wfcheck.rs Arbitrary self types v2: Weak, NonNull hints 2024-12-14 20:27:15 +00:00