about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/map_data.rs
AgeCommit message (Expand)AuthorLines
2023-08-02coverage: Consolidate FFI types into one moduleZalathar-1/+1
2023-08-01Make coverage counter IDs count up from 0, not 1Zalathar-15/+4
2023-08-01Make coverage expression IDs count up from 0, not down from `u32::MAX`Zalathar-35/+14
2023-08-01Replace `ExpressionOperandId` with enum `Operand`Zalathar-24/+19
2023-07-05Move `coverageinfo::ffi` and `coverageinfo::map` out of SSAZalathar-0/+348