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
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
2024-02-05
coverage: Hoist special handling of async function spans
Zalathar
-8
/
+20
2024-01-24
coverage: Flatten the functions for extracting/refining coverage spans
Zalathar
-73
/
+46
2024-01-11
coverage: Add enums to accommodate other kinds of coverage mappings
Zalathar
-3
/
+14
2024-01-11
coverage: Store extracted spans as a flat list of mappings
Zalathar
-17
/
+24
2024-01-05
coverage: Make the remaining fields of `CoverageSpan` non-public
Zalathar
-4
/
+4
2024-01-05
coverage: Split out `SpanFromMir` from `CoverageSpan`
Zalathar
-14
/
+4
2024-01-05
coverage: Hoist the splitting of visible macro invocations
Zalathar
-34
/
+0
2024-01-05
coverage: Hoist the removal of unwanted macro expansion spans
Zalathar
-26
/
+3
2024-01-05
coverage: Overhaul how "visible macros" are determined
Zalathar
-58
/
+7
2023-12-30
coverage: Prepare mappings separately from injecting statements
Zalathar
-2
/
+7
2023-12-20
coverage: Pass around `&ExtractedHirInfo` instead of individual fields
Zalathar
-9
/
+6
2023-12-16
coverage: Skip instrumenting a function if no spans were extracted
Zalathar
-2
/
+10
2023-12-08
coverage: Add `#[track_caller]` to the span generator's unwrap methods
Zalathar
-14
/
+12
[next]