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
Age
Commit message (
Expand
)
Author
Lines
2023-10-18
coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`
Zalathar
-49
/
+48
2023-10-17
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
Urgau
-3
/
+3
2023-10-03
coverage: Let each coverage statement hold a vector of code regions
Zalathar
-61
/
+65
2023-10-03
coverage: Mappings for unused functions can all be zero
Zalathar
-11
/
+3
2023-09-21
coverage: Don't bother renumbering expressions on the Rust side
Zalathar
-156
/
+64
2023-09-21
coverage: Explicitly simplify coverage expressions in codegen
Zalathar
-1
/
+57
2023-09-21
coverage: Make the zero counter a constant
Zalathar
-15
/
+12
2023-09-14
Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk
bors
-2
/
+2
2023-09-11
coverage: Simplify grouping of mappings by file
Zalathar
-25
/
+25
2023-09-11
coverage: Push down the call to `get_expressions_and_counter_regions`
Zalathar
-7
/
+7
2023-09-11
coverage: Push down creation of the mappings payload buffer
Zalathar
-21
/
+14
2023-09-11
coverage: Reserve capacity for all of a function's mapping regions
Zalathar
-1
/
+1
2023-09-11
coverage: Use a stable sort when grouping mapped regions by file
Zalathar
-1
/
+1
2023-09-11
coverage: Convert `CoverageMapGenerator` to `GlobalFileTable`
Zalathar
-76
/
+96
2023-09-08
Rework no_coverage to coverage(off)
Andy Caldwell
-2
/
+2
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
-17
/
+22
2023-08-02
coverage: Consolidate FFI types into one module
Zalathar
-6
/
+199
2023-08-01
Make coverage counter IDs count up from 0, not 1
Zalathar
-27
/
+12
2023-08-01
Make coverage expression IDs count up from 0, not down from `u32::MAX`
Zalathar
-37
/
+16
2023-08-01
Replace `ExpressionOperandId` with enum `Operand`
Zalathar
-27
/
+22
2023-07-24
coverage: Obtain the `__llvm_covfun` section name outside a per-function loop
Zalathar
-8
/
+31
2023-07-16
Auto merge of #113430 - Zalathar:hash, r=b-naber
bors
-10
/
+5
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-07-13
Remove `LLVMRustCoverageHashCString`
Zalathar
-6
/
+1
2023-07-13
Pass a byte slice to `coverageinfo::hash_bytes` instead of an owned vector
Zalathar
-2
/
+2
2023-07-13
Don't clone symbol names for coverage hashing
Zalathar
-3
/
+3
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
-2
/
+441
2023-07-05
Remove trait `CoverageInfoMethods`, since non-LLVM backends don't need it
Zalathar
-5
/
+11
2023-07-05
Narrow trait `CoverageInfoBuilderMethods` down to just one method
Zalathar
-2
/
+57
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
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
2023-01-27
reduce rightward-drift
Tshepang Mbambo
-3
/
+2
2023-01-26
Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa
Matthias Krüger
-28
/
+17
2023-01-19
Use UnordSet instead of FxHashSet in define_id_collections!().
Michael Woerister
-3
/
+5
2023-01-09
Remove backwards compat for LLVM 12 coverage format
Arpad Borsos
-28
/
+17
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-1
/
+1
2022-11-09
Port Instrument coverage requires llvm 12 to the new struct
SLASHLogin
-1
/
+2
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-3
/
+0
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-4
/
+4
2022-02-04
Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...
Matthias Krüger
-2
/
+2
2022-01-21
Work around missing code coverage data causing llvm-cov failures
Wesley Wiser
-4
/
+13
2022-01-01
Stabilize -Z instrument-coverage as -C instrument-coverage
Josh Triplett
-2
/
+2
2021-12-27
Address review comments
Wesley Wiser
-20
/
+27
[prev]
[next]