1. 21 9月, 2016 2 次提交
  2. 20 9月, 2016 3 次提交
    • B
      Auto merge of #36445 - infinity0:master, r=brson · 2c2552b7
      bors 提交于
      mk: add a all-no-docs target to build everything except docs
      
      This makes things slightly more efficient for Debian's auto-builders where the
      docs can be built on just one architecture, and distributed to users of all
      other architectures as well.
      2c2552b7
    • B
      Auto merge of #34942 - porglezomp:master, r=sfackler · cbd84aeb
      bors 提交于
      Fix overflow checking in unsigned pow()
      
      The pow() method for unsigned integers produced 0 instead of trapping overflow for certain inputs. Calls such as 2u32.pow(1024) produced 0 when they should trap an overflow. This also adds tests for the correctly handling overflow in unsigned pow().
      
      This was previously fixed for signed integers in #28248, but it seems unsigned integers got missed that time.
      
      For issue number #34913
      cbd84aeb
    • B
      Auto merge of #36102 - GuillaumeGomez:rustc_metadata_diagnostics, r=jonathandturner · e0547019
      bors 提交于
      Rustc metadata diagnostics
      
      r? @jonathandturner
      e0547019
  3. 19 9月, 2016 6 次提交
  4. 18 9月, 2016 8 次提交
  5. 17 9月, 2016 18 次提交
  6. 16 9月, 2016 3 次提交