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: 99722af1d54d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e968961d14ee
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 9, 2020

  1. buildRustCrate: refactor colored logging

    * Make errors include the crate name and make them much more prominent.
    * Move more code into lib.sh
    * Already source generated logging code and lib.sh in configure
    kolloch committed Mar 9, 2020
    Copy the full SHA
    04e7462 View commit details
    Browse the repository at this point in the history
  2. build-support/rust/buildRustCrate: Search for matching Cargo.toml in …

    …sub directories
    
    This is what cargo does for git repositories.
    
    See related issues:
    
    * nix-community/crate2nix#53
    * nix-community/crate2nix#33
    kolloch committed Mar 9, 2020
    Copy the full SHA
    8a6638d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Merge pull request #82155 from kolloch/buildRustCrate_findMatchingDir

    buildRustCrate: Search for matching Cargo.toml in sub directories
    andir committed Mar 10, 2020
    Copy the full SHA
    e968961 View commit details
    Browse the repository at this point in the history