rust/compiler
Mark Rousskov 45b989a033 Enable 2021 compatibility lints for all in-tree code
This just applies the suggested fixes from the compatibility warnings,
leaving any that are in practice spurious in. This is primarily intended to
provide a starting point to identify possible fixes to the migrations (e.g., by
avoiding spurious warnings).

A secondary commit cleans these up where they are false positives (as is true in
many of the cases).
2021-09-20 08:45:39 -04:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov 2021-09-19 16:13:42 +00:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_borrowck Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk 2021-09-20 00:53:13 +00:00
rustc_builtin_macros
rustc_codegen_cranelift Adjust to SourceType::InTree in several places 2021-09-20 08:45:39 -04:00
rustc_codegen_llvm Enable 2021 compatibility lints for all in-tree code 2021-09-20 08:45:39 -04:00
rustc_codegen_ssa Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisa 2021-09-19 21:39:47 +00:00
rustc_const_eval Enable 2021 compatibility lints for all in-tree code 2021-09-20 08:45:39 -04:00
rustc_data_structures
rustc_driver
rustc_error_codes Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisa 2021-09-19 17:31:29 +09:00
rustc_errors Workaround ICE with if-let and RFC 2229 2021-09-20 08:45:39 -04:00
rustc_expand Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkov 2021-09-19 17:31:31 +09:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov 2021-09-19 16:13:42 +00:00
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer Enable 2021 compatibility lints for all in-tree code 2021-09-20 08:45:39 -04:00
rustc_interface Enable 2021 compatibility lints for all in-tree code 2021-09-20 08:45:39 -04:00
rustc_lexer
rustc_lint Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov 2021-09-19 16:13:42 +00:00
rustc_lint_defs
rustc_llvm
rustc_macros
rustc_metadata
rustc_middle Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk 2021-09-20 00:53:13 +00:00
rustc_mir_build Enable 2021 compatibility lints for all in-tree code 2021-09-20 08:45:39 -04:00
rustc_mir_dataflow
rustc_mir_transform Do not collapse goto chains beginning with the start block 2021-09-18 07:28:55 +02:00
rustc_monomorphize
rustc_parse Rollup merge of #87566 - JohnTitor:find-eqeq-on-assoc-type-bounds, r=estebank 2021-09-17 17:41:14 +02:00
rustc_parse_format
rustc_passes Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov 2021-09-19 16:13:42 +00:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisa 2021-09-19 21:39:47 +00:00
rustc_query_system Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesleywiser 2021-09-18 14:37:39 +00:00
rustc_resolve Rollup merge of #88966 - tmiasko:block-label-shadowing, r=petrochenkov 2021-09-19 17:31:30 +09:00
rustc_save_analysis
rustc_serialize
rustc_session
rustc_span Auto merge of #89049 - Aaron1011:caching-sourcemap-assert, r=Mark-Simulacrum 2021-09-19 18:54:31 +00:00
rustc_symbol_mangling
rustc_target Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser 2021-09-20 07:21:05 +00:00
rustc_trait_selection Enable 2021 compatibility lints for all in-tree code 2021-09-20 08:45:39 -04:00
rustc_traits
rustc_ty_utils
rustc_type_ir
rustc_typeck Enable 2021 compatibility lints for all in-tree code 2021-09-20 08:45:39 -04:00