index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
mir
/
coverage.rs
Age
Commit message (
Expand
)
Author
Lines
2024-05-30
coverage: Rename MC/DC `conditions_num` to `num_conditions`
Zalathar
-2
/
+2
2024-05-20
Rollup merge of #125106 - Zalathar:expressions, r=davidtwco
Matthias Krüger
-2
/
+2
2024-05-14
coverage: Remove confusing comments from `CoverageKind`
Zalathar
-6
/
+0
2024-05-14
coverage: Memoize newly-created counter expressions
Zalathar
-2
/
+2
2024-05-01
coverage: Replace `max_decision_depth` with `num_condition_bitmaps`
Zalathar
-1
/
+1
2024-04-30
Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead
Matthias Krüger
-1
/
+1
2024-04-29
mcdc-coverage: Get decision_depth from THIR lowering
Dorian Péron
-0
/
+3
2024-04-29
mcdc-coverage: Add decision_depth field in structs
Dorian Péron
-6
/
+14
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-1
/
+1
2024-04-22
coverage: Detach MC/DC branch spans from regular branch spans
Zalathar
-1
/
+3
2024-04-19
coverage. Generate Mappings of decisions and conditions for MC/DC
zhuyunxing
-3
/
+101
2024-04-04
coverage: Remove useless constants
Zalathar
-8
/
+0
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-2
/
+2
2024-03-22
coverage: Clean up marker statements that aren't needed later
Zalathar
-3
/
+2
2024-03-14
coverage: Include recorded branch info in coverage instrumentation
Zalathar
-1
/
+8
2024-03-14
coverage: Data structures for recording branch info during MIR building
Zalathar
-2
/
+21
2024-03-13
coverage: Add `CoverageKind::BlockMarker`
Zalathar
-0
/
+16
2024-01-11
coverage: Add enums to accommodate other kinds of coverage mappings
Zalathar
-8
/
+26
2023-12-08
coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR
Zalathar
-0
/
+8
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+2
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-0
/
+2
2023-10-18
coverage: Explicitly note that counter/expression IDs are function-local
Zalathar
-0
/
+10
2023-10-18
coverage: Store expression data in function coverage info
Zalathar
-20
/
+21
2023-10-18
coverage: Store all of a function's mappings in function coverage info
Zalathar
-8
/
+10
2023-10-18
coverage: Collect a function's coverage mappings into a single list
Zalathar
-0
/
+14
2023-10-18
coverage: Rename `Operand` to `CovTerm`
Zalathar
-7
/
+9
2023-10-18
coverage: Store the number of counters/expressions in function coverage info
Zalathar
-0
/
+2
2023-10-18
coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`
Zalathar
-2
/
+10
2023-10-03
coverage: Remove `next_id` methods from counter/expression IDs
Zalathar
-10
/
+0
2023-09-21
coverage: Don't bother renumbering expressions on the Rust side
Zalathar
-10
/
+0
2023-08-20
coverage: Give the instrumentor its own counter type, separate from MIR
Zalathar
-15
/
+0
2023-08-01
Make coverage counter IDs count up from 0, not 1
Zalathar
-13
/
+13
2023-08-01
Make coverage expression IDs count up from 0, not down from `u32::MAX`
Zalathar
-11
/
+15
2023-08-01
Replace `ExpressionOperandId` with enum `Operand`
Zalathar
-48
/
+26
2023-08-01
Add some line comments to enum `CoverageKind`
Zalathar
-0
/
+4
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-1
/
+4
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-8
/
+4
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-5
/
+5
2022-12-18
Make `#[max]` an attribute in `newtype_index`
Nilstrieb
-5
/
+5
2022-12-18
Use `#[derive]` instead of custom syntax in all `newtype_index`
Nilstrieb
-5
/
+5
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-14
/
+5
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-1
/
+1
2021-11-23
Update CoverageMappingFormat Support to Version6
Arpad Borsos
-3
/
+3
2021-04-02
Translate counters from Rust 1-based to LLVM 0-based counter ids
Rich Kadel
-1
/
+19
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-8
/
+0
2021-02-21
New pass to deduplicate blocks
Simon Vandel Sillesen
-3
/
+14
2020-12-24
use matches!() macro in more places
Matthias Krüger
-8
/
+2
2020-11-25
fix URLs in doc comment
Rich Kadel
-3
/
+3
2020-11-23
Updated links to LLVM 11 docs and types
Rich Kadel
-3
/
+3
[next]