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/nix
base: 9659940659b3
Choose a base ref
...
head repository: NixOS/nix
compare: eb19ff3b8224
Choose a head ref
  • 9 commits
  • 11 files changed
  • 2 contributors

Commits on Feb 10, 2020

  1. Remove macro_use

    As of Rust 2018, macro_use is no longer required in most circumstances.
    I think it is generally a good idea to remove these when not needed, to
    stop them from polluting the crate's global namespace.
    https://doc.rust-lang.org/edition-guide/rust-2018/macros/macro-changes.html#macro_rules-style-macros
    curiousleo committed Feb 10, 2020
    Copy the full SHA
    1b56de8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3350 from curiousleo/no-macro-use

    Remove #[macro_use]
    edolstra committed Feb 10, 2020
    Copy the full SHA
    94c9343 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Copy the full SHA
    d897231 View commit details
    Browse the repository at this point in the history
  2. Bindings::get(): std::optional<Attr *> -> Attr *

    Returning a nullable type in an optional is silly.
    edolstra committed Feb 13, 2020
    Copy the full SHA
    9af10b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Copy the full SHA
    6208d24 View commit details
    Browse the repository at this point in the history
  2. Fix build

    edolstra committed Feb 14, 2020
    Copy the full SHA
    46a2842 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e375da6 View commit details
    Browse the repository at this point in the history
  4. nix eval-hydra-jobs: Support parallel evaluation

    Example usage:
    
      $ nix eval-hydra-jobs -f '<nixpkgs/pkgs/top-level/release.nix>' '' \
          --max-memory-size 2048 --workers 8
    edolstra committed Feb 14, 2020
    Copy the full SHA
    4c24263 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    eb19ff3 View commit details
    Browse the repository at this point in the history