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: a1f852e78275
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 368c415a01ee
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 3, 2019

  1. rustc: 1.34.2 -> 1.35.0

    edolstra authored and FRidh committed Jul 3, 2019
    Copy the full SHA
    513bd49 View commit details
    Browse the repository at this point in the history
  2. rustfmt: 1.2.1 -> 1.2.2

    edolstra authored and FRidh committed Jul 3, 2019
    Copy the full SHA
    3a0b180 View commit details
    Browse the repository at this point in the history
  3. rustc: don't patch precompiled binaries on darwin

    This doesn't work anymore since 1.35.0 because the load commands end up
    being too large, but this is a precompiled binary anyway so it's not
    really needed or more impure to use the expected system versions.
    LnL7 authored and FRidh committed Jul 3, 2019
    Copy the full SHA
    368c415 View commit details
    Browse the repository at this point in the history