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: master
Choose a base ref
...
head repository: kennytm/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sdkmanager-beta
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 19 files changed
  • 6 contributors

Commits on Oct 12, 2017

  1. Prepare the 1.22.0 beta

    This updates the Cargo submodule a bit but is otherwise pretty routine.
    alexcrichton committed Oct 12, 2017
    Copy the full SHA
    7ac017d View commit details
  2. ci: Fix installing the Android SDK

    Apparently the https urls are broken due to some certificate validation
    whatnots, and so far the least intrusive solution I've found is to just disable
    that.
    alexcrichton committed Oct 12, 2017
    Copy the full SHA
    07117cf View commit details
  3. Auto merge of #45160 - alexcrichton:beta-next, r=alexcrichton

    Prepare the 1.22.0 beta
    
    This updates the Cargo submodule a bit but is otherwise pretty routine.
    bors committed Oct 12, 2017
    Copy the full SHA
    e694dd3 View commit details

Commits on Oct 15, 2017

  1. Copy the full SHA
    85f6139 View commit details

Commits on Oct 16, 2017

  1. Auto merge of #45305 - bgermann:beta, r=alexcrichton

    [beta] Make Solaris builder compatible with Solaris 10
    
    Backport of #45255.
    bors committed Oct 16, 2017
    Copy the full SHA
    733203a View commit details

Commits on Oct 20, 2017

  1. Copy the full SHA
    13f66d3 View commit details
  2. Copy the full SHA
    97e6a37 View commit details
  3. Bump the beta to .2

    alexcrichton committed Oct 20, 2017
    Copy the full SHA
    9800508 View commit details
  4. Auto merge of #45413 - alexcrichton:beta-next, r=Mark-Simulacrum

    [beta] Backport incremental compilation fix
    
    This is a backport of #45176 along with a bump of the beta number so we can hopefully update the bootstrap compiler in #45285
    bors committed Oct 20, 2017
    Copy the full SHA
    a0a837c View commit details

Commits on Oct 22, 2017

  1. Make Solaris builder compatible with Solaris 10 retry

    Unfortunately, #45255 does not quite cut it,
    so use a different approach to have Solaris 10 compatibility
    by tricking libbacktrace's autoconf tests.
    The sysroot download routine is slightly changed, too.
    
    (cherry picked from commit b3ea6e5)
    bgermann committed Oct 22, 2017
    Copy the full SHA
    1dfc8d2 View commit details
  2. Remove tabs

    (cherry picked from commit 0597bda)
    bgermann committed Oct 22, 2017
    Copy the full SHA
    4c928f9 View commit details

Commits on Oct 24, 2017

  1. Auto merge of #45443 - bgermann:beta, r=kennytm

    [beta] Make Solaris builder compatible with Solaris 10 retry
    
    Backport of #45343.
    bors committed Oct 24, 2017
    Copy the full SHA
    f724781 View commit details

Commits on Oct 26, 2017

  1. Copy the full SHA
    9d8320b View commit details

Commits on Oct 27, 2017

  1. Auto merge of #45555 - integer32llc:update-beta-book, r=steveklabnik

    Update the book on beta to fix the print button
    
    Connects to #45552.
    
    This does bring in changes to the text that we've made since beta branched, since we usually update the book just before beta goes to stable anyway, I didn't think this was a problem. If it is, I will happily make a branch of the book with just the print button fix and send in that instead!
    
    r? @steveklabnik
    bors committed Oct 27, 2017
    Copy the full SHA
    49d5276 View commit details

Commits on Oct 31, 2017

  1. ci: Upgrade Android SDK/NDK and refactor to use sdkmanager/avdmanager.

    * SDK tools is upgraded to 27.0.0.
       - Refactored to use `sdkmanager`/`avdmanager` instead of the deprecated
         `android` tool.
    
    * The Java version used by Android SDK is downgraded to OpenJDK-8, in order
      to download the SDK through HTTPS.
    
    * NDK is upgrade to r15c.
       - Dropped support for android-9 (2.3 / Gingerbread), the minimal
         supported version is now android-14 (4.0 / Ice Cream Sandwich).
       - Changed the default Android compiler from GCC to clang.
       - For details of change introduced by NDK r15, see
         https://github.com/android-ndk/ndk/wiki/Changelog-r15.
    kennytm committed Oct 31, 2017
    Copy the full SHA
    baa33ca View commit details
Loading