1. 22 7月, 2020 4 次提交
    • D
      sess: disable polymorphisation · f39ed207
      David Wood 提交于
      This commit disables polymorphisation to resolve regressions related to
      closures which inherit unused generic parameters and are then used in
      casts or reflection.
      Signed-off-by: NDavid Wood <david@davidtw.co>
      f39ed207
    • D
      mir: improve polymorphic constant bug · 90e941a9
      David Wood 提交于
      This commit changes the span and content of the "collection encountered
      polymorphic constant" bug in monomorphization collection to point to the
      use of the constant rather than the definition.
      Signed-off-by: NDavid Wood <david@davidtw.co>
      90e941a9
    • B
      Auto merge of #74578 - ehuss:fix-rust-src, r=Mark-Simulacrum · 4825e12f
      bors 提交于
      Fix rust-src component.
      
      The rust-src component could not be installed by rustup because it included some symbolic links. #74520 added the backtrace directory which included some symlinks. Since the rust-src component doesn't need most of the files in the `backtrace` submodule, this changes it to only include the minimum necessary.
      
      Tested with cargo's build-std that it can build from the resulting tarball.
      
      Fixes #74577
      4825e12f
    • B
      Auto merge of #74565 - pietroalbini:build-on-gha, r=Mark-Simulacrum · aca77cdd
      bors 提交于
      Upload builds from GHA instead of Azure Pipelines
      
      This PR does two things:
      
      * Enables RLA comments on PRs (needed after the switch to GHA in RLA).
      * Switches GitHub Actions as the CI authorized to upload non-macOS builds.
      
      Note that Docker/LLVM caches will likely be busted.
      
      r? @Mark-Simulacrum
      aca77cdd
  2. 21 7月, 2020 22 次提交
  3. 20 7月, 2020 14 次提交