Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 70717a337f7a
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 92d5b1b55f68
Choose a head ref
  • 9 commits
  • 9 files changed
  • 7 contributors

Commits on Jun 6, 2020

  1. palemoon: 28.9.1 -> 28.9.3

    (cherry picked from commit 5262ada)
    OPNA2608 committed Jun 6, 2020
    Copy the full SHA
    af29475 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. gcc: Fix MinGW exception handling so Rust works

    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
    
    (cherry picked from commit e27e475)
    (cherry picked from commit 58ffaee)
    cleverca22 authored and Ericson2314 committed Jun 8, 2020
    Copy the full SHA
    bf57132 View commit details
    Browse the repository at this point in the history
  2. gcc: Clean up configure flags

    No reason to have two conditional lists with the same condition.
    
    (cherry picked from commit f2a33e4)
    angerman authored and Ericson2314 committed Jun 8, 2020
    Copy the full SHA
    06e882b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. linux: 4.19.126 -> 4.19.127

    (cherry picked from commit 4c11426)
    NeQuissimus committed Jun 9, 2020
    Copy the full SHA
    a83164c View commit details
    Browse the repository at this point in the history
  2. linux: 5.4.44 -> 5.4.45

    (cherry picked from commit 505e54f)
    NeQuissimus committed Jun 9, 2020
    Copy the full SHA
    a91a07a View commit details
    Browse the repository at this point in the history
  3. linux: 5.6.16 -> 5.6.17

    (cherry picked from commit aa1479c)
    NeQuissimus committed Jun 9, 2020
    Copy the full SHA
    f6f6d50 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #89702 from OPNA2608/backport-update-palemoon

    [20.03] palemoon: 28.9.1 -> 28.9.3
    AndersonTorres committed Jun 9, 2020
    Copy the full SHA
    7224539 View commit details
    Browse the repository at this point in the history
  5. coq_8_11: 8.11.1 → 8.11.2

    (cherry picked from commit 48f0d8b)
    vbgl committed Jun 9, 2020
    Copy the full SHA
    ca6e453 View commit details
    Browse the repository at this point in the history
  6. hydra-unstable: 2020-04-16 -> 2020-06-01

    Fixes #89305
    (cherry picked from commit c18016c)
    Ma27 committed Jun 9, 2020
    Copy the full SHA
    92d5b1b View commit details
    Browse the repository at this point in the history