rust/compiler
Matthias Krüger 3ca0cd0f94
Rollup merge of #102356 - davidtwco:translation-bootstrap-bump-allow-lint, r=lcnr
session: remove now-unnecessary lint `#[allow]`s

In #101230, the internal diagnostic migration lints - `diagnostic_outside_of_impl` and `untranslatable_diagnostic` - were modified so that they wouldn't trigger on functions annotated with `#[rustc_lint_diagnostics]`. However, this change has to make it into the bootstrap compiler before the `#[allow]` annotations that it aims to remove can be removed, which is possible now that #102051 has landed.
2022-09-27 21:42:24 +02:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering
rustc_ast_passes Rollup merge of #102273 - woppopo:relax_const_bound, r=fee1-dead 2022-09-26 19:19:21 +02:00
rustc_ast_pretty
rustc_attr
rustc_borrowck
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_codegen_ssa rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_const_eval
rustc_data_structures
rustc_driver rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_interface rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_lexer
rustc_lint Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillot 2022-09-27 21:42:22 +02:00
rustc_lint_defs
rustc_llvm Avoid LLVM-deprecated Optional::hasValue 2022-09-26 16:51:18 -07:00
rustc_log
rustc_macros Auto merge of #102189 - davidtwco:translation-derive-enums, r=compiler-errors 2022-09-27 04:39:25 +00:00
rustc_metadata
rustc_middle rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_mir_build rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_mir_dataflow
rustc_mir_transform
rustc_monomorphize
rustc_parse Rollup merge of #102284 - compiler-errors:missing-type-in-raw-ptr, r=davidtwco 2022-09-27 21:42:23 +02:00
rustc_parse_format
rustc_passes rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_plugin_impl
rustc_privacy rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_query_impl
rustc_query_system
rustc_resolve rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_save_analysis
rustc_serialize
rustc_session session: remove now-unnecessary lint #[allow]s 2022-09-27 11:01:49 +01:00
rustc_smir
rustc_span
rustc_symbol_mangling
rustc_target
rustc_trait_selection
rustc_traits
rustc_transmute
rustc_ty_utils rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_type_ir