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

compiler: factor out OVERFLOWING_LITERALS impl #130646

Merged
merged 2 commits into from
Sep 21, 2024

Commits on Sep 20, 2024

  1. compiler: factor OVERFLOWING_LITERALS impl into a file (nfc)

    no functional changes should arise, just moves the lint impl details out
    of a very crowded file with lots of different lints in it.
    workingjubilee committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2db62e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. compiler: reuse {un,}signed_fit in get_type_suggestion (nfc)

    no need for a weird macro when a self-explanatory `match` will do.
    workingjubilee committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    844edfe View commit details
    Browse the repository at this point in the history