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
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
2021-12-20
[code coverage] Fix missing dead code in modules that are never called
Wesley Wiser
-83
/
+24
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-11
/
+11
2021-12-10
Rollup merge of #91625 - est31:remove_indexes, r=oli-obk
Matthias Krüger
-2
/
+2
2021-12-09
Remove redundant [..]s
est31
-2
/
+2
2021-12-03
code-cov: generate dead functions with private/default linkage
Wesley Wiser
-2
/
+2
2021-11-30
Add conditional support for coverage map version 6
Rich Kadel
-12
/
+33
2021-11-23
Update CoverageMappingFormat Support to Version6
Arpad Borsos
-10
/
+10
2021-10-01
Fix clippy lints
Guillaume Gomez
-5
/
+4
2021-09-18
Querify `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-1
/
+1
2021-09-18
ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-4
/
+3
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-3
/
+3
2021-05-17
rustc_codegen_ssa: append blocks to functions w/o creating a builder.
Eduard-Mihai Burtescu
-1
/
+2
2021-05-12
Use () for codegen queries.
Camille GILLOT
-2
/
+2
2021-05-12
Use () for mir_keys.
Camille GILLOT
-1
/
+1
2021-05-07
Rollup merge of #84875 - richkadel:no-coverage-dont-check-unused, r=tmandry
Yuki Okushi
-6
/
+2
2021-05-06
Removes unneeded check of `#[no_coverage]` in mapgen
Rich Kadel
-6
/
+2
2021-05-06
Update coverage docs and command line help
Rich Kadel
-1
/
+1
2021-04-27
Derived Eq no longer shows uncovered
Rich Kadel
-0
/
+5
2021-04-02
Translate counters from Rust 1-based to LLVM 0-based counter ids
Rich Kadel
-6
/
+2
2021-03-23
Changes from review comments
Rich Kadel
-3
/
+23
2021-03-23
Change def_id filter to use requires_monomorphization()
Rich Kadel
-1
/
+1
2021-03-19
gave unused_fn WeakAnyLinkage; moved create_pgo_func_name_var
Rich Kadel
-18
/
+19
2021-03-19
coverage bug fixes and optimization support
Rich Kadel
-143
/
+226
2021-03-15
Functions inlined into reachable functions are reachable
Tomasz Miąsko
-1
/
+1
2021-03-15
Make source-based code coverage compatible with MIR inlining
Tomasz Miąsko
-1
/
+1
2021-03-01
Don't directly expose coverage::CounterMappingRegion via FFI
Nikita Popov
-2
/
+2
2021-01-03
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-1
/
+1
2020-12-07
Fixes to Rust coverage
Rich Kadel
-1
/
+1
2020-12-03
Addressed feedback from 2020-12-01
Rich Kadel
-0
/
+19
2020-12-03
Combination of commits
Rich Kadel
-7
/
+148
2020-11-25
Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs
Rich Kadel
-1
/
+1
2020-11-25
replace assert with condition and `fatal` error
Rich Kadel
-1
/
+3
2020-11-25
Improved version check
Rich Kadel
-7
/
+9
2020-11-24
Apply suggestions from code review
Rich Kadel
-1
/
+1
2020-11-24
Check for LLVM 11+ when using `-Z instrument-coverage`
Rich Kadel
-2
/
+2
2020-11-23
Updated links to LLVM 11 docs and types
Rich Kadel
-3
/
+3
2020-11-23
Upgrades the coverage map to Version 4
Rich Kadel
-112
/
+143
2020-11-05
Addressed all feedback to date
Rich Kadel
-5
/
+3
2020-11-05
Injecting expressions in place of counters where helpful
Rich Kadel
-4
/
+15
2020-11-05
Rust coverage before splitting instrument_coverage.rs
Rich Kadel
-28
/
+38
2020-10-23
Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs
Rich Kadel
-4
/
+4
2020-10-23
Make codegen coverage_context optional, and check
Rich Kadel
-33
/
+51
2020-10-05
Updates to experimental coverage counter injection
Rich Kadel
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+408