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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
coverage
Age
Commit message (
Expand
)
Author
Lines
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
2024-01-08
coverage: Test for column numbers involving non-ASCII characters
Zalathar
-0
/
+89
2024-01-05
Rollup merge of #119208 - Zalathar:hoist, r=WaffleLapkin,Swatinem
Michael Goulet
-27
/
+21
2024-01-05
Allow coverage tests to enable `llvm-cov --use-color`
Zalathar
-0
/
+24
2024-01-05
Allow tests to ignore individual test modes
Zalathar
-0
/
+18
2024-01-05
coverage: Hoist the splitting of visible macro invocations
Zalathar
-24
/
+18
2024-01-05
coverage: Overhaul how "visible macros" are determined
Zalathar
-3
/
+3
2024-01-04
macro_rules: Less hacky heuristic for using `tt` metavariable spans
Vadim Petrochenkov
-20
/
+7
2023-12-24
Enable GVN by default.
Camille GILLOT
-12
/
+10
2023-12-20
coverage: Add a test for `async` blocks
Zalathar
-0
/
+104
2023-12-18
Rollup merge of #118852 - Zalathar:no-spans, r=cjgillot
Matthias Krüger
-0
/
+67
2023-12-16
coverage: Regression test for `assert!(!false)`
Zalathar
-0
/
+39
2023-12-16
coverage: Regression test for markers in a function with no spans
Zalathar
-0
/
+67
2023-12-15
coverage: Use `Waker::noop` in async tests
Zalathar
-354
/
+135
2023-12-09
Rollup merge of #118666 - Zalathar:body-closure, r=cjgillot
Jubilee
-0
/
+67
2023-12-08
coverage: Regression test for unwrapping `prev` when there are no spans
Zalathar
-0
/
+67
2023-12-08
coverage: Use `SpanMarker` to mark the full condition of `if !`
Zalathar
-12
/
+12
2023-12-08
coverage: Add a dedicated test for coverage of `if !`
Zalathar
-0
/
+114
2023-12-03
coverage: Skip spans that can't be un-expanded back to the function body
Zalathar
-23
/
+23
2023-11-30
Auto merge of #118036 - DianQK:thinlto-tests, r=tmiasko
bors
-0
/
+17
2023-11-30
Add thinlto support to codegen, assembly and coverage tests
DianQK
-0
/
+17
2023-11-25
coverage: Simplify building coverage expressions based on sums
Zalathar
-100
/
+100
2023-11-13
coverage: Regression test for #117788
Zalathar
-0
/
+90
2023-11-08
coverage: Rename the `run-coverage` test mode to `coverage-run`
Zalathar
-3
/
+3
2023-11-07
coverage: Register `test::Coverage` as the test suite for `tests/coverage`
Zalathar
-7
/
+10
2023-11-07
coverage: Migrate `tests/coverage-map` into `tests/coverage`
Zalathar
-0
/
+3745
2023-11-07
coverage: Migrate `tests/run-coverage` into `tests/coverage`
Zalathar
-0
/
+5849