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

Rollup of 3 pull requests #72561

Closed
wants to merge 10 commits into from
Closed

Commits on May 23, 2020

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

Commits on May 24, 2020

  1. Configuration menu
    Copy the full SHA
    b97ed1a View commit details
    Browse the repository at this point in the history
  2. Fix unsizing casts

    RalfJung committed May 24, 2020
    Configuration menu
    Copy the full SHA
    b9b1554 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be2fd61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b98552 View commit details
    Browse the repository at this point in the history
  5. comment nit

    RalfJung committed May 24, 2020
    Configuration menu
    Copy the full SHA
    8b5ba4a View commit details
    Browse the repository at this point in the history
  6. librustc_middle: Rename upvars query to upvars_mentioned

    As part of supporting RFC 2229, we will be capturing all the Places that
    were mentioned in the closure.
    
    This commit modifies the name of the upvars query to upvars_mentioned.
    
    Co-authored-by: Aman Arora <me@aman-arora.com>
    Co-authored-by: Chris Pardy <chrispardy36@gmail.com>
    3 people committed May 24, 2020
    Configuration menu
    Copy the full SHA
    c3edb15 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Rollup merge of rust-lang#72525 - RalfJung:miri-cast-checks, r=eddyb

    Miri casts: do not blindly rely on dest type
    
    Make sure that we notice when the MIR is bad and the casted-to and destination type are e.g. of different size, as suggested by @eddyb.
    RalfJung authored May 25, 2020
    Configuration menu
    Copy the full SHA
    13d467b View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#72537 - Amanieu:fix-asm-liveness, r=petroch…

    …enkov
    
    Fix InlineAsmOperand expresions being visited twice during liveness checking
    RalfJung authored May 25, 2020
    Configuration menu
    Copy the full SHA
    4edfaaf View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#72544 - sexxi-goose:upvars_mentioned, r=mat…

    …thewjasper
    
    librustc_middle: Rename upvars query to upvars_mentioned
    
    As part of supporting RFC 2229, we will be capturing all the Places that
    were mentioned in the closure.
    
    This commit modifies the name of the upvars query to upvars_mentioned.
    
    r? @nikomatsakis @blitzerr @matthewjasper
    RalfJung authored May 25, 2020
    Configuration menu
    Copy the full SHA
    23806b9 View commit details
    Browse the repository at this point in the history