1. 30 1月, 2017 5 次提交
    • B
      Auto merge of #39405 - tshepang:nits, r=sfackler · c8699376
      bors 提交于
      doc: minor Option improvements
      c8699376
    • T
      doc: minor Option improvements · 4814fa48
      Tshepang Lekhonkhobe 提交于
      4814fa48
    • B
      Auto merge of #39389 - Wilfred:patch-2, r=apasel422 · 15ad83f1
      bors 提交于
      Minor grammar fix 'can not' -> 'cannot'
      
      The previous version suggested that the compiler chooses not to check, rather than being unable to check.
      15ad83f1
    • B
      Auto merge of #39392 - ishitatsuyuki:master, r=alexcrichton · 4ef2c3e0
      bors 提交于
      Bootstrap: append libjemalloc_pic.a
      
      Fix #35349
      4ef2c3e0
    • B
      Auto merge of #39382 - cuviper:ibm-rewind, r=alexcrichton · d01e22e5
      bors 提交于
      travis: move IBM backwards in time
      
      Using Ubuntu's cross-toolchains for powerpc* and s390x meant they were
      depending on glibc symbols from Ubuntu 16.04. And if that host is ever
      updated to a new release, the toolchains would raise the bar too.
      
      This switches powerpc, powerpc64, and s390x to use crosstool-ng
      toolchains, configured approximately like RHEL6 with kernel 2.6.32 and
      glibc 2.12. This ABI level should also be compatible with Debian 7
      (wheezy) and Ubuntu 12.04 (precise).
      
      For powerpc64le, the challenge was that only glibc-2.19 officially added
      support, but RHEL7 backported those changes to glibc-2.17. The backport
      patches are complex and numerous, so instead of trying to push those
      into crosstool-ng, this just uses glibc binaries directly from CentOS 7
      and builds the toolchain manually.
      
      This is ported from rust-lang/rust-buildbot#149.
      
      r? @alexcrichton
      d01e22e5
  2. 29 1月, 2017 13 次提交
  3. 28 1月, 2017 22 次提交