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: 2c32b371361c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b5e48847068f
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 23, 2020

  1. rust: 1.45.2 -> 1.46.0

    This adds the rust toolchain 1.46.0:
    
    https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1460-2020-08-27
    
    Because rustc-1.46.0 enables static PIE by default for
    `x86_64-unknown-linux-musl` this release will suffer from:
    
    #94228
    
    So this commit doesn't remove the 1.45.2 release.
    
    This commit also specifies the right LLVM packages to use for each
    rust release.
    basvandijk committed Sep 23, 2020
    Copy the full SHA
    b837bd4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c011333 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96890 from basvandijk/rust-1.46.0

    [staging] rust: 1.45 -> 1.46.0
    basvandijk committed Sep 23, 2020
    Copy the full SHA
    b5e4884 View commit details
    Browse the repository at this point in the history