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
/
src
/
transform
/
coverage
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-588
/
+0
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-18
Remove box syntax from rustc_mir
est31
-3
/
+3
2021-05-12
`coverageinfo` query needs to use the same MIR as codegen
Rich Kadel
-11
/
+1
2021-05-12
Simplified body_span and filtered span code
Rich Kadel
-21
/
+43
2021-05-12
Spanview needs the relevant body_span used for coverage
Rich Kadel
-0
/
+1
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-5
/
+5
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-1
/
+1
2021-05-11
Split span_to_string into span_to_diagnostic/embeddable_string
Andy Wang
-4
/
+4
2021-05-06
Coverage instruments closure bodies in macros (not the macro body)
Rich Kadel
-3
/
+24
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-1
/
+1
2021-04-27
Derived Eq no longer shows uncovered
Rich Kadel
-0
/
+6
2021-04-24
Fix coverage ICE because fn_sig can have a span that crosses file boundaries
Rich Kadel
-1
/
+1
2021-04-22
Fix ICE if original_span(fn_sig) returns a span not in body sourcefile
Rich Kadel
-1
/
+2
2020-12-19
Remap instrument-coverage line numbers in doctests
Arpad Borsos
-1
/
+5
2020-12-15
Fixed conflict with drop elaboration and coverage
Rich Kadel
-2
/
+2
2020-12-11
Fixes reported bugs in Rust Coverage
Rich Kadel
-0
/
+8
2020-12-07
Fixes to Rust coverage
Rich Kadel
-4
/
+18
2020-12-03
Addressed feedback from 2020-12-01
Rich Kadel
-0
/
+2
2020-12-03
Combination of commits
Rich Kadel
-49
/
+26
2020-11-13
Addressed feedback
Rich Kadel
-1
/
+1
2020-11-11
Added some unit tests as requested
Rich Kadel
-1
/
+4
2020-11-05
Responded to all feedback as of 2020-10-30
Rich Kadel
-5
/
+15
2020-11-05
Injecting expressions in place of counters where helpful
Rich Kadel
-34
/
+289
2020-11-05
Adds coverage graphviz
Rich Kadel
-3
/
+31
2020-11-05
Implemented CoverageGraph of BasicCoverageBlocks
Rich Kadel
-8
/
+13
2020-11-05
Splitting transform/instrument_coverage.rs into transform/coverage/...
Rich Kadel
-0
/
+241