rust/compiler
Nicholas Nethercote 0ac1195ee0 Invert diagnostic lints.
That is, change `diagnostic_outside_of_impl` and
`untranslatable_diagnostic` from `allow` to `deny`, because more than
half of the compiler has be converted to use translated diagnostics.

This commit removes more `deny` attributes than it adds `allow`
attributes, which proves that this change is warranted.
2024-02-06 13:12:33 +11:00
..
rustc Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
rustc_abi Fix rustc_abi build on stable 2024-01-16 21:15:31 +01:00
rustc_arena Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_ast Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_ast_lowering Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_ast_passes Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_ast_pretty Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_attr Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_baked_icu_data Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00
rustc_borrowck Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_builtin_macros Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_codegen_cranelift Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_codegen_gcc Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_codegen_llvm Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_codegen_ssa Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_const_eval Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_data_structures Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_driver Bump cfg(bootstrap)s 2023-11-15 19:41:28 -05:00
rustc_driver_impl Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_error_codes Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_error_messages Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_errors Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_expand Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_feature Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_fluent_macro Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_fs_util Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_graphviz Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_hir Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_hir_analysis Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_hir_pretty Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_hir_typeck Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_incremental Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_index Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_index_macros Restrict access to the private field of newtype indexes 2024-01-19 15:38:47 +00:00
rustc_infer Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_interface Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_lexer Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_lint Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_lint_defs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_llvm Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_log Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_macros Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_metadata Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_middle Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_mir_build Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_mir_dataflow Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_mir_transform Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_monomorphize Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_next_trait_solver Remove movability from TyKind::Coroutine 2023-12-28 16:35:01 +00:00
rustc_parse Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_parse_format Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_passes Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_pattern_analysis Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_privacy Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_query_impl Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_query_system Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_resolve Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_serialize Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_session Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_smir Remove the abi_amdgpu_kernel feature 2024-01-30 15:46:40 +00:00
rustc_span Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_symbol_mangling Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_target Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_trait_selection Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_traits Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_transmute Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_ty_utils Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
rustc_type_ir Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
stable_mir Remove the abi_amdgpu_kernel feature 2024-01-30 15:46:40 +00:00