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: 5ac6f222fa76
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b668fe879621
Choose a head ref
  • 4 commits
  • 1 file changed
  • 3 contributors

Commits on Jun 6, 2020

  1. rust: fix rust cross-compile

    reasoning:
    sjlj (short jump long jump) exception handling makes no sense on x86_64, it's forcably slowing programs down as it produces a constant overhead. On x86_64 we have SEH (Structured Exception Handling) and we should use that. On i686, we do not have SEH, and have to use sjlj with dwarf2. Hence it's now conditional on x86_32
    cleverca22 committed Jun 6, 2020
    Copy the full SHA
    e27e475 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Update configure-flags.nix

    angerman committed Jun 8, 2020
    Copy the full SHA
    58ffaee View commit details
    Browse the repository at this point in the history
  2. Update configure-flags.nix

    angerman committed Jun 8, 2020
    Copy the full SHA
    f2a33e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #89582 from input-output-hk/fix-rust-cross

    rust: fix rust cross-compile
    Ericson2314 committed Jun 8, 2020
    Copy the full SHA
    b668fe8 View commit details
    Browse the repository at this point in the history