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-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
2023-12-08
coverage: Simplify the heuristic for ignoring `async fn` return spans
Zalathar
-17
/
+4
2023-12-07
coverage: Simplify code that pushes to `refined_spans`
Zalathar
-26
/
+14
2023-12-07
coverage: Inline `push_refined_span`
Zalathar
-13
/
+9
2023-12-07
coverage: Merge refined spans in a separate final pass
Zalathar
-13
/
+16
2023-12-05
coverage: Be more strict about what counts as a "visible macro"
Zalathar
-12
/
+10
2023-12-05
coverage: Clean up `maybe_push_macro_name_span`
Zalathar
-6
/
+10
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-1
/
+3
2023-11-12
coverage: Avoid creating malformed macro name spans
Zalathar
-0
/
+6
2023-10-21
Rollup merge of #116974 - Zalathar:signature-spans, r=oli-obk,cjgillot
Matthias Krüger
-29
/
+4
2023-10-21
coverage: Simplify the injection of coverage statements
Zalathar
-7
/
+2
2023-10-21
coverage: Simplify initial creation of coverage spans
Zalathar
-29
/
+4
2023-10-21
coverage: Handle fn signature spans more consistently near `?`
Zalathar
-1
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-16
debug Span::ctxt() call detection
Arthur Lafrance
-1
/
+1
2023-10-16
coverage: Explain why we temporarily steal `pending_dups`
Zalathar
-6
/
+20
2023-10-16
coverage: Inline `span_bcb_dominates`
Zalathar
-14
/
+11
2023-10-16
coverage: Inline `prev_starts_after_next`
Zalathar
-10
/
+5
2023-10-16
coverage: Move `take_curr` and note what its callers are doing
Zalathar
-9
/
+9
2023-10-16
coverage: Call `prev`/`curr` less in other places
Zalathar
-11
/
+17
2023-10-16
coverage: Call `prev`/`curr` less in `to_refined_spans`
Zalathar
-22
/
+20
2023-10-16
coverage: Remove redundant field `prev_expn_span`
Zalathar
-7
/
+2
2023-10-16
coverage: Flatten guard logic in `maybe_flush_pending_dups`
Zalathar
-15
/
+16
2023-10-16
coverage: Flatten guard logic in `maybe_push_macro_name_span`
Zalathar
-20
/
+17
2023-10-16
coverage: Simplify `push_refined_span`
Zalathar
-12
/
+8
2023-10-16
coverage: Use `DUMMY_SP` instead of creating a dummy span manually
Zalathar
-4
/
+4
2023-10-16
coverage: Rename `hold_pending_dups_unless_dominated` to `update_pending_dups`
Zalathar
-2
/
+2
2023-10-16
coverage: Rename `check_pending_dups` to `maybe_flush_pending_dups`
Zalathar
-2
/
+2
[next]