rust/compiler
bors 1bd42be8cb Auto merge of #120076 - Mark-Simulacrum:unhash, r=cjgillot
Use UnhashMap for a few more maps

This avoids a few cases of hashing data that's already hashed.

cc https://github.com/rust-lang/rust/issues/56308
2024-01-19 04:43:17 +00:00
..
rustc
rustc_abi Fix rustc_abi build on stable 2024-01-16 21:15:31 +01:00
rustc_arena
rustc_ast Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin 2024-01-18 10:34:18 +01:00
rustc_ast_lowering Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser 2024-01-19 02:36:13 +00:00
rustc_ast_passes
rustc_ast_pretty Add PatKind::Err 2024-01-17 03:14:16 +01:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck Rollup merge of #115291 - cjgillot:dest-prop-save, r=JakobDegen 2024-01-17 20:21:19 +01:00
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm
rustc_codegen_ssa Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk 2024-01-17 07:33:52 +00:00
rustc_const_eval
rustc_data_structures Auto merge of #120076 - Mark-Simulacrum:unhash, r=cjgillot 2024-01-19 04:43:17 +00:00
rustc_driver
rustc_driver_impl
rustc_error_codes Async closures will move params into the future always 2024-01-16 17:12:10 +00:00
rustc_error_messages
rustc_errors
rustc_expand
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser 2024-01-19 02:36:13 +00:00
rustc_hir_analysis Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr 2024-01-18 16:39:32 +00:00
rustc_hir_pretty Add PatKind::Err 2024-01-17 03:14:16 +01:00
rustc_hir_typeck Rollup merge of #120057 - oli-obk:not_sure_wtf_is_going_on, r=compiler-errors 2024-01-18 10:34:20 +01:00
rustc_incremental Get rid of the hir_owner query. 2024-01-16 23:49:38 +00:00
rustc_index
rustc_index_macros
rustc_infer Rollup merge of #120021 - lcnr:const-var-value, r=compiler-errors 2024-01-18 10:34:19 +01:00
rustc_interface
rustc_lexer
rustc_lint Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin 2024-01-18 10:34:18 +01:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata
rustc_middle Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser 2024-01-19 02:36:13 +00:00
rustc_mir_build Add PatKind::Err 2024-01-17 03:14:16 +01:00
rustc_mir_dataflow Rollup merge of #115291 - cjgillot:dest-prop-save, r=JakobDegen 2024-01-17 20:21:19 +01:00
rustc_mir_transform Rollup merge of #115291 - cjgillot:dest-prop-save, r=JakobDegen 2024-01-17 20:21:19 +01:00
rustc_monomorphize
rustc_next_trait_solver
rustc_parse Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov 2024-01-18 10:34:17 +01:00
rustc_parse_format
rustc_passes Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin 2024-01-18 10:34:18 +01:00
rustc_pattern_analysis Rollup merge of #120039 - Nadrieril:remove-idx, r=compiler-errors 2024-01-17 20:21:23 +01:00
rustc_privacy
rustc_query_impl
rustc_query_system Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser 2024-01-19 02:36:13 +00:00
rustc_resolve Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk 2024-01-17 07:33:52 +00:00
rustc_serialize
rustc_session Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr 2024-01-18 16:39:32 +00:00
rustc_smir Rollup merge of #119833 - celinval:smir-accept-closures, r=oli-obk 2024-01-18 10:34:17 +01:00
rustc_span Use UnhashMap for a few more maps 2024-01-17 17:09:55 -05:00
rustc_symbol_mangling
rustc_target Rollup merge of #119855 - rellerreller:freebsd-static, r=wesleywiser 2024-01-17 20:21:19 +01:00
rustc_trait_selection Don't use compat versions of implied bounds in ImpliedOutlivesBounds query 2024-01-17 22:03:06 -05:00
rustc_traits Correctly handle normalization in implied bounds 2024-01-17 21:27:34 -05:00
rustc_transmute
rustc_ty_utils Rollup merge of #119969 - compiler-errors:simplify-closure-env-ty, r=oli-obk 2024-01-16 17:55:23 +01:00
rustc_type_ir
stable_mir