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: 66cead586375
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8b2032823051
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 17, 2019

  1. buildRustCrate: pass extraRustcOpts to configure crate

    Previously build flags would not be available during the configure phase
    while they might be required to build the `build.rs` file.
    andir committed Feb 17, 2019
    Copy the full SHA
    044a8a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. buildRustCrate: support rust editions

    In combination with carnix we can now build crates that require a
    specific edition of rust features. A few crates started requiring that
    already and having this in nixpkgs is just logical.
    andir committed Feb 18, 2019
    Copy the full SHA
    6a3b144 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Merge pull request #55972 from andir/rust-editions

    buildRustCrate support editions
    andir committed Feb 24, 2019
    Copy the full SHA
    8b20328 View commit details
    Browse the repository at this point in the history