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 6 pull requests #69635

Merged
merged 20 commits into from
Mar 2, 2020
Merged

Rollup of 6 pull requests #69635

merged 20 commits into from
Mar 2, 2020

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    abcbf7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    216f100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb475b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c370618 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    842448d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    768470b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d53ee47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b22d370 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

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

Commits on Mar 1, 2020

  1. constify mem::forget

    DutchGhost committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    ae70ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bfa48a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df20036 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22d840e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    a30b0a6 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#68682 - LeSeulArtichaut:stable-intrinsics, …

    …r=steveklabnik
    
    Add documentation to compiler intrinsics
    
    This adds documentation to the compiler intrinsics having stable standard implementations.
    
    Relates to rust-lang#34338 (cc @bstrie)
    
    r? @steveklabnik (for reassignment?)
    Dylan-DPC authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    ffb6d75 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#69544 - lqd:unrevert-67174, r=Mark-Simulacrum

    Unrevert "Remove `checked_add` in `Layout::repeat`"
    
    This reapplies @kraai's original `libcore::alloc::Layout::repeat` change from rust-lang#67174 which was temporarily reverted in rust-lang#69241. Now that the proper LLVM fix has been cherry-picked, we can unrevert the revert.
    
    This change was originally reviewed by @hanna-kruppe on the initial PR.
    
    cc @RalfJung
    Dylan-DPC authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    f548a38 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#69617 - DutchGhost:master, r=LukasKalbertodt

    constify mem::forget
    
    implements rust-lang#69616
    Dylan-DPC authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    e725c04 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#69622 - LeSeulArtichaut:patch-2, r=Centril

    Rename `syntax` in librustc_ast/README.md
    
    Related to e94d3b7.
    r? @petrochenkov
    Dylan-DPC authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    74a8d8f View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#69623 - Centril:fix-69396-tmp, r=petrochenkov

    stash API: remove panic to fix ICE.
    
    Implements the temporary solution suggested in rust-lang#69537 (comment).
    Fixes rust-lang#69396.
    
    r? @petrochenkov
    Dylan-DPC authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    0255561 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#69624 - ehuss:toolstate-beta-regress, r=Mar…

    …k-Simulacrum
    
    Toolstate: Don't block beta week on already broken tools.
    
    This changes it so that tools are allowed to be broken entering the beta week if they are already broken.  This restores the original behavior before the changes in rust-lang#69332.
    
    Closes rust-lang#68458
    Dylan-DPC authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    f8fb3ef View commit details
    Browse the repository at this point in the history