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

Uplift temporary-cstring-as-ptr lint from clippy into rustc #75671

Merged
merged 13 commits into from
Oct 28, 2020

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    8cf1b0e View commit details
    Browse the repository at this point in the history
  2. Add basic test

    nathanwhit committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    a2f4afe View commit details
    Browse the repository at this point in the history
  3. Address review comments

    nathanwhit committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    8b65df0 View commit details
    Browse the repository at this point in the history
  4. Update doctest

    nathanwhit committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ce95122 View commit details
    Browse the repository at this point in the history
  5. Tweak diagnostic

    nathanwhit committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    5643a06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    737bfef View commit details
    Browse the repository at this point in the history
  7. Address review comments

    nathanwhit committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    1bcd245 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    576eb2a View commit details
    Browse the repository at this point in the history
  9. Remove lint from clippy

    nathanwhit committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    5ac1688 View commit details
    Browse the repository at this point in the history
  10. Fix doctest

    nathanwhit committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    6ba127d View commit details
    Browse the repository at this point in the history
  11. Address review comments

    nathanwhit committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    cb8b901 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    39941e6 View commit details
    Browse the repository at this point in the history
  2. Fix test

    nathanwhit committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    572cd35 View commit details
    Browse the repository at this point in the history