rust/compiler/rustc_mir_transform/src/coverage
Gary Guo e3f2edc75b Rename Abort terminator to Terminate
Unify terminology used in unwind action and terminator, and reflect
the fact that a nounwind panic is triggered instead of an immediate
abort is triggered for this terminator.
2023-04-06 09:34:16 +01: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 Rename Abort terminator to Terminate 2023-04-06 09:34:16 +01:00
graph.rs Rename Abort terminator to Terminate 2023-04-06 09:34:16 +01:00
mod.rs Only compute the crate hash when necessary. 2023-03-08 09:30:22 +11:00
query.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
spans.rs Rename Abort terminator to Terminate 2023-04-06 09:34:16 +01:00
tests.rs Refactor unwind from Option to a new enum 2023-04-06 09:34:16 +01:00