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

Migrate rustc_ast_passes diagnostics to SessionDiagnostic and translatable messages (first part) #100694

Merged
merged 16 commits into from
Aug 22, 2022

Commits on Aug 21, 2022

  1. Migrate forbidden_let

    finalchild committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    d6fdf14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80451de View commit details
    Browse the repository at this point in the history
  3. Migrate deprecated_where_clause_location, forbidden_assoc_constraint,…

    … keyword_lifetime, invalid_label, invalid_visibility
    finalchild committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    e144a23 View commit details
    Browse the repository at this point in the history
  4. Tidy

    finalchild committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    88afae5 View commit details
    Browse the repository at this point in the history
  5. Migrate trait_fn_async

    finalchild committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    e3d4c40 View commit details
    Browse the repository at this point in the history
  6. Migrate trait_fn_const

    finalchild committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    8d042f4 View commit details
    Browse the repository at this point in the history
  7. Migrate forbidden_lifetime_bound, forbidden_non_lifetime_param, too_m…

    …any_params, c_var_args_without_named_arg, c_var_args_not_last
    finalchild committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    269c853 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6903c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07e0bc9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfefefb View commit details
    Browse the repository at this point in the history
  11. Support #[fatal(..)]

    finalchild committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    b28cc09 View commit details
    Browse the repository at this point in the history
  12. Fix build_format not unescaping braces properly

    Co-authored-by: RanolP <public.ranolp@gmail.com>
    finalchild and RanolP committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    8ed8aac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e331ae5 View commit details
    Browse the repository at this point in the history
  14. Remove redundant clone

    finalchild committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    6a34074 View commit details
    Browse the repository at this point in the history
  15. Fix incorrect return type of emit_fatal

    Co-authored-by: Giacomo Stevanato <giaco.stevanato@gmail.com>
    finalchild and SkiFire13 committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    70e0af6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    09d495c View commit details
    Browse the repository at this point in the history