rust/compiler
bors df5c2cf9bc Auto merge of #113328 - michaelwoerister:no_hashmap_in_typeck, r=cjgillot,lcnr
Enable potential_query_instability lint in rustc_hir_typeck.

Fix linting errors by using `FxIndex(Map|Set)` and `Unord(Map|Set)` as appropriate. Part of [MCP 533](https://github.com/rust-lang/compiler-team/issues/533).

I really like the `potential_query_instability` lint!

r? `@lcnr`
2023-07-14 09:55:40 +00:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast Flip cfg's for bootstrap bump 2023-07-12 21:38:55 -04:00
rustc_ast_lowering Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_ast_passes Lint against misplaced where-clauses on assoc tys in traits 2023-07-11 01:19:11 +02:00
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_builtin_macros Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_codegen_ssa Rollup merge of #113631 - lqd:fix-113597, r=petrochenkov 2023-07-13 22:33:25 +02:00
rustc_const_eval Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_data_structures Introduce ExtentUnord trait for collections that can safely consume UnordItems. 2023-07-14 10:10:15 +02:00
rustc_driver
rustc_driver_impl Dynamically size sigaltstk in rustc 2023-07-10 12:05:16 -07:00
rustc_error_codes
rustc_error_messages
rustc_errors Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_expand Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_feature Replace version placeholder to 1.72 2023-07-12 21:24:05 -04:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_hir_analysis Introduce ExtentUnord trait for collections that can safely consume UnordItems. 2023-07-14 10:10:15 +02:00
rustc_hir_pretty
rustc_hir_typeck Introduce ExtentUnord trait for collections that can safely consume UnordItems. 2023-07-14 10:10:15 +02:00
rustc_incremental Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_index Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_infer Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_interface Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_lexer
rustc_lint Rollup merge of #112729 - jieyouxu:unused-qualifications-suggestion, r=b-naber 2023-07-14 01:03:07 +02:00
rustc_lint_defs Add machine-applicable suggestion for unused_qualifications lint 2023-07-13 08:26:02 +08:00
rustc_llvm llvm-wrapper: adapt for LLVM API change 2023-07-12 09:30:31 +00:00
rustc_log
rustc_macros Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_metadata Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_middle Introduce ExtentUnord trait for collections that can safely consume UnordItems. 2023-07-14 10:10:15 +02:00
rustc_mir_build Auto merge of #113609 - nnethercote:maybe_lint_level_root_bounded-cache, r=cjgillot 2023-07-14 05:30:53 +00:00
rustc_mir_dataflow Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_mir_transform Introduce ExtentUnord trait for collections that can safely consume UnordItems. 2023-07-14 10:10:15 +02:00
rustc_monomorphize
rustc_parse Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_parse_format
rustc_passes Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of #112729 - jieyouxu:unused-qualifications-suggestion, r=b-naber 2023-07-14 01:03:07 +02:00
rustc_serialize
rustc_session Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errors 2023-07-10 19:01:30 +00:00
rustc_smir add str, slice, and array to smir types 2023-07-13 20:59:44 -04:00
rustc_span Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Rollup merge of #113536 - lcnr:proof-tree-select, r=BoxyUwU 2023-07-13 22:33:23 +02:00
rustc_traits
rustc_transmute
rustc_ty_utils Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
rustc_type_ir