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 #68321

Merged
merged 7 commits into from
Jan 19, 2020
Merged

Beta backports #68321

merged 7 commits into from
Jan 19, 2020

Commits on Jan 17, 2020

  1. expect fn after const unsafe / const extern

    (cherry picked from commit 915db7a)
    Centril authored and cuviper committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    2aff5b8 View commit details
    Browse the repository at this point in the history
  2. Do not ICE on unicode next point

    Use `shrink_to_hi` instead of `next_point`
    Fix rust-lang#68000.
    
    (cherry picked from commit fcd850f)
    estebank authored and cuviper committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    9b23f7c View commit details
    Browse the repository at this point in the history
  3. Fix next_point to be unicode aware

    (cherry picked from commit 3250057)
    estebank authored and cuviper committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    28e0b42 View commit details
    Browse the repository at this point in the history
  4. Fix invalid bounding box

    (cherry picked from commit d558f6a)
    estebank authored and cuviper committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    89c526a View commit details
    Browse the repository at this point in the history
  5. Change next_point when shrink_to_hi is more appropriate

    (cherry picked from commit b93ef68)
    estebank authored and cuviper committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    ec4a464 View commit details
    Browse the repository at this point in the history
  6. Add ICE regression tests

    (cherry picked from commit f6e9fd0)
    estebank authored and cuviper committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    84eb3b2 View commit details
    Browse the repository at this point in the history
  7. rustdoc: Don't allow #![feature(...)] on stable or beta

    (cherry picked from commit 4057199)
    ollie27 authored and cuviper committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    076095b View commit details
    Browse the repository at this point in the history