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
/
debug.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-840
/
+0
2021-08-01
clippy::perf fixes
Matthias Krüger
-2
/
+2
2021-07-25
clippy::useless_format
Matthias Krüger
-2
/
+2
2021-05-30
Remove CrateNum::ReservedForIncrCompCache
bjorn3
-1
/
+0
2021-05-12
Spanview needs the relevant body_span used for coverage
Rich Kadel
-1
/
+3
2021-04-19
fix few typos
klensy
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-3
/
+2
2021-03-18
Remove unwrap_none/expect_none from compiler/.
Mara Bos
-7
/
+5
2021-01-03
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-5
/
+5
2020-12-11
don't convert types into identical types with .into() (clippy::useless_conver...
Matthias Krüger
-2
/
+2
2020-12-08
Review feedback
Eric Arellano
-32
/
+36
2020-12-07
Dogfood 'str_split_once() with `compiler/`
Eric Arellano
-23
/
+25
2020-11-25
Fixup compiler docs
Camelid
-12
/
+12
2020-11-11
Added some unit tests as requested
Rich Kadel
-8
/
+8
2020-11-07
use single char patterns for split() (clippy::single_char_pattern)
Matthias Krüger
-4
/
+4
2020-11-05
Responded to all feedback as of 2020-10-30
Rich Kadel
-9
/
+120
2020-11-05
Injecting expressions in place of counters where helpful
Rich Kadel
-8
/
+302
2020-11-05
Adds coverage graphviz
Rich Kadel
-2
/
+363
2020-11-05
Implemented CoverageGraph of BasicCoverageBlocks
Rich Kadel
-8
/
+8
2020-11-05
Splitting transform/instrument_coverage.rs into transform/coverage/...
Rich Kadel
-0
/
+70