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

Add future_prelude_collision lint #85707

Merged
merged 25 commits into from
Jun 22, 2021

Commits on Jun 14, 2021

  1. Add future_prelude_collision lint

    jam1garner authored and nikomatsakis committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    79388aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01bdb8e View commit details
    Browse the repository at this point in the history
  3. Add docs for FnCtxt::resolve_ufcs

    jam1garner authored and nikomatsakis committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    a9dc234 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1626e19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c341d5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35af383 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c41a157 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    327697a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb5e0af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93c60f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cb49992 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a21a0b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    64c61a3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    32408cf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    19ba219 View commit details
    Browse the repository at this point in the history
  16. don't warn for fully qual inherent methods

    But do continue to warn for trait methods.
    nikomatsakis committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    8d42f3d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    17ab9c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    3efa5b4 View commit details
    Browse the repository at this point in the history
  2. Add future_prelude_collision to 2021 compat group

    * Add to 2021 compatibility group
    * Set default to Allow
    jam1garner committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    56108f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. WIP: Find the imports that were used to reach a method

    And add tests for some corner cases we have to consider.
    nikomatsakis committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    dbc9da7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

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

Commits on Jun 19, 2021

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

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    3dc47e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186c09a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa3580b View commit details
    Browse the repository at this point in the history