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
/
mapgen
/
covfun.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-06
coverage: Remove all unstable support for MC/DC instrumentation
Zalathar
-16
/
+0
2025-08-04
coverage: Simplify access to debug/testing `-Zcoverage-options` flags
Zalathar
-1
/
+1
2025-08-04
coverage: Hoist `counter_for_bcb` out of its loop
Zalathar
-10
/
+10
2025-08-04
coverage: Include an `Instance` in `CovfunRecord` for debug messages
Zalathar
-1
/
+6
2025-05-28
Remove methods from StaticCodegenMethods that are not called in cg_ssa itself
bjorn3
-3
/
+1
2025-05-28
Remove a couple of uses of interior mutability around statics
bjorn3
-1
/
+1
2025-05-27
coverage: Revert "unused local file IDs" due to empty function names
Zalathar
-34
/
+10
2025-05-10
coverage: Detect unused local file IDs to avoid an LLVM assertion
Zalathar
-0
/
+24
2025-05-10
coverage: Hoist `counter_for_bcb` out of its loop
Zalathar
-10
/
+10
2025-04-07
coverage: Build the CGU's global file table as late as possible
Zalathar
-16
/
+26
2025-04-06
coverage: Deal with unused functions and their names in one place
Zalathar
-8
/
+0
2025-03-20
coverage: Convert and check span coordinates without a local file ID
Zalathar
-13
/
+9
2025-03-20
coverage: Add LLVM plumbing for expansion regions
Zalathar
-3
/
+8
2025-03-18
coverage: Don't store a body span in `FunctionCoverageInfo`
Zalathar
-2
/
+7
2025-03-18
coverage: Don't refer to the body span when enlarging empty spans
Zalathar
-3
/
+2
2025-02-24
Remove inherent function that has a trait method duplicate of a commonly impo...
Oli Scherer
-1
/
+1
2025-02-06
coverage: Remove the old code for simplifying counters after MIR opts
Zalathar
-16
/
+9
2025-02-06
coverage: Defer part of counter-creation until codegen
Zalathar
-9
/
+4
2025-02-06
coverage: Store BCB node IDs in mappings, and resolve them in codegen
Zalathar
-12
/
+17
2025-01-24
coverage: Make query `coverage_ids_info` return an Option
Zalathar
-1
/
+1
2024-12-19
coverage: Add a synthetic test for when all spans are discarded
Zalathar
-0
/
+11
2024-12-19
coverage: Identify source files by ID, not by interned filename
Zalathar
-5
/
+3
2024-12-19
coverage: Store coverage source regions as `Span` until codegen
Zalathar
-3
/
+11
2024-12-19
coverage: Quietly skip functions that end up having no mappings
Zalathar
-7
/
+2
2024-12-19
coverage: Rename some FFI fields from `span` to `cov_span`
Zalathar
-5
/
+6
2024-12-17
coverage: Pull function source hash out of `map_data.rs`
Zalathar
-5
/
+4
2024-12-17
coverage: Pull region conversion out of `map_data.rs`
Zalathar
-13
/
+13
2024-12-17
coverage: Pull expression conversion out of `map_data.rs`
Zalathar
-2
/
+43
2024-12-17
coverage: Build the global file table on the fly
Zalathar
-2
/
+2
2024-12-12
coverage: Tidy up creation of covfun records
Zalathar
-30
/
+29
2024-12-11
coverage: Store intermediate region tables in `CovfunRecord`
Zalathar
-46
/
+41
2024-12-11
coverage: Reify `CovfunRecord` as an intermediate step
Zalathar
-26
/
+33
2024-12-11
coverage: Extract function metadata handling to a `covfun` submodule
Zalathar
-0
/
+198