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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-05-01
coverage: Replace `max_decision_depth` with `num_condition_bitmaps`
Zalathar
-1
/
+1
2024-05-01
coverage: Set up MC/DC bitmaps without additional unsafe code
Zalathar
-5
/
+15
2024-05-01
coverage: Eagerly do start-of-function codegen for coverage
Zalathar
-27
/
+27
2024-04-29
mcdc-coverage: Get decision_depth from THIR lowering
Dorian Péron
-1
/
+2
2024-04-29
mcdc-coverage: Add decision_depth field in structs
Dorian Péron
-4
/
+4
2024-04-29
mcdc-coverage: Add possibility for codegen llvm to handle several condition b...
Dorian Péron
-7
/
+18
2024-04-20
coverage. Lowering MC/DC statements to llvm-ir
zhuyunxing
-1
/
+69
2024-04-04
coverage: Remove useless constants
Zalathar
-4
/
+4
2024-04-01
Auto merge of #122972 - beetrees:use-align-type, r=fee1-dead
bors
-3
/
+4
2024-04-01
Use the `Align` type when parsing alignment attributes
beetrees
-3
/
+4
2024-03-23
Unbox and unwrap the contents of `StatementKind::Coverage`
Zalathar
-3
/
+1
2024-03-22
coverage: Clean up marker statements that aren't needed later
Zalathar
-9
/
+1
2024-03-13
coverage: Add `CoverageKind::BlockMarker`
Zalathar
-2
/
+2
2024-01-02
coverage: Avoid a query stability hazard in `function_coverage_map`
Zalathar
-4
/
+4
2023-12-16
coverage: Avoid creating `func_coverage` for marker statements
Zalathar
-3
/
+11
2023-12-08
coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR
Zalathar
-0
/
+3
2023-10-22
coverage: Split `FunctionCoverage` into distinct collector/finished phases
Zalathar
-4
/
+7
2023-10-21
coverage: Move unused-function helpers closer to where they are used
Zalathar
-37
/
+2
2023-10-21
coverage: Emit mappings for unused functions without generating stubs
Zalathar
-69
/
+7
2023-10-18
coverage: Explicitly note that counter/expression IDs are function-local
Zalathar
-0
/
+7
2023-10-18
coverage: Store expression data in function coverage info
Zalathar
-2
/
+2
2023-10-18
coverage: Store all of a function's mappings in function coverage info
Zalathar
-19
/
+10
2023-10-18
coverage: Store the number of counters/expressions in function coverage info
Zalathar
-4
/
+14
2023-10-18
coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`
Zalathar
-12
/
+16
2023-10-03
coverage: Let each coverage statement hold a vector of code regions
Zalathar
-26
/
+7
2023-10-03
coverage: Mappings for unused functions can all be zero
Zalathar
-11
/
+3
2023-08-22
Inline functions called from `add_coverage`
Arpad Borsos
-123
/
+46
2023-08-04
coverage: Don't convert symbol names to `CString` for FFI
Zalathar
-4
/
+8
2023-08-04
coverage: Don't convert filenames to `CString` for FFI
Zalathar
-4
/
+10
2023-08-02
coverage: Consolidate FFI types into one module
Zalathar
-3
/
+3
2023-08-01
Make coverage counter IDs count up from 0, not 1
Zalathar
-6
/
+4
2023-08-01
Make coverage expression IDs count up from 0, not down from `u32::MAX`
Zalathar
-2
/
+2
2023-08-01
Replace `ExpressionOperandId` with enum `Operand`
Zalathar
-3
/
+3
2023-07-24
coverage: Obtain the `__llvm_covfun` section name outside a per-function loop
Zalathar
-7
/
+21
2023-07-16
Auto merge of #113430 - Zalathar:hash, r=b-naber
bors
-6
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-07-13
Remove `LLVMRustCoverageHashCString`
Zalathar
-5
/
+0
2023-07-13
Pass a byte slice to `coverageinfo::hash_bytes` instead of an owned vector
Zalathar
-1
/
+1
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-2
/
+3
2023-07-05
Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA
Zalathar
-1
/
+3
2023-07-05
Remove trait `CoverageInfoMethods`, since non-LLVM backends don't need it
Zalathar
-4
/
+10
2023-07-05
Narrow trait `CoverageInfoBuilderMethods` down to just one method
Zalathar
-2
/
+57
2023-05-09
CFI: Fix SIGILL reached via trait objects
Ramon de C Valle
-0
/
+1
2023-02-17
Use `IntoIterator` for `mk_fn_sig`.
Nicholas Nethercote
-3
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-4
/
+4
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-7
/
+7
2021-12-03
code-cov: generate dead functions with private/default linkage
Wesley Wiser
-2
/
+2
2021-10-01
Fix clippy lints
Guillaume Gomez
-2
/
+2
[next]