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] beta backports #69360

Merged
merged 9 commits into from
Feb 24, 2020
Merged

[beta] beta backports #69360

merged 9 commits into from
Feb 24, 2020

Commits on Feb 21, 2020

  1. Revert "Remove checked_add in Layout::repeat"

    This fixes a a segfault in safe code, a stable regression. Reported in
    \rust-lang#69225.
    
    This reverts commit a983e05.
    
    Also adds a test for the expected behaviour.
    shahn authored and Mark-Simulacrum committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    123df59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee392df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e169d69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cff23e8 View commit details
    Browse the repository at this point in the history
  5. fix extra subslice lowering

    Centril authored and Mark-Simulacrum committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    38bdc5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a07f8db View commit details
    Browse the repository at this point in the history
  7. lintify conflicting_repr_hints

    Centril authored and Mark-Simulacrum committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    cdcf45b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Clean out some default-installed directories

    This helps us have enough disk space for our builders to be able to complete
    successfully. For now, the choices are ad-hoc and 'definitely not needed'. This
    should never fail the build, as everything our build needs should be inside
    Docker.
    Mark-Simulacrum committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    a9b95b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Fix stderr for test

    Mark-Simulacrum committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    e553243 View commit details
    Browse the repository at this point in the history