rust/compiler/rustc_mir_transform/src/coverage
bors 6b46c996e1 Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #112207 (Add trustzone and virtualization target features for aarch32.)
 - #112454 (Make compiletest aware of targets without dynamic linking)
 - #112628 (Allow comparing `Box`es with different allocators)
 - #112692 (Provide more context for `rustc +nightly -Zunstable-options` on stable)
 - #112972 (Make `UnwindAction::Continue` explicit in MIR dump)
 - #113020 (Add tests impl via obj unless denied)
 - #113084 (Simplify some conditions)
 - #113103 (Normalize types when applying uninhabited predicate.)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-06-27 21:31:47 +00:00
..
test_macros Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
counters.rs Consistently use dominates instead of is_dominated_by 2023-01-21 12:15:02 +01:00
debug.rs Use CoverageKind::as_operand_id instead of manually reimplementing it 2023-06-27 12:51:42 +10:00
graph.rs Simplify some conditions 2023-06-27 07:40:47 +00:00
mod.rs Auto merge of #97368 - tmandry:coverage-underflow, r=jyn514 2023-04-26 12:03:13 +00:00
query.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
spans.rs Simplify some conditions 2023-06-27 07:40:47 +00:00
tests.rs Better error for non const PartialEq call generated by match 2023-06-18 05:24:38 +00:00