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 5 pull requests #63234

Merged
merged 21 commits into from
Aug 3, 2019
Merged

Rollup of 5 pull requests #63234

merged 21 commits into from
Aug 3, 2019

Commits on Jul 27, 2019

  1. Fix typo in Delimited::open_tt

    ia0 committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    f176bcf View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Unify spanned and non-spanned Attribute ctors

    There is no difference in the code/arguments, so go with the shorter
    name throughout the code.
    Mark-Simulacrum committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    804f0f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a42bad View commit details
    Browse the repository at this point in the history
  3. Remove Span argument from ExtCtxt::attribute

    MetaItem.span was always equivalent
    Mark-Simulacrum committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    b2c5065 View commit details
    Browse the repository at this point in the history
  4. Remove span argument from mk_attr_{inner,outer}

    Always the same as the passed MetaItem
    Mark-Simulacrum committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    f78bf50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9bd4a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f98581 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4227f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c146344 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. rustbuild: RISC-V is no longer an experimental LLVM target

    This commit moves RISC-V from the experimental LLVM targets to the
    regular LLVM targets. RISC-V was made non-experimental in
    https://reviews.llvm.org/rL366399
    
    I have also sorted the list of LLVM targets, and changed the code
    around setting llvm_exp_targets (and its default) to match the code
    setting llvm_targets (and its default), ensuring future changes to
    the defaults, as LLVM targets become stable, affect as few places as
    possible.
    lenary committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    184fb08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb948f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2921de6 View commit details
    Browse the repository at this point in the history
  4. be less British

    RalfJung committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    1b132a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e24c73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8235b6f View commit details
    Browse the repository at this point in the history
  7. bless

    RalfJung committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    e5fc957 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. Rollup merge of rust-lang#62954 - ia0:fix_typo_span, r=Centril

    Fix typo in Delimited::open_tt
    Centril authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    42a3281 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#63146 - Mark-Simulacrum:clean-attr, r=petro…

    …chenkov
    
    Cleanup syntax::attr
    
    Mostly removing needless arguments to constructors
    
    r? @petrochenkov
    Centril authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    15b5aac View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#63218 - lenary:riscv-non-experimental, r=al…

    …excrichton
    
    rustbuild: RISC-V is no longer an experimental LLVM target
    
    This moves RISC-V from the experimental LLVM targets to the
    regular LLVM targets. RISC-V was made non-experimental in
    https://reviews.llvm.org/rL366399
    
    I have also sorted the list of LLVM targets, and changed the code
    around setting llvm_exp_targets (and its default) to match the code
    setting llvm_targets (and its default), ensuring future changes to
    the defaults, as LLVM targets become stable, affect as few places as
    possible.
    
    Given WebAssembly is in `LLVM_ALL_TARGETS` and is therefore built by default (and has been since October 2018), I'm not sure why rust still has it in `experimental-targets`. I'm happy to update this PR to move it into the main list of LLVM targets.
    
    r? @alexcrichton
    Centril authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    6a38ef7 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#63227 - jakubadamw:issue-63151, r=estebank

    dead_code: Properly inspect fields in struct patterns with type relative paths
    
    Closes rust-lang#63151.
    Centril authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    2fd9548 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#63229 - RalfJung:miri-error, r=oli-obk

    A bit of Miri error cleanup
    
    Some cleanup after rust-lang#62969.
    
    r? @oli-obk
    Cc @saleemjaffer
    Centril authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    42dfdc5 View commit details
    Browse the repository at this point in the history