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
/
spans.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-04
coverage: Push async special case down into `extract_refined_covspans`
Zalathar
-1
/
+13
2025-07-30
coverage: Re-land "Enlarge empty spans during MIR instrumentation"
Zalathar
-2
/
+36
2025-07-26
Revert "coverage: Enlarge empty spans during MIR instrumentation, not codegen"
Zalathar
-36
/
+2
2025-07-22
coverage: Enlarge empty spans during MIR instrumentation, not codegen
Zalathar
-2
/
+36
2025-05-27
coverage: Revert "unused local file IDs" due to empty function names
Zalathar
-36
/
+2
2025-05-10
coverage: Enlarge empty spans during MIR instrumentation, not codegen
Zalathar
-2
/
+36
2025-05-06
coverage: Handle hole spans without dividing spans into buckets
Zalathar
-59
/
+33
2025-05-06
coverage: Only merge adjacent coverage spans
Zalathar
-12
/
+14
2025-04-01
coverage: Don't split bang-macro spans, just truncate them
Zalathar
-31
/
+14
2025-04-01
coverage: Instead of splitting, just discard any span that overlaps a hole
Zalathar
-46
/
+16
2025-03-21
coverage: Defer the filtering of hole spans
Zalathar
-1
/
+8
2025-03-21
coverage: Separate span-extraction from unexpansion
Zalathar
-5
/
+31
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-2
/
+1
2024-12-20
coverage: Rename `basic_coverage_blocks` to just `graph`
Zalathar
-5
/
+4
2024-10-23
fix a couple clippy:complexitys
Matthias Krüger
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-06
coverage: Treat await similar to a macro
Jonathan Conder
-13
/
+21
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-08
coverage: Extract hole spans from HIR instead of MIR
Zalathar
-3
/
+4
2024-06-30
coverage: Move span unexpansion into its own submodule
Zalathar
-5
/
+0
2024-06-16
coverage: Split span refinement into two separate steps
Zalathar
-10
/
+12
2024-06-16
coverage: Split out a function for dividing coverage spans into buckets
Zalathar
-34
/
+52
2024-06-16
coverage: Eagerly convert coverage spans to a simpler form
Zalathar
-35
/
+51
2024-06-16
coverage: Move most span processing back into `coverage::spans`
Zalathar
-4
/
+140
2024-06-16
coverage: More consistent variable names for span processing
Zalathar
-4
/
+4
2024-06-12
coverage: Replace the old span refiner with a single function
Zalathar
-203
/
+36
2024-06-04
coverage: Remove hole-carving code from the main span refiner
Zalathar
-80
/
+19
2024-06-04
coverage: Use hole spans to carve up coverage spans into separate buckets
Zalathar
-1
/
+1
2024-06-04
coverage: Return a nested vector from initial span extraction
Zalathar
-6
/
+9
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-05-04
coverage: Flatten `BcbMappingKind` into `mappings::CodeMapping`
Zalathar
-4
/
+4
2024-04-30
coverage: Split off `mappings.rs` from `spans.rs` and `from_mir.rs`
Zalathar
-129
/
+3
2024-04-30
coverage: Prepare to split `spans.rs` into two files
Zalathar
-24
/
+29
2024-04-29
mcdc-coverage: Add decision_depth field in structs
Dorian Péron
-1
/
+7
2024-04-22
coverage: Separate branch pairs from other mapping kinds
Zalathar
-12
/
+25
2024-04-22
coverage: Detach MC/DC branch spans from regular branch spans
Zalathar
-1
/
+9
2024-04-19
coverage. Generate Mappings of decisions and conditions for MC/DC
zhuyunxing
-5
/
+29
2024-04-14
Merge `WithNumNodes` into DirectedGraph
Maybe Waffle
-1
/
+1
2024-03-14
coverage: Include recorded branch info in coverage instrumentation
Zalathar
-0
/
+12
2024-02-23
coverage: Rename `is_closure` to `is_hole`
Zalathar
-49
/
+43
2024-02-23
coverage: Remove some lingering references to `pending_dups`
Zalathar
-6
/
+4
2024-02-21
coverage: Simplify (non-closure) covspans truncating each other
Zalathar
-7
/
+7
2024-02-21
coverage: Remove `pending_dups` from the span refiner
Zalathar
-164
/
+16
2024-02-13
coverage: Simplify code for adding `prev` to pending dups
Zalathar
-40
/
+12
2024-02-13
coverage: Move `prev_original_span` into `PrevCovspan`
Zalathar
-19
/
+11
2024-02-13
coverage: Split `CoverageSpan` into several distinct structs
Zalathar
-68
/
+130
2024-02-13
coverage: Don't track `curr_original_span` explicitly
Zalathar
-11
/
+2
2024-02-13
coverage: When merging spans, keep `prev` and merge `curr` into it
Zalathar
-9
/
+3
2024-02-05
coverage: Make `fn_sig_span` optional, and note its quirks
Zalathar
-2
/
+3
[next]