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: 6bb3dbfc6c6d8992d08431f320ba296a0c2f7498
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: cbf356a1a5677b1c073f09ba833d8247c7ed01aa
Choose a head ref
  • 4 commits
  • 49 files changed
  • 2 contributors

Commits on Jun 22, 2020

  1. Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, …

    …r=nikomatsakis"
    
    This reverts commit 372cb9b, reversing
    changes made to 5c61a8d.
    Aaron1011 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    ad9972a View commit details
    Browse the repository at this point in the history
  2. Re-enable Clippy tests

    Aaron1011 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    d3feb8b View commit details
    Browse the repository at this point in the history
  3. Stop using old version of syn in rustc-workspace-hack

    None of the tools seem to need syn 0.15.35, so we can just build syn
    1.0.
    
    This was causing an issue with clippy's `compile-test` program: since
    multiple versions of `syn` would exist in the build directory, we would
    non-deterministically pick one based on filesystem iteration order. If
    the pre-1.0 version of `syn` was picked, a strange build error would
    occur (see
    #73594 (comment))
    
    To prevent this kind of issue from happening again, we now panic if we
    find multiple versions of a crate in the build directly, instead of
    silently picking the first version we find.
    Aaron1011 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    e2ab98d View commit details
    Browse the repository at this point in the history
  4. Auto merge of #73594 - Aaron1011:revert/move-fn-self-msg, r=Manishearth

    Revert PR #72389 - "Explain move errors that occur due to method calls involving `self"
    
    r? @petrochenkov
    bors committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    cbf356a View commit details
    Browse the repository at this point in the history
Loading