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

transition borrowck to visit all **bodies** and not item-likes #39927

Merged
merged 16 commits into from
Mar 3, 2017

Commits on Feb 28, 2017

  1. Configuration menu
    Copy the full SHA
    b3a482c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d885e4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03e8b26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    530b92c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9ec884 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    085d71c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc2e4cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e9bdda View commit details
    Browse the repository at this point in the history
  9. walk the bodies "in order" by traversing the crate

    Otherwise the errors from borrowck come out in an unpredictable
    order.
    nikomatsakis committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    d79ad36 View commit details
    Browse the repository at this point in the history
  10. kill the code path for E0388

    This was specific to the old special-case handling of statics in
    borrowck.
    nikomatsakis committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    2b5c026 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1bb1e16 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fab202c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a780fa3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    384f044 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f704ef5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

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