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_mir_transform
/
src
/
coverage
/
query.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-06
coverage: Remove all unstable support for MC/DC instrumentation
Zalathar
-5
/
+0
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+2
2025-07-29
coverage: Treat `#[automatically_derived]` as `#[coverage(off)]`
Zalathar
-10
/
+9
2025-07-29
coverage: Rename `CoverageStatus` to `CoverageAttrKind`
Zalathar
-13
/
+16
2025-07-28
Rename impl_of_method -> impl_of_assoc
Cameron Steffen
-1
/
+1
2025-07-16
Port `#[coverage]` to the new attribute system
Sasha Pourcelot
-19
/
+13
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-1
/
+1
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-2
/
+1
2025-02-13
coverage: Eliminate more counters by giving them to unreachable nodes
Zalathar
-5
/
+14
2025-02-06
coverage: Remove the old code for simplifying counters after MIR opts
Zalathar
-132
/
+5
2025-02-06
coverage: Don't create counters for code that was removed by MIR opts
Zalathar
-1
/
+5
2025-02-06
coverage: Defer part of counter-creation until codegen
Zalathar
-23
/
+71
2025-02-06
coverage: Store BCB node IDs in mappings, and resolve them in codegen
Zalathar
-1
/
+3
2025-02-03
Remove hook calling via `TyCtxtAt`.
Nicholas Nethercote
-3
/
+1
2025-01-24
coverage: Make query `coverage_ids_info` return an Option
Zalathar
-9
/
+3
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-14
/
+14
2024-12-08
coverage: Use a query to find counters/expressions that must be zero
Zalathar
-4
/
+101
2024-12-08
coverage: Move `CoverageIdsInfo` into `mir::coverage`
Zalathar
-2
/
+2
2024-11-30
coverage: Use a query to identify which counter/expression IDs are used
Zalathar
-9
/
+38
2024-10-03
Avoid ICE in coverage builds with bad `#[coverage(..)]` attributes
Zalathar
-1
/
+2
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-06-26
coverage: Apply `#[coverage(..)]` recursively to nested functions
Zalathar
-3
/
+9
2024-06-26
coverage: Detach `#[coverage(..)]` from codegen attribute handling
Zalathar
-1
/
+26
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-1
/
+1
2024-05-14
coverage: `CoverageIdsInfo::mcdc_bitmap_bytes` is never needed
Zalathar
-11
/
+1
2024-04-20
coverage. Lowering MC/DC statements to llvm-ir
zhuyunxing
-1
/
+11
2024-04-04
coverage: Remove useless constants
Zalathar
-1
/
+1
2024-03-23
Unbox and unwrap the contents of `StatementKind::Coverage`
Zalathar
-6
/
+4
2024-03-13
coverage: Make `is_eligible_for_coverage` a hook method
Zalathar
-5
/
+40
2024-03-13
Allow `rustc_mir_transform` to register hook providers
Zalathar
-3
/
+3
2023-12-10
remove redundant imports
surechen
-2
/
+2
2023-10-18
coverage: Store all of a function's mappings in function coverage info
Zalathar
-20
/
+2
2023-10-18
coverage: Store the number of counters/expressions in function coverage info
Zalathar
-74
/
+15
2023-10-03
coverage: Let each coverage statement hold a vector of code regions
Zalathar
-2
/
+2
2023-09-07
coverage: In the visitor, track max counter/expression IDs without +1
Zalathar
-25
/
+25
2023-09-07
coverage: Simplify the `coverageinfo` query to a single pass
Zalathar
-30
/
+13
2023-09-07
coverage: Extract a common iterator over a function's coverage statements
Zalathar
-23
/
+19
2023-08-01
Make coverage counter IDs count up from 0, not 1
Zalathar
-6
/
+3
2023-08-01
Make coverage expression IDs count up from 0, not down from `u32::MAX`
Zalathar
-5
/
+4
2023-08-01
Replace `ExpressionOperandId` with enum `Operand`
Zalathar
-32
/
+13
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-2
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-2
/
+2
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-02-03
compiler: clippy::complexity fixes
Matthias Krüger
-2
/
+1
2021-12-20
[code coverage] Fix missing dead code in modules that are never called
Wesley Wiser
-20
/
+0
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-1
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+191