about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/llvm_cov.rs
AgeCommit message (Expand)AuthorLines
2025-09-16Mark some coverage-related bindings as safeZalathar-4/+4
2025-09-16Stop using `as_c_char_ptr` for coverage-related bindingsZalathar-4/+3
2025-08-06coverage: Remove all unstable support for MC/DC instrumentationZalathar-11/+1
2025-03-20coverage: Add LLVM plumbing for expansion regionsZalathar-2/+14
2024-12-19coverage: Identify source files by ID, not by interned filenameZalathar-3/+2
2024-12-11coverage: Store intermediate region tables in `CovfunRecord`Zalathar-4/+3
2024-11-05coverage: Tidy up coverage-specific FFI functionsZalathar-14/+12
2024-11-05coverage: Extract safe FFI wrapper functions to `llvm_cov`Zalathar-0/+102