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

Merged
merged 20 commits into from
Jun 25, 2019
Merged

Rollup of 7 pull requests #62119

merged 20 commits into from
Jun 25, 2019

Commits on Jun 22, 2019

  1. Configuration menu
    Copy the full SHA
    30b6c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95a3215 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Configuration menu
    Copy the full SHA
    e1d871e View commit details
    Browse the repository at this point in the history
  2. Add test for issue-38591

    JohnTitor committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    a257dff View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    c7e1f4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d08bd72 View commit details
    Browse the repository at this point in the history
  3. HIR: remove the NodeId find

    ljedrz committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    90de9ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f05cbc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d82a12f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87438a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    b7a0e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ee8a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    099f9e4 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#61814 - varkor:uninhabited-const-61744, r=o…

    …li-obk
    
    Fix an ICE with uninhabited consts
    
    Fixes rust-lang#61744.
    
    r? @oli-obk
    Centril committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    d0e926f View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#61987 - eddyb:hirless-resolver, r=petrochenkov

    rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods.
    
    This avoids synthesizing HIR nodes in `rustc_resolve`, and `rustc::hir::lowering` patching up the result after the fact (I suspect this is even more significant for @Zoxc's chages to arena-allocate the HIR).
    
    r? @oli-obk
    Centril committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    81be122 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#62055 - matthewjasper:fix-error-counting, r…

    …=pnkfelix
    
    Fix error counting
    
    Count duplicate errors for `track_errors` and other error counting checks.
    Add FIXMEs to make it clear that we should be moving away from this kind of logic.
    
    Closes rust-lang#61663
    Centril committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    c5e6069 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#62078 - petrochenkov:nosendync2, r=varkor

    Remove built-in derive macros `Send` and `Sync`
    
    Closes rust-lang#62050
    Centril committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    61fae23 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#62085 - JohnTitor:add-test-for-issue-38591,…

    … r=Centril
    
    Add test for issue-38591
    
    Closes rust-lang#38591
    
    r? @pnkfelix
    Centril committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    6070e2e View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#62091 - ljedrz:hiridification_almost_there,…

    … r=Zoxc
    
    HirIdification: almost there
    
    I'm beginning to run out of stuff to HirIdify 😉.
    
    This time I targeted mainly `hir::map::{find, get_parent_node}`, but a few other bits got changed too.
    
    r? @Zoxc
    Centril committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    abc7423 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#62096 - spastorino:impl-place-from, r=oli-o…

    …bk,Centril
    
    Implement From<Local> for Place and PlaceBase
    
    r? @oli-obk
    More tiny bits of Place 2.0 moved into master
    Centril committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    d406d89 View commit details
    Browse the repository at this point in the history