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
/
graph.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-769
/
+0
2021-08-18
Remove box syntax from rustc_mir
est31
-9
/
+13
2021-07-25
use vec![] macro to create Vector with first item inside instead of pushing t...
Matthias Krüger
-2
/
+2
2021-05-07
Avoid predecessors having Drop impls
Mark Rousskov
-2
/
+2
2021-03-10
Rename Option::get_or_insert_default
Cameron Steffen
-1
/
+2
2021-03-08
Use Option::get_or_default
Cameron Steffen
-4
/
+1
2021-01-03
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-1
/
+1
2020-12-11
Fixes reported bugs in Rust Coverage
Rich Kadel
-12
/
+16
2020-12-07
Fixes to Rust coverage
Rich Kadel
-2
/
+4
2020-12-03
Addressed feedback from 2020-12-01
Rich Kadel
-1
/
+3
2020-12-03
Combination of commits
Rich Kadel
-10
/
+10
2020-11-11
Added some unit tests as requested
Rich Kadel
-8
/
+8
2020-11-05
Responded to all feedback as of 2020-10-30
Rich Kadel
-21
/
+45
2020-11-05
Injecting expressions in place of counters where helpful
Rich Kadel
-2
/
+319
2020-11-05
Implemented CoverageGraph of BasicCoverageBlocks
Rich Kadel
-157
/
+301
2020-11-05
Splitting transform/instrument_coverage.rs into transform/coverage/...
Rich Kadel
-0
/
+274