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
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