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

Merged
merged 12 commits into from
Jun 12, 2020
Merged

Rollup of 5 pull requests #73276

merged 12 commits into from
Jun 12, 2020

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    73d5cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    217a745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d60df53 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

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

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    d794313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9da3a7a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Fix Zulip pings

    LeSeulArtichaut committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    cd137ee View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#72906 - lzutao:migrate-numeric-assoc-consts…

    …, r=dtolnay
    
    Migrate to numeric associated consts
    
    The deprecation PR is rust-lang#72885
    
    cc rust-lang#68490
    cc rust-lang/rfcs#2700
    Dylan-DPC committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    c06799e View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#73178 - petrochenkov:explint, r=varkor

    expand: More precise locations for expansion-time lints
    
    First commit: a macro expansion doesn't have a `NodeId` associated with it, but it has a parent `DefId` which we can use for linting.
    The observable effect is that lints associated with macro expansions can now be `allow`ed at finer-grained level than whole crate.
    
    Second commit: each macro definition has a `NodeId` which we can use for linting, unless that macro definition was decoded from other crate.
    Dylan-DPC committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    657a41f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#73225 - tmandry:issue-73050, r=oli-obk

    Allow inference regions when relating consts
    
    As first noticed by @eddyb, `super_relate_consts` doesn't need to check for inference vars since `eval` does it already (and handles lifetimes correctly by erasing them).
    
    Fixes rust-lang#73050
    
    r? @oli-obk
    Dylan-DPC committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    6f9d453 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#73236 - GuillaumeGomez:cleanup-e0666, r=Dyl…

    …an-DPC
    
    Clean up E0666 explanation
    
    r? @Dylan-DPC
    Dylan-DPC committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    b4cb12f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77ede48 View commit details
    Browse the repository at this point in the history