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
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
2023-12-08
coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR
Zalathar
-3
/
+12
2023-12-03
coverage: Skip spans that can't be un-expanded back to the function body
Zalathar
-5
/
+7
2023-10-21
coverage: Simplify initial creation of coverage spans
Zalathar
-16
/
+28
2023-10-21
coverage: Don't create an intermediate vec for each BCB's initial spans
Zalathar
-26
/
+23
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-10
coverage: Remove enum `CoverageStatement`
Zalathar
-10
/
+2
2023-10-10
coverage: Disconnect span extraction from `CoverageSpansGenerator`
Zalathar
-70
/
+73
2023-10-10
coverage: Move initial MIR span extraction into a submodule
Zalathar
-0
/
+189