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_codegen_ssa
/
src
/
coverageinfo
/
map.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-05
Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA
Zalathar
-347
/
+0
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+2
2021-12-15
Remove `in_band_lifetimes` from `rustc_codegen_ssa`
LegionMammal978
-7
/
+7
2021-06-01
Reland - Report coverage `0` of dead blocks
Rich Kadel
-0
/
+9
2021-05-12
`coverageinfo` query needs to use the same MIR as codegen
Rich Kadel
-2
/
+2
2021-04-02
Translate counters from Rust 1-based to LLVM 0-based counter ids
Rich Kadel
-14
/
+63
2021-03-19
coverage bug fixes and optimization support
Rich Kadel
-4
/
+21
2021-03-15
Make source-based code coverage compatible with MIR inlining
Tomasz Miąsko
-5
/
+16
2021-01-03
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-24
/
+24
2020-11-05
Addressed all feedback to date
Rich Kadel
-13
/
+3
2020-11-05
Added comments on remapping expression IDs, and URL to spanviews
Rich Kadel
-1
/
+19
2020-11-05
Rust coverage before splitting instrument_coverage.rs
Rich Kadel
-35
/
+76
2020-10-05
Updates to experimental coverage counter injection
Rich Kadel
-3
/
+10
2020-08-30
mv compiler to compiler/
mark
-0
/
+205