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: master
Choose a base ref
...
head repository: ecstatic-morse/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: qualifs-temp
Choose a head ref
  • 8 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 8, 2019

  1. Configuration menu
    Copy the full SHA
    1e0dfac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4160021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72e3f72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb2535c View commit details
    Browse the repository at this point in the history
  5. Extract qualifs per local from ConstCx

    To do dataflow-based qualification, we need to pass a reference to the
    dataflow state directly to the `Qualif::in_*` methods. As such, we
    move the `PerQualif<BitSet<Local>>` that holds the qualification state
    for each local to `Checker` itself and use a macro (`get_qualif`) to
    extract the correct `BitSet` when querying the qualifications for each
    local.
    ecstatic-morse committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    bf44689 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    159b9c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    808bede View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d94a901 View commit details
    Browse the repository at this point in the history
Loading