rust/compiler
Matthias Krüger 48caf81484
Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu
Use workspace lints for crates in `compiler/`

This is nicer and hopefully less error prone than specifying lints via bootstrap.

r? ``@jieyouxu``
2025-03-09 10:34:50 +01:00
..
rustc Specify rust lints for compiler/ crates via Cargo. 2025-03-08 08:41:09 +11:00
rustc_abi Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_arena Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_ast Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_ast_ir Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_ast_lowering Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_ast_passes Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_ast_pretty Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_attr_data_structures Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_attr_parsing Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_baked_icu_data Add unreachable_pub to the default lints for compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_borrowck Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_builtin_macros Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_codegen_cranelift Fully test the alloc crate through alloctests 2025-03-07 19:11:13 +00:00
rustc_codegen_gcc Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compiler-errors 2025-03-09 10:34:49 +01:00
rustc_codegen_llvm Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_codegen_ssa Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_const_eval Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_data_structures Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_driver Specify rust lints for compiler/ crates via Cargo. 2025-03-08 08:41:09 +11:00
rustc_driver_impl Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_error_codes Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_error_messages Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_errors Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_expand Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_feature Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_fluent_macro Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_fs_util Specify rust lints for compiler/ crates via Cargo. 2025-03-08 08:41:09 +11:00
rustc_graphviz Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_hashes Specify rust lints for compiler/ crates via Cargo. 2025-03-08 08:41:09 +11:00
rustc_hir Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_hir_analysis Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_hir_pretty Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_hir_typeck Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_incremental Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_index Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_index_macros Add unreachable_pub to the default lints for compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_infer Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_interface Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_lexer Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_lint Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_lint_defs Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_llvm Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_log Specify rust lints for compiler/ crates via Cargo. 2025-03-08 08:41:09 +11:00
rustc_macros Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_metadata Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_middle Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_mir_build Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_mir_dataflow Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_mir_transform Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_monomorphize Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_next_trait_solver Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_parse Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_parse_format Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_passes Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_pattern_analysis Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_privacy Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_query_impl Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_query_system Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_resolve Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_sanitizers Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_serialize Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_session Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_smir Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_span Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_symbol_mangling Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_target Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_trait_selection Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_traits Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_transmute Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_ty_utils Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00
rustc_type_ir Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-08 08:41:43 +11:00
rustc_type_ir_macros Specify rust lints for compiler/ crates via Cargo. 2025-03-08 08:41:09 +11:00
stable_mir Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu 2025-03-09 10:34:50 +01:00