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
Age
Commit message (
Expand
)
Author
Lines
2025-08-24
coverage: Build an "expansion tree" and use it to unexpand raw spans
Zalathar
-32
/
+2
2025-08-06
coverage: Remove all unstable support for MC/DC instrumentation
Zalathar
-5
/
+1
2025-04-01
coverage: Shrink call spans to just the function name
Zalathar
-11
/
+7
2025-03-21
coverage: Separate span-extraction from unexpansion
Zalathar
-70
/
+35
2025-02-06
coverage: Defer part of counter-creation until codegen
Zalathar
-2
/
+1
2024-12-20
coverage: Rename `basic_coverage_blocks` to just `graph`
Zalathar
-2
/
+2
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-06
coverage: Treat await similar to a macro
Jonathan Conder
-11
/
+11
2024-07-08
coverage: Extract hole spans from HIR instead of MIR
Zalathar
-35
/
+6
2024-07-07
Support tail calls in mir via `TerminatorKind::TailCall`
Maybe Waffle
-1
/
+2
2024-06-30
coverage: Move span unexpansion into its own submodule
Zalathar
-54
/
+2
2024-06-16
coverage: Eagerly convert coverage spans to a simpler form
Zalathar
-14
/
+4
2024-06-16
coverage: Move most span processing back into `coverage::spans`
Zalathar
-151
/
+17
2024-06-16
coverage: More consistent variable names for span processing
Zalathar
-21
/
+21
2024-06-04
coverage: Use hole spans to carve up coverage spans into separate buckets
Zalathar
-54
/
+145
2024-06-04
coverage: Build up initial spans by appending to a vector
Zalathar
-18
/
+21
2024-06-04
coverage: Return a nested vector from initial span extraction
Zalathar
-2
/
+2
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-04-30
coverage: Split off `mappings.rs` from `spans.rs` and `from_mir.rs`
Zalathar
-144
/
+2
2024-04-30
coverage: Prepare to split `spans.rs` into two files
Zalathar
-1
/
+1
2024-04-29
mcdc-coverage: Add decision_depth field in structs
Dorian Péron
-8
/
+19
2024-04-22
coverage: Separate branch pairs from other mapping kinds
Zalathar
-5
/
+5
2024-04-22
coverage: Detach MC/DC branch spans from regular branch spans
Zalathar
-18
/
+56
2024-04-19
coverage. Generate Mappings of decisions and conditions for MC/DC
zhuyunxing
-10
/
+59
2024-03-23
Unbox and unwrap the contents of `StatementKind::Coverage`
Zalathar
-20
/
+14
2024-03-17
some minor code simplifications
Matthias Krüger
-3
/
+2
2024-03-14
coverage: Include recorded branch info in coverage instrumentation
Zalathar
-3
/
+52
2024-03-13
coverage: Add `CoverageKind::BlockMarker`
Zalathar
-0
/
+5
2024-02-23
coverage: Rename `is_closure` to `is_hole`
Zalathar
-11
/
+16
2024-02-21
coverage: Eagerly deduplicate covspans with the same span
Zalathar
-5
/
+10
2024-02-16
coverage: Discard spans that fill the entire function body
Zalathar
-4
/
+9
2024-02-13
coverage: Split `CoverageSpan` into several distinct structs
Zalathar
-15
/
+9
2024-02-11
is_closure_like
Michael Goulet
-2
/
+2
2024-02-06
Teach typeck/borrowck/solvers how to deal with async closures
Michael Goulet
-1
/
+3
2024-02-05
coverage: Make `fn_sig_span` optional, and note its quirks
Zalathar
-1
/
+5
2024-02-05
coverage: Hoist special handling of async function spans
Zalathar
-18
/
+10
2024-01-24
coverage: Flatten the functions for extracting/refining coverage spans
Zalathar
-0
/
+6
2024-01-05
coverage: Split out `SpanFromMir` from `CoverageSpan`
Zalathar
-10
/
+47
2024-01-05
coverage: Hoist the splitting of visible macro invocations
Zalathar
-0
/
+36
2024-01-05
coverage: Hoist the removal of unwanted macro expansion spans
Zalathar
-0
/
+24
2024-01-05
coverage: Overhaul how "visible macros" are determined
Zalathar
-8
/
+51
2024-01-05
coverage: Avoid early returns from `mir_to_initial_sorted_coverage_spans`
Zalathar
-15
/
+14
2023-12-30
is_coroutine -> is_coroutine_or_closure
Michael Goulet
-2
/
+2
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-1
/
+1
2023-12-27
coverage: Unexpand spans with `find_ancestor_inside_same_ctxt`
Zalathar
-6
/
+1
2023-12-20
coverage: Check for `async fn` explicitly, without needing a heuristic
Zalathar
-11
/
+8
2023-12-20
coverage: Pass around `&ExtractedHirInfo` instead of individual fields
Zalathar
-2
/
+4
2023-12-09
Rollup merge of #118666 - Zalathar:body-closure, r=cjgillot
Jubilee
-0
/
+10
2023-12-08
coverage: Simplify the heuristic for ignoring `async fn` return spans
Zalathar
-0
/
+10
[next]