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
/
tests
/
coverage
Age
Commit message (
Expand
)
Author
Lines
2024-05-30
coverage: Instrument the RHS value of lazy logical operators
Zalathar
-45
/
+85
2024-05-30
coverage: Add a test for `-Zcoverage-options=condition`
Dorian Péron
-0
/
+274
2024-05-29
Rollup merge of #125700 - Zalathar:limit-overflow, r=nnethercote
Matthias Krüger
-0
/
+270
2024-05-29
coverage: Add tests for the MC/DC condition limit
Zalathar
-0
/
+270
2024-05-29
Manually run `x fmt` on all source files in `tests/coverage/`
Zalathar
-44
/
+34
2024-05-29
Tweak various coverage test files for slightly nicer formatting
Zalathar
-58
/
+54
2024-05-14
coverage: Simplify counter expressions using simple algebra
Zalathar
-1305
/
+804
2024-05-07
Auto merge of #124223 - Zalathar:conditional-let, r=compiler-errors
bors
-10
/
+34
2024-05-03
Auto merge of #123602 - cjgillot:gvn-borrowed, r=oli-obk
bors
-14
/
+14
2024-04-30
coverage: Add branch coverage support for if-let and let-chains
Zalathar
-7
/
+25
2024-04-30
coverage: Add branch coverage support for let-else
Zalathar
-3
/
+9
2024-04-29
Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalathar
bors
-0
/
+506
2024-04-29
tests(mcdc-coverage): Add tests for nested decision structures in mcdc_nested...
Dorian Péron
-0
/
+506
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-16
/
+16
2024-04-22
coverage: Branch coverage tests for match arms
Zalathar
-0
/
+401
2024-04-22
coverage: Branch coverage test for if-let and let-chains
Zalathar
-0
/
+161
2024-04-22
coverage: Branch coverage test for let-else
Zalathar
-0
/
+90
2024-04-20
Rollup merge of #124053 - Zalathar:lazy-boolean, r=Mark-Simulacrum
许杰友 Jieyou Xu (Joe)
-15
/
+385
2024-04-20
Dereference immutable borrows in GVN.
Camille GILLOT
-14
/
+14
2024-04-20
coverage. Add basic tests for MC/DC
zhuyunxing
-0
/
+583
2024-04-17
coverage: Branch coverage tests for lazy boolean operators
Zalathar
-0
/
+370
2024-04-17
coverage: Move branch coverage tests into a subdirectory
Zalathar
-15
/
+15
2024-03-27
Eliminate `UbCheck` for non-standard libraries
DianQK
-6
/
+6
2024-03-26
coverage: Re-enable `UnreachablePropagation` for coverage builds
Zalathar
-3
/
+3
2024-03-20
coverage: Remove incorrect assertions from counter allocation
Zalathar
-2
/
+2
2024-03-20
coverage: Regression test for ICE triggered by self-loops
Zalathar
-0
/
+98
2024-03-14
coverage: Enable branch coverage in the branch coverage tests
Zalathar
-116
/
+272
2024-03-13
coverage: Add branch coverage tests (with branch coverage disabled)
Zalathar
-0
/
+707
2024-03-13
coverage: Remove all unstable values of `-Cinstrument-coverage`
Zalathar
-20
/
+10
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-112
/
+112
2024-02-21
coverage: Eagerly deduplicate covspans with the same span
Zalathar
-10
/
+8
2024-02-18
Update coverage-run tests
Vadim Petrochenkov
-5
/
+5
2024-02-18
macro_rules: Preserve all metavariable spans in a global side table
Vadim Petrochenkov
-0
/
+20
2024-02-16
coverage: Discard spans that fill the entire function body
Zalathar
-29
/
+20
2024-02-16
coverage: Regression test for a span extraction inconsistency
Zalathar
-0
/
+93
2024-02-09
Enable by default.
Camille GILLOT
-178
/
+139
2024-02-05
coverage: Make unexpansion of closure bodies more precise
Zalathar
-32
/
+48
2024-02-05
coverage: Add a test for `#[coverage(..)]` on closures
Zalathar
-0
/
+119
2024-02-05
coverage: Test for closure body that is a single bang-macro
Zalathar
-0
/
+51
2024-02-02
coverage: Use normal `edition:` headers in coverage tests
Zalathar
-40
/
+40
2024-01-24
Rollup merge of #120185 - Zalathar:auto-derived, r=wesleywiser
León Orell Valerian Liehr
-94
/
+4
2024-01-22
coverage: Don't instrument `#[automatically_derived]` functions
Zalathar
-94
/
+4
2024-01-21
Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]`
Zalathar
-18
/
+2
2024-01-21
coverage: Add a test that uses `#[bench]`
Zalathar
-0
/
+33
2024-01-21
Rollup merge of #120015 - Zalathar:format, r=dtolnay
Nadrieril
-218
/
+282
2024-01-18
coverage: Format all remaining tests
Zalathar
-54
/
+70
2024-01-17
Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.
Kevin Reid
-16
/
+8
2024-01-16
coverage: Tweak individual tests to be unaffected by `rustfmt`
Zalathar
-22
/
+34
2024-01-16
coverage: Add `#[rustfmt::skip]` to tests with non-standard formatting
Zalathar
-142
/
+178
2024-01-08
coverage: `llvm-cov` expects column numbers to be bytes, not code points
Zalathar
-12
/
+52
[next]