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 3 pull requests #70525

Merged
merged 15 commits into from
Mar 29, 2020
Merged

Rollup of 3 pull requests #70525

merged 15 commits into from
Mar 29, 2020

Commits on Mar 10, 2020

  1. impl From<[T; N]> for Vec<T>

    jyn514 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    6272273 View commit details
    Browse the repository at this point in the history
  2. fix error compiling stage2

    Co-Authored-By: lzutao <taolzu@gmail.com>
    jyn514 and tesuji committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    daeb8ec View commit details
    Browse the repository at this point in the history
  3. limit From impl to LengthAtMost32

    Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
    jyn514 and Centril committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f267d9d View commit details
    Browse the repository at this point in the history
  4. add ui-tests

    jyn514 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    e3d5eaf View commit details
    Browse the repository at this point in the history
  5. bless UI tests

    jyn514 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    ba46b61 View commit details
    Browse the repository at this point in the history
  6. fix test failure

    jyn514 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    96794d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ac4a46 View commit details
    Browse the repository at this point in the history
  8. Bump release cutoff

    jyn514 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    8212584 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3477e67 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    7fdc3ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec853b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

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

Commits on Mar 29, 2020

  1. Rollup merge of rust-lang#68692 - jyn514:vec-from-array, r=LukasKalbe…

    …rtodt
    
    impl From<[T; N]> for Vec<T>
    
    Closes rust-lang#67963
    Centril committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    c51fcb5 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#70101 - tmiasko:intrinsics-copy, r=eddyb

    Add copy bound to atomic & numeric intrinsics
    Centril committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    873bf46 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#70506 - ssomers:btreemap_testing_consts, r=…

    …RalfJung
    
    BTreeMap testing: introduce symbolic constants and use height consistently
    
    Doesn't change what or how much is tested, except for some exact integer types, just for convenience and because `node::CAPACITY` is a usize.
    
    r? @RalfJung
    Centril committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    f31e563 View commit details
    Browse the repository at this point in the history