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 6 pull requests #72500

Closed
wants to merge 22 commits into from

Commits on May 20, 2020

  1. Add missing ASM arena declaration to librustc_middle

    Fixes rust-lang#72386
    
    This type also needs to get allocated on the `librustc_middle` arena
    when we deserialize MIR.
    Aaron1011 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    0ef565e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    5728c53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c5dba7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52359f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13c86f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25f575b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21f65ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ff6ffd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c4cb46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f31e076 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    e9fed69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4bf44 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Add test for rust-lang#69415

    JohnTitor committed May 23, 2020
    Configuration menu
    Copy the full SHA
    58fe05a View commit details
    Browse the repository at this point in the history
  2. Add test for rust-lang#72455

    JohnTitor committed May 23, 2020
    Configuration menu
    Copy the full SHA
    47e35cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    749d9e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c9b96b View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#72400 - Aaron1011:fix/asm-incr-ice, r=Amanieu

    Add missing ASM arena declarations to librustc_middle
    
    Fixes rust-lang#72386
    
    These types also need to get allocated on the `librustc_middle` arena
    when we deserialize MIR.
    
    @Amanieu: If we end up using your approach in rust-lang#72392 instead, feel free to copy the test I added over to your PR.
    Dylan-DPC committed May 23, 2020
    Configuration menu
    Copy the full SHA
    27a5e7f View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#72402 - marmeladema:resolver-outputs-def-id…

    …, r=ecstatic-morse
    
    Remove all uses of `NodeId` in `ResolverOutputs`
    
    cc rust-lang#50928
    
    r? @ecstatic-morse
    Dylan-DPC committed May 23, 2020
    Configuration menu
    Copy the full SHA
    da05f6d View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#72431 - RalfJung:ub-warning, r=shepmaster

    add warning sign to UB examples
    
    Just to make it less likely that people miss the fact that these are examples for how to *not* do it.
    Dylan-DPC committed May 23, 2020
    Configuration menu
    Copy the full SHA
    99c5b4f View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#72446 - dtolnay:ord, r=petrochenkov

    Impl Ord for proc_macro::LineColumn
    
    ```rust
    impl Ord for LineColumn {...}
    impl PartialOrd for LineColumn {...}
    ```
    
    for https://doc.rust-lang.org/nightly/proc_macro/struct.LineColumn.html.
    
    The ordering is the natural one you would get by writing one line after another, where we compare line first, then compare columns within the same line.
    Dylan-DPC committed May 23, 2020
    Configuration menu
    Copy the full SHA
    ec1345f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9aa4a11 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#72496 - shepmaster:typo, r=Dylan-DPC

    Correct small typo: 'not' -> 'note'
    Dylan-DPC committed May 23, 2020
    Configuration menu
    Copy the full SHA
    19172eb View commit details
    Browse the repository at this point in the history