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] Add a few critical fixes to the 1.31.0 release #56518

Merged
merged 4 commits into from
Dec 5, 2018

Commits on Dec 4, 2018

  1. Bump stack size to 32MB

    oli-obk authored and pietroalbini committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    ddeda45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4e297 View commit details
    Browse the repository at this point in the history
  3. Call methods on the right tcx

    There are two `TyCtxt`s, one global, one local. Methods must be called
    on the right one, as they differ by invariant lifetimes.
    matthewjasper authored and pietroalbini committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    f41b48a View commit details
    Browse the repository at this point in the history
  4. build the edition guide

    and update it so that links are correct
    steveklabnik authored and pietroalbini committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    6d54f6d View commit details
    Browse the repository at this point in the history