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: d611b0c2a32f^
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e51a34e7ce5c
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 19, 2015

  1. Copy the full SHA
    d611b0c View commit details
    Browse the repository at this point in the history
  2. llvm_37: fix C API regression

    LLVM 3.7.0 was released with a change to the C API that shouldn't have
    been done.
    
    LLVM 3.7.1 will be released in mid-November with this fix, but since
    this broken API causes the nightly Rust compiler to have a build
    failure, let's backport it to 3.7.0 in nixpkgs.
    wizeman committed Oct 19, 2015
    Copy the full SHA
    e773ba7 View commit details
    Browse the repository at this point in the history
  3. rustcMaster: build against the system's LLVM

    Now that nixpkgs' LLVM 3.7 has a backported fix for the broken C API,
    let's use the system's LLVM instead of the bundled one.
    wizeman committed Oct 19, 2015
    Copy the full SHA
    e51a34e View commit details
    Browse the repository at this point in the history