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_mir_transform
/
src
/
coverage
/
counters.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-14
Merge `WithNumNodes` into DirectedGraph
Maybe Waffle
-1
/
+1
2024-03-20
coverage: Tidy imports in `rustc_mir_transform::coverage::counters`
Zalathar
-4
/
+4
2024-03-20
coverage: Remove incorrect assertions from counter allocation
Zalathar
-31
/
+0
2024-02-02
coverage: Split out counter increment sites from BCB node/edge counters
Zalathar
-31
/
+39
2023-12-30
coverage: Make `coverage_counters` a local variable
Zalathar
-15
/
+15
2023-12-29
coverage: Avoid a possible query stability hazard in `CoverageCounters`
Zalathar
-3
/
+6
2023-11-25
coverage: Eliminate `BcbBranch`
Zalathar
-65
/
+69
2023-11-25
coverage: Extract `CoverageGraph::bcb_has_multiple_in_edges`
Zalathar
-8
/
+1
2023-11-25
coverage: Simplify building coverage expressions based on sums
Zalathar
-71
/
+54
2023-11-25
coverage: Use `BcbCounter` to build coverage expressions
Zalathar
-19
/
+16
2023-11-25
coverage: Push down creation of a visited node's counter
Zalathar
-6
/
+7
2023-11-25
coverage: Push down and inline `bcb_needs_branch_counters`
Zalathar
-9
/
+10
2023-11-25
coverage: Rename parameter `branching_bcb` to `from_bcb`
Zalathar
-9
/
+7
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-1
/
+3
2023-10-31
coverage: Replace impossible `coverage::Error` with assertions
Zalathar
-47
/
+30
2023-10-31
coverage: Promote some debug-only checks to always run
Zalathar
-12
/
+12
2023-10-30
coverage: Use a tracing span to group the parts of a sum-up expression
Zalathar
-1
/
+4
2023-10-30
coverage: Inline the "recursive" worker methods for assigning counters
Zalathar
-21
/
+5
2023-10-30
coverage: Replace manual debug indents with nested tracing spans
Zalathar
-65
/
+19
2023-10-21
coverage: Simplify the injection of coverage statements
Zalathar
-13
/
+13
2023-10-18
coverage: Store expression data in function coverage info
Zalathar
-33
/
+14
2023-10-18
coverage: Rename `Operand` to `CovTerm`
Zalathar
-20
/
+20
2023-10-18
coverage: Store the number of counters/expressions in function coverage info
Zalathar
-0
/
+8
2023-10-12
coverage: Store a graph reference in the graph traversal struct
Zalathar
-5
/
+5
2023-10-12
coverage: Simplify the detection of reloop edges to be given expressions
Zalathar
-78
/
+43
2023-10-03
coverage: Remove `next_id` methods from counter/expression IDs
Zalathar
-2
/
+2
2023-10-03
coverage: Remove code for making expression copies of BCB counters
Zalathar
-4
/
+0
2023-10-03
coverage: Update comments/logs that referred to `CoverageSpan`
Zalathar
-5
/
+5
2023-10-03
coverage: Encapsulate coverage spans
Zalathar
-12
/
+7
2023-09-20
coverage: Remove vestigial counter/expression debug labels
Zalathar
-22
/
+5
2023-09-20
coverage: Remove vestigial `format_counter` methods
Zalathar
-24
/
+16
2023-09-20
coverage: Remove debug code from the instrumentor
Zalathar
-33
/
+9
2023-08-20
coverage: Don't store `function_source_hash` in `BcbCounter::Counter`
Zalathar
-8
/
+3
2023-08-20
coverage: Give the instrumentor its own counter type, separate from MIR
Zalathar
-19
/
+61
2023-08-13
Store BCB counters externally, not directly in the BCB graph
Zalathar
-27
/
+125
2023-08-13
Accumulate intermediate expressions into `CoverageCounters`
Zalathar
-50
/
+23
2023-08-13
Rename helper struct `BcbCounters` to `MakeBcbCounters`
Zalathar
-4
/
+3
2023-08-01
Make coverage counter IDs count up from 0, not 1
Zalathar
-5
/
+5
2023-08-01
Make coverage expression IDs count up from 0, not down from `u32::MAX`
Zalathar
-11
/
+8
2023-08-01
Replace `ExpressionOperandId` with enum `Operand`
Zalathar
-13
/
+13
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-4
/
+4
2023-01-21
Consistently use dominates instead of is_dominated_by
Tomasz Miąsko
-3
/
+3
2022-06-03
Replace `&Vec<_>`s with `&[_]`s
Maybe Waffle
-4
/
+4
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+614