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

Closed
wants to merge 13 commits into from

Commits on May 26, 2020

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

Commits on May 28, 2020

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

Commits on Jun 6, 2020

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

Commits on Jun 8, 2020

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

Commits on Jun 10, 2020

  1. Add -O compile flag to test

    Amanieu committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    2af53e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    01e29c7 View commit details
    Browse the repository at this point in the history
  2. lint: normalize projections using opaque types

    This commit normalizes projections which contain opaque types (opaque types
    are otherwise linted against, which is would have previously made the
    test cases added in this commit fail).
    
    Signed-off-by: David Wood <david@davidtw.co>
    davidtwco committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    4ff1678 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    9e51008 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#72628 - MikailBag:array-default-tests, r=sh…

    …epmaster
    
    Add tests for 'impl Default for [T; N]'
    
    Related: rust-lang#71690.
    This pull request adds two tests:
    - Even it T::default() panics, no leaks occur.
    - [T; 0] is Default even if T is not.
    
    I believe at some moment `Default` impl for arrays will be rewritten to use const generics instead of macros, and these tests will help to prevent behavior changes.
    Dylan-DPC committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    542474b View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#72836 - poliorcetics:std-time-os-specificit…

    …ies, r=shepmaster
    
    Complete the std::time documentation to warn about the inconsistencies between OS
    
    Fix for rust-lang#48980.
    
    I put the new documentation in `src/libstd/time.rs` at the module-level because it affects all types, even the one that are not directly system dependents if they are used with affected types, but there may be a better place for it.
    Dylan-DPC committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    75d09d3 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#73065 - Amanieu:tls-fix, r=oli-obk

    Fix link error with #[thread_local] introduced by rust-lang#71192
    
    r? @oli-obk
    Dylan-DPC committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    1f275c3 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#73142 - ehuss:std-benches, r=dtolnay

    Ensure std benchmarks get tested.
    
    This ensures that the std benchmarks don't break in the future. Currently they aren't compiled or tested on CI, so they can easily bitrot.  Testing a benchmark runs it with one iteration. Adding these should only add a few seconds to CI.
    
    Closes rust-lang#54176
    Closes rust-lang#61913
    Dylan-DPC committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    9688319 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#73287 - davidtwco:issue-73251-opaque-types-…

    …in-projections, r=estebank
    
    lint: normalize projections using opaque types
    
    Fixes rust-lang#73251.
    
    This PR normalizes projections which use opaque types (opaque types are otherwise linted against, which is would have previously made the test cases added in this PR fail).
    Dylan-DPC committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    b2a98b2 View commit details
    Browse the repository at this point in the history