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-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
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-1
/
+2
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-2
/
+2
2024-09-06
coverage: Treat await similar to a macro
Jonathan Conder
-34
/
+37
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-2
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+5
2024-08-28
coverage: Rename `CodeRegion` to `SourceRegion`
Zalathar
-20
/
+20
2024-08-28
coverage: Simplify some debug logging
Zalathar
-7
/
+1
2024-08-07
Use more slice patterns inside the compiler
León Orell Valerian Liehr
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-11
/
+10
2024-07-15
coverage: Restrict `ExpressionUsed` simplification to `Code` mappings
Zalathar
-4
/
+18
2024-07-15
coverage: Store a copy of `num_bcbs` in `ExtractedMappings`
Zalathar
-7
/
+10
2024-07-08
coverage: Extract hole spans from HIR instead of MIR
Zalathar
-41
/
+87
2024-07-08
Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung
bors
-4
/
+8
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-4
/
+8
2024-07-05
coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`
Zalathar
-10
/
+12
2024-06-30
coverage: Avoid getting extra unexpansion info when we don't need it
Zalathar
-16
/
+21
2024-06-30
coverage: Move span unexpansion into its own submodule
Zalathar
-62
/
+59
2024-06-26
coverage: Apply `#[coverage(..)]` recursively to nested functions
Zalathar
-3
/
+9
2024-06-26
coverage: Detach `#[coverage(..)]` from codegen attribute handling
Zalathar
-1
/
+26
2024-06-21
Save 2 pointers in `TerminatorKind` (96 → 80 bytes)
Scott McMurray
-1
/
+1
2024-06-18
Rollup merge of #126587 - Zalathar:no-mir-spans, r=oli-obk
Guillaume Gomez
-16
/
+25
2024-06-17
Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr
Matthias Krüger
-1
/
+1
2024-06-17
coverage: Add debugging flag `-Zcoverage-options=no-mir-spans`
Zalathar
-16
/
+25
2024-06-17
Rollup merge of #126538 - Zalathar:graph, r=nnethercote
许杰友 Jieyou Xu (Joe)
-154
/
+46
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-1
/
+1
2024-06-16
coverage: Prefer `Iterator::copied`
Zalathar
-1
/
+1
2024-06-16
coverage: Flatten some graph code with let-else
Zalathar
-18
/
+17
2024-06-16
coverage: Reduce/simplify visibility in `coverage::graph`
Zalathar
-24
/
+28
2024-06-16
coverage: Remove some old low-value unit tests for graph traversal
Zalathar
-111
/
+0
2024-06-16
coverage: Split span refinement into two separate steps
Zalathar
-10
/
+12
[next]