1. 01 9月, 2021 2 次提交
    • B
      Auto merge of #88506 - Mark-Simulacrum:fix-rlibs, r=ehuss · 29ef6cf1
      bors 提交于
      Fix loading large rlibs
      
      Bumps object crate to permit parsing archives with 64-bit table entries. These
      are primarily encountered when there's more than 4GB of archive data.
      
      cc https://github.com/gimli-rs/object/issues/365
      
      Helps with https://github.com/rust-lang/rust/issues/88351, but will also need a beta backport
      
      r? `@ehuss` (mostly for the test)
      29ef6cf1
    • B
      Auto merge of #88535 - m-ou-se:rollup-jeusxbo, r=m-ou-se · 0a84708e
      bors 提交于
      Rollup of 10 pull requests
      
      Successful merges:
      
       - #85017 (Add carrying_add, borrowing_sub, widening_mul, carrying_mul methods to integers)
       - #86362 (Avoid cloning LocalDecls)
       - #88391 (Fix json tuple struct enum variant )
       - #88399 (Disallow the aapcs CC on Aarch64)
       - #88418 (Allow `~const` bounds on trait assoc functions)
       - #88445 (Clean up the lowering of AST items)
       - #88495 (Add `TcpStream::set_linger` and `TcpStream::linger`)
       - #88501 (Use right span in prelude collision suggestions with macros. )
       - #88504 (Keep turbofish in prelude collision lint.)
       - #88524 (Remove unnecessary `mut` from udp doctests)
      
      Failed merges:
      
      r? `@ghost`
      `@rustbot` modify labels: rollup
      0a84708e
  2. 31 8月, 2021 38 次提交