about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/coverage.rs
AgeCommit message (Expand)AuthorLines
2023-12-08coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIRZalathar-0/+8
2023-11-22Replace `no_ord_impl` with `orderable`.Nicholas Nethercote-0/+2
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-0/+2
2023-10-18coverage: Explicitly note that counter/expression IDs are function-localZalathar-0/+10
2023-10-18coverage: Store expression data in function coverage infoZalathar-20/+21
2023-10-18coverage: Store all of a function's mappings in function coverage infoZalathar-8/+10
2023-10-18coverage: Collect a function's coverage mappings into a single listZalathar-0/+14
2023-10-18coverage: Rename `Operand` to `CovTerm`Zalathar-7/+9
2023-10-18coverage: Store the number of counters/expressions in function coverage infoZalathar-0/+2
2023-10-18coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`Zalathar-2/+10
2023-10-03coverage: Remove `next_id` methods from counter/expression IDsZalathar-10/+0
2023-09-21coverage: Don't bother renumbering expressions on the Rust sideZalathar-10/+0
2023-08-20coverage: Give the instrumentor its own counter type, separate from MIRZalathar-15/+0
2023-08-01Make coverage counter IDs count up from 0, not 1Zalathar-13/+13
2023-08-01Make coverage expression IDs count up from 0, not down from `u32::MAX`Zalathar-11/+15
2023-08-01Replace `ExpressionOperandId` with enum `Operand`Zalathar-48/+26
2023-08-01Add some line comments to enum `CoverageKind`Zalathar-0/+4
2023-01-30Replace enum `==`s with `match`es where it makes senseMaybe Waffle-1/+4
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-8/+4
2022-12-18Make `#[debug_format]` an attribute in `newtype_index`Nilstrieb-5/+5
2022-12-18Make `#[max]` an attribute in `newtype_index`Nilstrieb-5/+5
2022-12-18Use `#[derive]` instead of custom syntax in all `newtype_index`Nilstrieb-5/+5
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-07-05Add #[derive(TypeVisitable)]Alan Egerton-14/+5
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-1/+1
2021-11-23Update CoverageMappingFormat Support to Version6Arpad Borsos-3/+3
2021-04-02Translate counters from Rust 1-based to LLVM 0-based counter idsRich Kadel-1/+19
2021-03-27Remove (lots of) dead codeJoshua Nelson-8/+0
2021-02-21New pass to deduplicate blocksSimon Vandel Sillesen-3/+14
2020-12-24use matches!() macro in more placesMatthias Krüger-8/+2
2020-11-25fix URLs in doc commentRich Kadel-3/+3
2020-11-23Updated links to LLVM 11 docs and typesRich Kadel-3/+3
2020-11-06Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandrybors-9/+65
2020-11-05Addressed all feedback to dateRich Kadel-14/+0
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-9/+79
2020-11-05Fix even more URLsGuillaume Gomez-3/+3
2020-10-18Move orphan module-name/mod.rs files into module-name.rs filesest31-0/+124