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
/
ffi.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-06
coverage: Remove all unstable support for MC/DC instrumentation
Zalathar
-75
/
+3
2025-05-27
coverage: Revert "unused local file IDs" due to empty function names
Zalathar
-21
/
+5
2025-05-10
coverage: Detect unused local file IDs to avoid an LLVM assertion
Zalathar
-5
/
+21
2025-03-20
coverage: Add LLVM plumbing for expansion regions
Zalathar
-2
/
+17
2024-12-19
coverage: Store coverage source regions as `Span` until codegen
Zalathar
-22
/
+6
2024-12-19
coverage: Rename some FFI fields from `span` to `cov_span`
Zalathar
-4
/
+4
2024-12-11
coverage: Store intermediate region tables in `CovfunRecord`
Zalathar
-0
/
+28
2024-11-29
Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"
Zalathar
-10
/
+26
2024-11-24
coverage: Store coverage source regions as `Span` until codegen
Zalathar
-22
/
+6
2024-11-24
coverage: Rename some FFI fields from `span` to `cov_span`
Zalathar
-4
/
+4
2024-11-10
coverage: Pass a `LocalFileId` to `CoverageSpan::from_source_region`
Zalathar
-1
/
+7
2024-11-08
coverage: Remove unhelpful code for handling multiple files per function
Zalathar
-1
/
+1
2024-10-20
Pass coverage mappings to LLVM as separate structs
Zalathar
-321
/
+51
2024-10-20
Reduce visibility of coverage FFI functions/types
Zalathar
-10
/
+10
2024-10-08
coverage. MCDC ConditionId start from 0 to keep with llvm 19
zhuyunxing
-6
/
+7
2024-09-19
Reformat some comments.
Nicholas Nethercote
-1
/
+2
2024-08-28
coverage: Rename `CodeRegion` to `SourceRegion`
Zalathar
-3
/
+4
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-9
/
+9
2024-05-30
coverage: Rename MC/DC `conditions_num` to `num_conditions`
Zalathar
-3
/
+4
2024-04-19
coverage. Generate Mappings of decisions and conditions for MC/DC
zhuyunxing
-1
/
+157
2024-03-14
coverage: Include recorded branch info in coverage instrumentation
Zalathar
-3
/
+9
2024-01-11
coverage: Add enums to accommodate other kinds of coverage mappings
Zalathar
-1
/
+19
2023-10-18
coverage: Store expression data in function coverage info
Zalathar
-11
/
+0
2023-10-18
coverage: Rename `Operand` to `CovTerm`
Zalathar
-6
/
+6
2023-09-21
coverage: Don't bother renumbering expressions on the Rust side
Zalathar
-13
/
+14
2023-09-21
coverage: Make the zero counter a constant
Zalathar
-11
/
+8
2023-08-02
coverage: Consolidate FFI types into one module
Zalathar
-0
/
+194
2023-08-01
Make coverage counter IDs count up from 0, not 1
Zalathar
-6
/
+4
2023-07-05
Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA
Zalathar
-0
/
+89