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_llvm
/
src
/
coverageinfo
/
map_data.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-28
coverage: Consistently remove unused counter IDs from expressions/mappings
Zalathar
-31
/
+41
2023-10-22
coverage: Build the global file table ahead of time
Zalathar
-0
/
+6
2023-10-22
coverage: Fetch expressions and mappings separately
Zalathar
-25
/
+11
2023-10-22
coverage: Split `FunctionCoverage` into distinct collector/finished phases
Zalathar
-18
/
+30
2023-10-18
coverage: Store expression data in function coverage info
Zalathar
-65
/
+40
2023-10-18
coverage: Store all of a function's mappings in function coverage info
Zalathar
-47
/
+28
2023-10-18
coverage: Make expression simplification non-destructive
Zalathar
-22
/
+58
2023-10-18
coverage: Collect a function's coverage mappings into a single list
Zalathar
-70
/
+45
2023-10-18
coverage: Rename `Operand` to `CovTerm`
Zalathar
-16
/
+16
2023-10-18
coverage: Store the number of counters/expressions in function coverage info
Zalathar
-11
/
+8
2023-10-18
coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`
Zalathar
-27
/
+25
2023-10-03
coverage: Let each coverage statement hold a vector of code regions
Zalathar
-35
/
+58
2023-09-21
coverage: Don't bother renumbering expressions on the Rust side
Zalathar
-143
/
+50
2023-09-21
coverage: Explicitly simplify coverage expressions in codegen
Zalathar
-0
/
+53
2023-09-21
coverage: Make the zero counter a constant
Zalathar
-4
/
+4
2023-08-02
coverage: Consolidate FFI types into one module
Zalathar
-1
/
+1
2023-08-01
Make coverage counter IDs count up from 0, not 1
Zalathar
-15
/
+4
2023-08-01
Make coverage expression IDs count up from 0, not down from `u32::MAX`
Zalathar
-35
/
+14
2023-08-01
Replace `ExpressionOperandId` with enum `Operand`
Zalathar
-24
/
+19
2023-07-05
Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA
Zalathar
-0
/
+348