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: a3eef72b6ec5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b9c4bef0903b
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 16, 2019

  1. rustfmt: use the src as defined by the git submodule in rust

    This commit makes sure rustc and rustfmt are compatible by setting
    rustfmt's src to the rustfmt git submodule as defined in:
    
    https://github.com/rust-lang/rust/tree/1.36.0/src/tools
    basvandijk committed Aug 16, 2019
    Copy the full SHA
    16cb261 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. rustfmt: make sure to test rustfmt instead of rustc

    Co-Authored-By: symphorien <symphorien@users.noreply.github.com>
    basvandijk and symphorien committed Aug 19, 2019
    Copy the full SHA
    dc37421 View commit details
    Browse the repository at this point in the history
  2. rustfmt: enable tests

    basvandijk committed Aug 19, 2019
    Copy the full SHA
    4e5d4d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #66713 from basvandijk/rustfmt-from-rust-src

    rustfmt: use the src as defined by the git submodule in rust
    basvandijk committed Aug 19, 2019
    Copy the full SHA
    b9c4bef View commit details
    Browse the repository at this point in the history