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

[stable] 1.41.1 release #69359

Merged
merged 11 commits into from
Feb 24, 2020
Merged

[stable] 1.41.1 release #69359

merged 11 commits into from
Feb 24, 2020

Commits on Feb 21, 2020

  1. 1.41.1 release

    Mark-Simulacrum committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    1059a86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00b07c6 View commit details
    Browse the repository at this point in the history
  3. 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
    aaa142a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    a978a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb392dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2427a49 View commit details
    Browse the repository at this point in the history
  4. Resolve long compile times when evaluating always valid constants

    This extends the existing logic which skips validating every integer or
    floating point number type to also skip validating empty structs because
    they are also trivially valid.
    
    Fixes rust-lang#67539
    wesleywiser authored and Mark-Simulacrum committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    c5b841c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6195b60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f92102 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
    6d4e588 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

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