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

Merged
merged 17 commits into from
Jan 26, 2019
Merged

Rollup of 7 pull requests #57918

merged 17 commits into from
Jan 26, 2019

Commits on Jan 15, 2019

  1. stabilize extern_crate_self

    mehcode committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    09d073a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    7b55711 View commit details
    Browse the repository at this point in the history
  2. Simplify Debug implementation of MutexGuard.

    Just transparently print the guarded data, instead of wrapping it in
    `MutexGuard { lock: Mutex { data: ... } }`.
    m-ou-se committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    2e9deed View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

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

Commits on Jan 21, 2019

  1. un-deprecate mem::zeroed

    RalfJung committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    e7998bf View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Ignore aarch64 in simd-intrinsic-generic-reduction

    This fails on AArch64 see rust-lang#54510
    James Duley committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    9aa1ca2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

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

Commits on Jan 26, 2019

  1. Configuration menu
    Copy the full SHA
    b215fbd View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#57407 - mehcode:stabilize-extern-crate-self…

    …, r=Centril
    
    Stabilize extern_crate_self
    
    Fixes rust-lang#56409
    Centril committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    5e6c2f4 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#57703 - m-ou-se:mutexguard-debug, r=cramertj

    Make MutexGuard's Debug implementation more useful.
    
    Fixes rust-lang#57702.
    Centril committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    1e8fde0 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#57764 - Xanewok:tiny-tweaks, r=nikomatsakis

    Fix some minor warnings
    
    Since apparently RLS works when initialized in the root repository (:tada:) I decided to fix some of the issues it caught.
    
    There are a lot of unused attribute warnings left on `rustc_on_unimplemented` and `rustc_layout_scalar_valid_range_start` but I imagine we can't do much about it due to 2-stage compilation?
    Centril committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    51f5368 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#57825 - RalfJung:zeroed, r=nikomatsakis

    un-deprecate mem::zeroed
    
    as per the discussion around <rust-lang#53491 (comment)>
    Centril committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    5ce3f74 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#57827 - parched:ignore, r=nikomatsakis

    Ignore aarch64 in simd-intrinsic-generic-reduction
    
    This fails on AArch64 see rust-lang#54510
    
    Disabling it for now until it's fixed/implemented in LLVM
    
    cc @gnzlbg
    Centril committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    1206264 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#57908 - petrochenkov:errepice, r=estebank

    resolve: Fix span arithmetics in the import conflict error
    
    rust-lang#56937 rebased and fixed
    
    Fixes rust-lang#56411
    Fixes rust-lang#57071
    Fixes rust-lang#57787
    
    r? @estebank
    Centril committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    bbe8dd9 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#57913 - h-michael:fix-crate-visibility-modi…

    …fier-issue-number, r=Centril
    
    Change crate-visibility-modifier issue number in The Unstable Book
    
    rust-lang#45388 is closed.
    Because, it's duplicate issue of rust-lang#53120.
    Centril committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    97833ee View commit details
    Browse the repository at this point in the history