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

Commits on Nov 8, 2018

  1. rustc: build with system llvm and jemalloc

    Just like fedora does: https://src.fedoraproject.org/rpms/rust/blob/master/f/rust.spec
    
    Also some cleanup of tests which were removed but no longer exist.
    symphorien committed Nov 8, 2018
    Copy the full SHA
    4b0d441 View commit details
    Browse the repository at this point in the history
  2. rustc: fix build with unbundled jemalloc and llvm on darwin

    jemalloc with stripped prefix would cause segfaults in free:
    #49557 (comment)
    
    Thanks to @danieldk for darwin testing/debugging.
    symphorien committed Nov 8, 2018
    1
    Copy the full SHA
    973eca7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Merge pull request #49557 from symphorien/rust-system-libs

    rustc: build with system llvm and jemalloc
    Mic92 committed Nov 12, 2018
    Copy the full SHA
    3fd80c6 View commit details
    Browse the repository at this point in the history