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
2024-12-17
coverage: Track used functions in a set instead of a map
Zalathar
-26
/
+0
2024-12-17
coverage: Pull function source hash out of `map_data.rs`
Zalathar
-6
/
+1
2024-12-17
coverage: Pull region conversion out of `map_data.rs`
Zalathar
-24
/
+1
2024-12-17
coverage: Pull expression conversion out of `map_data.rs`
Zalathar
-31
/
+1
2024-12-08
coverage: Unused functions don't need to store `CoverageIdsInfo`
Zalathar
-11
/
+12
2024-12-08
coverage: Remove FunctionCoverageCollector
Zalathar
-47
/
+7
2024-12-08
coverage: Use a query to find counters/expressions that must be zero
Zalathar
-112
/
+4
2024-12-08
coverage: Move `CoverageIdsInfo` into `mir::coverage`
Zalathar
-3
/
+2
2024-11-30
coverage: Use a query to identify which counter/expression IDs are used
Zalathar
-57
/
+15
2024-11-30
coverage: All counter terms in an unused function are zero
Zalathar
-2
/
+2
2024-11-29
Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"
Zalathar
-7
/
+7
2024-11-24
coverage: Store coverage source regions as `Span` until codegen
Zalathar
-7
/
+7
2024-11-08
coverage: Remove unhelpful code for handling multiple files per function
Zalathar
-7
/
+1
2024-08-28
coverage: Rename `CodeRegion` to `SourceRegion`
Zalathar
-6
/
+6
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-07-15
coverage: Restrict `ExpressionUsed` simplification to `Code` mappings
Zalathar
-2
/
+9
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`.
Nicholas Nethercote
-0
/
+1
2024-01-11
coverage: Add enums to accommodate other kinds of coverage mappings
Zalathar
-12
/
+14
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