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 11 pull requests #68587

Merged
merged 23 commits into from
Jan 28, 2020
Merged

Rollup of 11 pull requests #68587

merged 23 commits into from
Jan 28, 2020

Commits on Jan 21, 2020

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

Commits on Jan 22, 2020

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

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    3850d96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5ed4d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    9ad1a8c View commit details
    Browse the repository at this point in the history
  2. Update src/librustc_error_codes/error_codes/E0220.md

    Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
    GuillaumeGomez and Dylan-DPC authored Jan 27, 2020
    Configuration menu
    Copy the full SHA
    833ffd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0174ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de7f16d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b0fe2a View commit details
    Browse the repository at this point in the history
  6. Disable the testcase for Vxworks.

    Umesh Kalappa authored and BaoshanPang committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    2a38eb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3124603 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    2c07a62 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#68200 - KodrAus:stabilize/debug_map_key_val…

    …ue, r=alexcrichton
    
    Stabilize the debug_map_key_value feature
    
    RFC: rust-lang/rfcs#2696
    Tracking issue: rust-lang#62482
    
    Stabilizes the `debug_map_key_value` feature, which covers:
    
    ```rust
    impl<'a, 'b> DebugMap<'a, 'b> {
        pub fn key(&mut self, key: &dyn fmt::Debug) -> &mut DebugMap<'a, 'b> {}
        pub fn value(&mut self, value: &dyn fmt::Debug) -> &mut DebugMap<'a, 'b> {}
    }
    ```
    
    These methods are small and self-contained, and are used as the basis for the existing `DebugMap::entry` method, so have been used in the wild for the last 6 months or so.
    JohnTitor authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    5c42ffe View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#68383 - GuillaumeGomez:clean-up-e0205, r=Dy…

    …lan-DPC
    
    Clean up E0205 explanation
    
    r? @Dylan-DPC
    JohnTitor authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    2bfa058 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#68412 - GuillaumeGomez:clean-up-e0207, r=Dy…

    …lan-DPC
    
    Clean up E0207 explanation
    
    r? @Dylan-DPC
    JohnTitor authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    dc33cd3 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#68454 - GuillaumeGomez:clean-up-e0214, r=Dy…

    …lan-DPC
    
    clean up E0214 explanation
    
    r? @Dylan-DPC
    JohnTitor authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    39407c9 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#68482 - GuillaumeGomez:clean-up-err-codes, …

    …r=Dylan-DPC
    
    clean up error codes explanation
    
    r? @Dylan-DPC
    JohnTitor authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    8ed5865 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#68563 - Aaron1011:fix/fn-sig-closure, r=varkor

    Don't call `tcx.fn_sig` on closures
    
    Fixes rust-lang#68542
    JohnTitor authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    c38e97c View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#68570 - cr1901:msp430-fix-1-2020, r=alexcri…

    …chton
    
    Bump LLVM submodule to fix LLVM assertion failure in MSP430 interrupt generation.
    
    This PR brings in changes introduced by [this cherry-pick](rust-lang/llvm-project#37) to the Rust repository.
    
    Nightlies downloaded from `rustup` do not appear to have llvm assertions enabled; the assertion failure [sometimes](YuhanLiin/msp430fr2355-quickstart#3) causes link errors that shouldn't occur. I couldn't find any indication of other bugs; however, it should still be fixed.
    JohnTitor authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    1e47ca5 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#68571 - Centril:check_in_cx, r=oli-obk

    check_match: extract common logic
    
    This is part of work on `hir::ExprKind::Let` which I thought made sense on its own (though makes even more sense with `::Let`).
    
    r? @oli-obk
    JohnTitor authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    8bc0e48 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#68573 - GuillaumeGomez:clean-up-e0262, r=Dy…

    …lan-DPC
    
    Clean up E0262 explanation
    
    r? @Dylan-DPC
    JohnTitor authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    ee79cf2 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#68575 - Wind-River:master_2020, r=alexcrichton

    Disable the testcase for Vxworks.
    
    r? @alexcrichton
    JohnTitor authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    41110ed View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#68581 - spastorino:support-ice-breaker-clea…

    …nup-crew, r=Dylan-DPC
    
    Add support for icebreakers-cleanup-crew commands
    
    r? @nikomatsakis
    JohnTitor authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    aac5788 View commit details
    Browse the repository at this point in the history