Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[beta] Rollup backports #64097

Merged
merged 11 commits into from
Sep 3, 2019
Merged

[beta] Rollup backports #64097

merged 11 commits into from
Sep 3, 2019

Commits on Aug 31, 2019

  1. Configuration menu
    Copy the full SHA
    15a07a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    a06cba2 View commit details
    Browse the repository at this point in the history
  2. debuginfo: give unique names to closure and generator types

    Closure types have been moved to the namespace where they
    are defined, and both closure and generator type names now
    include the disambiguator.
    
    This fixes an exception when lldb prints nested closures.
    
    Fixes rust-lang#57822
    philipc authored and pietroalbini committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    7014774 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    981dea5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57f845c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29fe076 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e77ef8 View commit details
    Browse the repository at this point in the history
  7. expand: Keep the correct current expansion ID for eager expansions

    Solve the problem of `ParentScope` entries for eager expansions not exising in the resolver map by creating them on demand.
    petrochenkov authored and pietroalbini committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    3d95d17 View commit details
    Browse the repository at this point in the history
  8. expand: Do not do questionable span adjustment before eagerly expandi…

    …ng an expression
    
    Maybe it made sense when it was introduced, but now it's doing something incorrect.
    petrochenkov authored and pietroalbini committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    f2e3031 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02c4da1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. bump clippy

    pietroalbini committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    5f51210 View commit details
    Browse the repository at this point in the history