rust/compiler
Nicholas Nethercote dd2b027d5d Tweak more warnings.
Much like the previous commit.

I think the removal of "the token" in each message is fine here. There
are many more error messages that mention tokens without saying "the
token" than those that do say it.
2024-10-28 14:20:28 +11:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot 2024-10-26 16:37:43 +00:00
rustc_ast_ir
rustc_ast_lowering Move an impl-Trait check from AST validation to AST lowering 2024-10-27 07:41:52 +01:00
rustc_ast_passes Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errors 2024-10-27 19:49:07 +01:00
rustc_ast_pretty Print unsafety of attribute in AST unpretty 2024-10-26 13:33:36 +02:00
rustc_attr Re-do recursive const stability checks 2024-10-25 20:31:40 +02:00
rustc_baked_icu_data
rustc_borrowck
rustc_builtin_macros Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent, r=compiler-errors 2024-10-27 17:04:12 +00:00
rustc_codegen_cranelift Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors 2024-10-26 06:29:48 +02:00
rustc_codegen_gcc Effects cleanup 2024-10-26 10:19:07 +08:00
rustc_codegen_llvm Auto merge of #132167 - Zalathar:llvm-wrappers, r=jieyouxu 2024-10-27 03:24:54 +00:00
rustc_codegen_ssa Effects cleanup 2024-10-26 10:19:07 +08:00
rustc_const_eval Deny calls to non-#[const_trait] methods in MIR constck 2024-10-26 11:35:56 +08:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes Move an impl-Trait check from AST validation to AST lowering 2024-10-27 07:41:52 +01:00
rustc_error_messages
rustc_errors
rustc_expand Tweak more warnings. 2024-10-28 14:20:28 +11:00
rustc_feature Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent, r=compiler-errors 2024-10-27 17:04:12 +00:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errors 2024-10-27 19:49:07 +01:00
rustc_hir_pretty
rustc_hir_typeck tcx.is_const_fn doesn't work the way it is described, remove it 2024-10-25 20:52:39 +02:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer
rustc_interface
rustc_lexer
rustc_lint Clean up some comments on lint implementation 2024-10-27 04:30:51 -07:00
rustc_lint_defs Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot 2024-10-26 16:37:43 +00:00
rustc_llvm Use LLVM-C APIs for getting/setting visibility 2024-10-27 11:05:33 +11:00
rustc_log
rustc_macros Use LLVM-C APIs for getting/setting visibility 2024-10-27 11:05:33 +11:00
rustc_metadata expand: Stop using artificial ast::Item for macros loaded from metadata 2024-10-26 22:08:55 +03:00
rustc_middle Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot 2024-10-26 16:37:43 +00:00
rustc_mir_build
rustc_mir_dataflow
rustc_mir_transform Auto merge of #132091 - Zalathar:graph-loops, r=saethlin 2024-10-27 08:19:16 +00:00
rustc_monomorphize Auto merge of #132171 - matthiaskrgr:rollup-tp75ge7, r=matthiaskrgr 2024-10-26 06:53:53 +00:00
rustc_next_trait_solver
rustc_parse Tweak expand_incomplete_parse warning. 2024-10-28 14:12:45 +11:00
rustc_parse_format
rustc_passes Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent, r=compiler-errors 2024-10-27 17:04:12 +00:00
rustc_pattern_analysis
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve expand: Stop using artificial ast::Item for macros loaded from metadata 2024-10-26 22:08:55 +03:00
rustc_sanitizers
rustc_serialize
rustc_session
rustc_smir Effects cleanup 2024-10-26 10:19:07 +08:00
rustc_span Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent, r=compiler-errors 2024-10-27 17:04:12 +00:00
rustc_symbol_mangling Effects cleanup 2024-10-26 10:19:07 +08:00
rustc_target Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieu 2024-10-27 00:09:49 +00:00
rustc_trait_selection tcx.is_const_fn doesn't work the way it is described, remove it 2024-10-25 20:52:39 +02:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir
rustc_type_ir_macros
stable_mir