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

Merged
merged 14 commits into from
Dec 8, 2019
Merged

Rollup of 5 pull requests #67140

merged 14 commits into from
Dec 8, 2019

Commits on Nov 16, 2019

  1. Cleaned up unused labels

    Deleted unused labels from compiler and fixed or allowed
    unused labels in tests. This patch removes some gratuitous
    unused labels and turns off the warning for unused labels
    that are a necessary part of tests.  This will permit
    setting the `unused_labels` lint to `warn`.
    BartMassey committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    ed56f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a45a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove u…

    …nneeded Index impl, remove body fn
    
    rustc_codegen_ssa: Fix BodyAndCache reborrow to Body and change instances of body() call to derefence
    rustc_mir: Fix BodyAndCache reborrow to Body and change intances of body() call to derefence
    Nashenas88 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    756aa1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a21f6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5e144b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Configuration menu
    Copy the full SHA
    c8850c7 View commit details
    Browse the repository at this point in the history
  2. Fixes typo

    `legacy_disrectory_ownership` vs `legacy_directory_ownership`
    remexre authored Dec 7, 2019
    Configuration menu
    Copy the full SHA
    dfc04fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e48fa2b View commit details
    Browse the repository at this point in the history
  4. leave a FIXME

    Centril committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    baeed92 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Rollup merge of rust-lang#66325 - BartMassey:master, r=joshtriplett

    Change unused_labels from allow to warn
    
    Fixes rust-lang#66324, making the unused_labels lint warn instead of allow by default. I'm told @rust-lang/lang will need to review this, and perhaps will want to do a crater run.
    Centril authored Dec 8, 2019
    Configuration menu
    Copy the full SHA
    56f830e View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#66991 - Nashenas88:body_cache_cleanup, r=eddyb

    Cleanup BodyCache
    
    After this PR:
    
    - `BodyCache` is renamed to `BodyAndCache`
    - `ReadOnlyBodyCache` is renamed to `ReadOnlyBodyAndCache`
    - `ReadOnlyBodyAndCache::body` fn is removed and all calls to it are replaced by a deref (possible due to fix of its `Deref` imp in rust-lang#65947)
    
    cc @eddyb @oli-obk
    Centril authored Dec 8, 2019
    Configuration menu
    Copy the full SHA
    56c0bea View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#67101 - rust-lang:ostrich, r=Mark-Simulacrum

    use `#[allow(unused_attributes)]` to paper over incr.comp problem
    
    Paper over the problem in rust-lang#58633.
    
    r? @Mark-Simulacrum
    Centril authored Dec 8, 2019
    Configuration menu
    Copy the full SHA
    b8e921b View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#67114 - Centril:foreign-item-alias, r=petro…

    …chenkov
    
    Make `ForeignItem` an alias of `Item`.
    
    Working towards the merging of items in AST and syntactically.
    
    r? @petrochenkov
    Centril authored Dec 8, 2019
    Configuration menu
    Copy the full SHA
    0c9f669 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#67129 - remexre:patch-1, r=Dylan-DPC

    Fixes typo
    
    `legacy_disrectory_ownership` vs `legacy_directory_ownership`
    Centril authored Dec 8, 2019
    Configuration menu
    Copy the full SHA
    32e27c2 View commit details
    Browse the repository at this point in the history