Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[beta] another round of backports for 1.42 #69748

Merged
merged 8 commits into from
Mar 6, 2020

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    fff19a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    49f39ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03192dc View commit details
    Browse the repository at this point in the history
  3. Add regression test

    LeSeulArtichaut authored and Mark-Simulacrum committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    8ffc110 View commit details
    Browse the repository at this point in the history
  4. Backport only: avoid ICE on bad placeholder type

    This change avoids the ICE by actually emitting an appropriate error. The
    output will be duplicated in some cases, but that's better than the
    avoidable ICE.
    estebank authored and Mark-Simulacrum committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    86a22fb View commit details
    Browse the repository at this point in the history
  5. add regression test for issue rust-lang#68794

    This is a minimal regression test for the issue rust-lang#68794: "TEXTREL in
    i686", which was fixed with e86019c.
    
    The test links a minimal rust static library into a shared library, and
    checks that the linker didn't have to add the TEXTREL flag.
    brainlock authored and Mark-Simulacrum committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    45a8eef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    815f764 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cead378 View commit details
    Browse the repository at this point in the history