rust/compiler/rustc_middle/src/mir
Zalathar 3920e07f0b Make coverage counter IDs count up from 0, not 1
Operand types are now tracked explicitly, so there is no need to reserve ID 0
for the special always-zero counter.

As part of the renumbering, this change fixes an off-by-one error in the way
counters were counted by the `coverageinfo` query. As a result, functions
should now have exactly the number of counters they actually need, instead of
always having an extra counter that is never used.
2023-08-01 11:29:55 +10:00
..
interpret inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
basic_blocks.rs Make everything builtin! 2023-07-25 16:08:58 +00:00
coverage.rs Make coverage counter IDs count up from 0, not 1 2023-08-01 11:29:55 +10:00
generic_graph.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
generic_graphviz.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
graphviz.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
mod.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
mono.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
patch.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
pretty.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
query.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
spanview.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
syntax.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
tcx.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
terminator.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
traversal.rs remove redundant combinators between PO and RPO 2023-06-18 09:16:40 +00:00
type_foldable.rs intern offsetof fields 2023-04-21 02:14:03 -07:00
visit.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00