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.52.1 release #85097

Merged
merged 4 commits into from
May 9, 2021
Merged

[stable] 1.52.1 release #85097

merged 4 commits into from
May 9, 2021

Commits on May 9, 2021

  1. Soft disable incremental

    This disables incremental (i.e., -Cincremental) taking effect unless an
    environment variable, RUSTC_FORCE_INCREMENTAL, is set to 1 in the environment of
    the running rustc. Currently incremental causes errors for many users, and we do
    not have an expectation of being able to quickly fix these errors in a
    backportable way - so, for now, disable incremental entirely. The user can still
    opt-in, but this way the majority of users merely get slower builds, not broken
    builds.
    Mark-Simulacrum committed May 9, 2021
    Configuration menu
    Copy the full SHA
    4e62503 View commit details
    Browse the repository at this point in the history
  2. Bump to 1.52.1

    This bumps the stable version number and adds corresponding release notes.
    Mark-Simulacrum committed May 9, 2021
    Configuration menu
    Copy the full SHA
    6d698ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    572d14d View commit details
    Browse the repository at this point in the history
  4. Add link to issue

    Mark-Simulacrum committed May 9, 2021
    Configuration menu
    Copy the full SHA
    a0190b5 View commit details
    Browse the repository at this point in the history