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 #70383

Merged
merged 17 commits into from
Mar 25, 2020
Merged

Rollup of 7 pull requests #70383

merged 17 commits into from
Mar 25, 2020

Commits on Mar 23, 2020

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

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    64a8c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b2781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12e4f9f View commit details
    Browse the repository at this point in the history
  4. fmt

    jeremystucki committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    17b97ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfeedec View commit details
    Browse the repository at this point in the history
  6. resolve: Remove rustc_attrs as a standalone feature gate

    Now it only gates specific built-in attributes
    petrochenkov committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    1fa6be0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9172899 View commit details
    Browse the repository at this point in the history
  8. Add test for rust-lang#66312

    Closes rust-lang#66312. This issue was fixed by rust-lang#68884.
    tmandry committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    1a21c28 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    7534efa View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#70331 - jeremystucki:privacy, r=estebank

    Increase verbosity when using update syntax with private fields
    
    Resolves rust-lang#70323
    Centril committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    d03c02a View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#70349 - Centril:hir-outa-rustc, r=Zoxc

    move `hir_id_validation` to `rustc_passes` + simplify `hir::map` code
    
    r? @Zoxc
    Centril committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    8aafb8a View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#70361 - tmiasko:backtrace, r=Mark-Simulacrum

    Update backtrace crate to 0.3.46
    
    * Support line-tables-only when using libbacktrace
    * Update libbacktrace to latest master
    * Define HAVE_KERN_PROC on FreeBSD to fix rust-lang#54434
    Centril committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    3cced91 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#70364 - petrochenkov:nofrustc, r=Centril

    resolve: Remove `rustc_attrs` as a standalone feature gate
    
    Now it only gates specific built-in attributes.
    
    So if you want to make a rustc attribute, make it a built-in (this was already the case in practice for some time).
    Centril committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    3d0976a View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#70369 - estebank:bad-placeholder-in-where, …

    …r=Centril
    
    Fix smaller issues with invalid placeholder type errors
    
    Follow up to rust-lang#70294.
    
    - Fix placement of suggested generic param when bounds are present.
    - Reduce error duplication for invalid placeholder types in `fn` types.
    
    r? @Centril
    Centril committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    cb17049 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#70373 - Centril:canon-imports, r=Mark-Simul…

    …acrum
    
    normalize some imports & prefer direct ones
    
    r? @Mark-Simulacrum
    Centril committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    d894f5e View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#70376 - tmandry:issue-66312, r=Centril

    Add test for rust-lang#66312
    
    Closes rust-lang#66312. This issue was fixed by rust-lang#68884.
    
    r? @Zoxc
    Centril committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    83fc855 View commit details
    Browse the repository at this point in the history