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 lint for holding RefCell Ref across an await #6029

Merged
merged 10 commits into from
Oct 25, 2020

Commits on Oct 21, 2020

  1. Add lint for holding RefCell Ref across an await

    Daniel Smith committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    57bf80f View commit details
    Browse the repository at this point in the history
  2. fmt

    Daniel Smith committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8727169 View commit details
    Browse the repository at this point in the history
  3. update_lints

    Daniel Smith committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    070a751 View commit details
    Browse the repository at this point in the history
  4. Better naming post copy/paste

    Daniel Smith committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    0f4abbf View commit details
    Browse the repository at this point in the history
  5. Add another test case

    Daniel Smith committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    b3a427d View commit details
    Browse the repository at this point in the history
  6. Move existing lint into shared file

    Daniel Smith committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    3ed69cd View commit details
    Browse the repository at this point in the history
  7. Move refcell lint into shared module

    Daniel Smith committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    ee20eba View commit details
    Browse the repository at this point in the history
  8. Convert the await holding lints to correctness

    Daniel Smith committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    d8c6bce View commit details
    Browse the repository at this point in the history
  9. Merge lints into one pass

    Daniel Smith committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    86f2b29 View commit details
    Browse the repository at this point in the history
  10. Separate tests for each lint

    Daniel Smith committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    4d33225 View commit details
    Browse the repository at this point in the history