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

Factor out pluralisation into syntax::errors #64280

Merged
merged 4 commits into from
Sep 9, 2019
Merged

Factor out pluralisation into syntax::errors #64280

merged 4 commits into from
Sep 9, 2019

Commits on Sep 8, 2019

  1. Add pluralise macro

    Adress issue #64238. Create a macro to be used for pluralisation check
    throughout rustc codebase.
    V1shvesh committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    38ab20d View commit details
    Browse the repository at this point in the history
  2. Refactor Pluralisation

    Modify files performing pluralisation checks to incorporate the
    dedicated macro located in `syntax::errors`.
    V1shvesh committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    c255206 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc4375a View commit details
    Browse the repository at this point in the history
  4. Dedent macro definition

    V1shvesh committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    7457ef8 View commit details
    Browse the repository at this point in the history