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 7 pull requests #70063

Closed
wants to merge 19 commits into from

Commits on Mar 11, 2020

  1. Compute the correct layout for variants of uninhabited enums and read…

    …d a long lost assertion
    
    This reverts part of commit 9712fa4.
    oli-obk committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    cdc7304 View commit details
    Browse the repository at this point in the history
  2. Comment nits

    Co-Authored-By: Ralf Jung <post@ralfj.de>
    oli-obk and RalfJung authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    ec88ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74608c7 View commit details
    Browse the repository at this point in the history
  4. resolve: Simplify fn report_privacy_error

    by factoring out `fn ctor_fields_span` into a separate function
    petrochenkov committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    71ebc61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    580c6a2 View commit details
    Browse the repository at this point in the history
  6. Update the mir inline costs

    handle that when mir is lowered to llvm-ir more code is generated.
    landingpads generates 10 llvm-ir instructions
    and resume 9 llvm-ir instructions.
    andjo403 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    afa940b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4083c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

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

Commits on Mar 14, 2020

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

Commits on Mar 15, 2020

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

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    ce5e49f View commit details
    Browse the repository at this point in the history
  2. Fix wrong deref

    tesuji authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    e1bc9af View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Rollup merge of rust-lang#69768 - oli-obk:union_field_ice, r=eddyb,Ra…

    …lfJung
    
    Compute the correct layout for variants of uninhabited enums
    
    r? @eddyb
    cc @RalfJung
    
    fixes rust-lang#69191
    cc rust-lang#69763
    Dylan-DPC authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    dd0d904 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#69811 - petrochenkov:privdiag2, r=estebank

    resolve: Print import chains on privacy errors
    
    A part of rust-lang#67951 that doesn't require hacks.
    r? @estebank
    Dylan-DPC authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    f6703ef View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#69881 - Centril:fix-69485, r=oli-obk

    VariantSizeDifferences: bail on SizeOverflow
    
    Fixes rust-lang#69485.
    
    r? @oli-obk
    Dylan-DPC authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    2dab4f4 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#69934 - andjo403:inlinecost, r=wesleywiser

    Update the mir inline costs
    
    handle that when mir is lowered to llvm-ir more code is generated.
    Landingpads generates 10 llvm-ir instructions
    and resume 9 llvm-ir instructions.
    
    r? @wesleywiser
    Dylan-DPC authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    7e8c3b2 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#69956 - matthewjasper:fix-region-flags, r=n…

    …ikomatsakis
    
    Ensure HAS_FREE_LOCAL_NAMES is set for ReFree
    
    This fixes a bug introduced by rust-lang#69469.
    I don't have any ideas on how to reate a regression test for this.
    Dylan-DPC authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    875392d View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#70000 - petrochenkov:rawkeypars, r=davidtwco

    resolve: Fix regression in resolution of raw keywords in paths
    
    Fixes rust-lang#63882.
    Dylan-DPC authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ca2e83d View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#70046 - lzutao:patch-1, r=Centril

    Use sublice patterns to avoid computing the len
    
    r? @Centril
    Dylan-DPC authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    d7eabe5 View commit details
    Browse the repository at this point in the history