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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_transform
/
src
/
coverage
Age
Commit message (
Expand
)
Author
Lines
2024-12-20
coverage: Rename `basic_coverage_blocks` to just `graph`
Zalathar
-93
/
+61
2024-12-19
coverage: Store coverage source regions as `Span` until codegen
Zalathar
-150
/
+18
2024-12-10
Rollup merge of #134029 - Zalathar:zero, r=oli-obk
León Orell Valerian Liehr
-5
/
+102
2024-12-08
coverage: Use a query to find counters/expressions that must be zero
Zalathar
-4
/
+101
2024-12-08
coverage: Move `CoverageIdsInfo` into `mir::coverage`
Zalathar
-2
/
+2
2024-12-07
coverage: Prefer to visit nodes whose predecessors have been visited
Zalathar
-146
/
+125
2024-12-04
coverage: Remove the expression simplifier from `CoverageCounters`
Zalathar
-51
/
+4
2024-12-04
coverage: Use a separate counter type during counter creation
Zalathar
-73
/
+94
2024-12-04
coverage: Add an extra "transcribe" step after counter creation
Zalathar
-3
/
+170
2024-12-04
coverage: Use a single `make_phys_counter` method
Zalathar
-19
/
+4
2024-12-04
coverage: Rename `CounterIncrementSite` to just `Site`
Zalathar
-13
/
+14
2024-12-04
coverage: Extract `subtracted_sum` in counter creation
Zalathar
-8
/
+8
2024-11-30
coverage: Use a query to identify which counter/expression IDs are used
Zalathar
-9
/
+38
2024-11-29
Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"
Zalathar
-18
/
+148
2024-11-24
coverage: Store coverage source regions as `Span` until codegen
Zalathar
-148
/
+18
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+1
2024-11-10
Rollup merge of #132675 - Zalathar:empty-spans, r=jieyouxu
Matthias Krüger
-50
/
+50
2024-11-08
coverage: Restrict empty-span expansion to only cover `{` and `}`
Zalathar
-28
/
+42
2024-11-08
coverage: Remove unhelpful code for handling multiple files per function
Zalathar
-21
/
+7
2024-11-08
coverage: Pass `ExtractedHirInfo` to `make_source_region`
Zalathar
-4
/
+4
2024-11-01
coverage: Simplify logic for chaining multiple blocks into one BCB
Zalathar
-26
/
+22
2024-10-31
coverage: Use a standard depth-first search on a custom subgraph
Zalathar
-29
/
+31
2024-10-31
coverage: Make `CoverageSuccessors` a struct
Zalathar
-44
/
+27
2024-10-26
coverage: Don't rely on the custom traversal to find enclosing loops
Zalathar
-63
/
+85
2024-10-23
fix a couple clippy:complexitys
Matthias Krüger
-2
/
+2
2024-10-22
Rollup merge of #132022 - Zalathar:dominator-order, r=tmiasko
Matthias Krüger
-2
/
+23
2024-10-22
Move `cmp_in_dominator_order` out of graph dominator computation
Zalathar
-2
/
+23
2024-10-19
coverage: Streamline several names of things in counter creation
Zalathar
-85
/
+69
2024-10-19
coverage: Make counter creation handle nodes/edges more uniformly
Zalathar
-48
/
+54
2024-10-18
Dont ICE when computing coverage of synthetic async closure body
Michael Goulet
-0
/
+5
2024-10-08
coverage. Warn about too many test vectors
zhuyunxing
-1
/
+7
2024-10-08
coverage. Adapt to mcdc mapping formats introduced by llvm 19
zhuyunxing
-115
/
+274
2024-10-06
coverage: Store `bcb_needs_counter` in a field as a bitset
Zalathar
-8
/
+14
2024-10-06
coverage: Have MakeBcbCounters own its CoverageCounters
Zalathar
-13
/
+14
2024-10-06
coverage: Make `BcbCounter` module-private
Zalathar
-10
/
+6
2024-10-03
Avoid ICE in coverage builds with bad `#[coverage(..)]` attributes
Zalathar
-1
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-21
/
+18
2024-09-15
coverage: Remove unnecessary `bcb_successors`
Zalathar
-7
/
+1
2024-09-15
coverage: Replace `bcb_has_multiple_in_edges` with `sole_predecessor`
Zalathar
-35
/
+30
2024-09-15
coverage: Simplify choosing an out-edge to be given a counter expression
Zalathar
-69
/
+48
2024-09-15
coverage: Track whether a node's count is the sum of its out-edges
Zalathar
-13
/
+57
2024-09-15
coverage: Streamline creation of physical edge counters
Zalathar
-6
/
+17
2024-09-15
coverage: Streamline creation of physical node counters
Zalathar
-23
/
+19
2024-09-15
coverage: Tweak comments in `graph`
Zalathar
-4
/
+4
2024-09-12
coverage: Simplify creation of sum counters
Zalathar
-17
/
+13
2024-09-12
coverage: Separate creation of edge counters from building their sum
Zalathar
-28
/
+26
2024-09-10
Rollup merge of #130184 - Zalathar:counters, r=compiler-errors
Matthias Krüger
-132
/
+102
2024-09-10
coverage: Avoid referring to "operands" in counter creation
Zalathar
-8
/
+8
2024-09-10
coverage: Avoid referring to out-edges as "branches"
Zalathar
-97
/
+80
2024-09-10
coverage: Avoid referring to "coverage spans" in counter creation
Zalathar
-28
/
+15
[next]