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: 610a8fd7ad72
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cd27940df06d
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 21, 2020

  1. buildRustCrate: treat rlib crates just like lib crates

    Both version provide `rlib` files to link against. Previously we would
    try to find a matching shared library in the `lib` output.
    andir committed Jan 21, 2020
    Copy the full SHA
    d6a8b55 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    406e0c9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    78faab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Merge pull request #78188 from andir/buildRustCrate-support-rlib

    buildRustCrate: support `rlib` dependency type
    andir committed Jan 28, 2020
    Copy the full SHA
    cd27940 View commit details
    Browse the repository at this point in the history