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: NixOS/nixpkgs
base: 8f546be8e2a4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c2c0d57339c4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 12, 2020

  1. rustc: add host platform to --target when building cross-compiler

    As of 1.48, std is only built for platforms in --target. If the host platform is
    not included, the resulting rustc can't compile build.rs scripts.
    lopsided98 committed Dec 12, 2020
    Copy the full SHA
    5a923e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106790 from lopsided98/rustc-host-std

    rustc: add host platform to --target when building cross-compiler
    Ericson2314 committed Dec 12, 2020
    Copy the full SHA
    c2c0d57 View commit details
    Browse the repository at this point in the history