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] backports #77308

Merged
merged 5 commits into from
Sep 29, 2020
Merged

[beta] backports #77308

merged 5 commits into from
Sep 29, 2020

Commits on Sep 28, 2020

  1. Rebase LLVM onto 11.0.0-rc3

    cuviper authored and Mark-Simulacrum committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    2e91e4d View commit details
    Browse the repository at this point in the history
  2. [mir-opt] Disable the ConsideredEqual logic in SimplifyBranchSame opt

    The logic is currently broken and we need to disable it to fix a beta
    regression (see rust-lang#76803)
    wesleywiser authored and Mark-Simulacrum committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    db5f6df View commit details
    Browse the repository at this point in the history
  3. revert const_type_id stabilization

    This reverts commit e385661.
    KodrAus authored and Mark-Simulacrum committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    bf812bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aac490a View commit details
    Browse the repository at this point in the history
  5. Rename Iterator::get_unchecked -> Iterator::__iterator_get_unchecked

    Backport of rust-lang#77201, manually done because of file renaming.
    Mark-Simulacrum committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    656fa79 View commit details
    Browse the repository at this point in the history