Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3d292b793
Choose a base ref
...
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0c6091fbd
Choose a head ref
  • 6 commits
  • 16 files changed
  • 4 contributors

Commits on Jan 31, 2018

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

Commits on Feb 4, 2018

  1. Disable ThinLTO for dist builds.

    Dist builds should always be as fast as we can make them, and since
    those run on CI we don't care quite as much for the build being somewhat
    slower. As such, we don't automatically enable ThinLTO on builds for the
    dist builders.
    Mark-Simulacrum committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    e1f04c0 View commit details
    Browse the repository at this point in the history
  2. Update RLS and Rustfmt

    nrc committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    cec82c1 View commit details
    Browse the repository at this point in the history
  3. Auto merge of #47915 - eddyb:layout-of, r=nikomatsakis

    rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf.
    
    This PR provides `tcx.layout_of(param_env.and(ty))` as the idiomatic replacement for the existing `(tcx, param_env).layout_of(ty)` and removes fragile (coherence-wise) layout-related tuple impls.
    
    r? @nikomatsakis
    bors committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    9af374a View commit details
    Browse the repository at this point in the history
  4. Auto merge of #47991 - nrc:update, r=alexcrichton

    Update RLS and Rustfmt
    
    r? @alexcrichton
    bors committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    3986539 View commit details
    Browse the repository at this point in the history
  5. Auto merge of #47834 - Mark-Simulacrum:no-cgu-release, r=alexcrichton

    Do not enable ThinLTO on stable, beta, or nightly builds.
    
    Fixes #45444
    bors committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    0c6091f View commit details
    Browse the repository at this point in the history
Loading