Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c3628f1
Choose a base ref
...
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 75b98f5
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    5c94140 View commit details
    Browse the repository at this point in the history
  2. coverage: Make MCDC take in account last RHS of condition-coverage

    Condition coverage extends branch coverage to treat the specific case
    of last operands of boolean decisions not involved in control flow.
    This is ultimately made for MCDC to be exhaustive on all boolean expressions.
    
    This patch adds a call to `visit_branch_coverage_operation` to track the
    top-level operand of the said decisions, and changes
    `visit_coverage_standalone_condition` so MCDC branch registration is called
    when enabled on these _last RHS_ cases.
    RenjiSann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    98e0fc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b98f5 View commit details
    Browse the repository at this point in the history
Loading