rust/compiler
the8472 9f50c87267
Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot
Cleanup: Remove needless reference in ParentHirIterator

It forces an intermediate binding of `Map` which is a Copy type.
2021-09-21 22:54:00 +02:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering Make with_hir_id_owner responsible for registering the item. 2021-09-20 08:31:16 +02: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 Querify fn_abi_of_{fn_ptr,instance}. 2021-09-18 04:41:33 +03:00
rustc_codegen_llvm rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14 2021-09-20 11:31:55 -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 Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_fn, r=estebank 2021-09-19 17:31:33 +09:00
rustc_data_structures Use <[T; N]>::map in Sharded instead of SmallVec and unsafe code 2021-09-18 15:07:24 +02:00
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
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 #87234 - cjgillot:lower-mono, r=petrochenkov 2021-09-21 07:52:15 +00:00
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer Add a doc comment to infer_projection 2021-09-20 14:16:19 +00:00
rustc_interface Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov 2021-09-19 16:13:42 +00: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 Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkov 2021-09-21 07:52:15 +00:00
rustc_middle Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot 2021-09-21 22:54:00 +02:00
rustc_mir_build
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 #88795 - FabianWolff:issue-88684, r=wesleywiser 2021-09-21 22:53:58 +02:00
rustc_parse_format
rustc_passes Do not store visibility in *ItemRef. 2021-09-20 00:29:53 +02:00
rustc_plugin_impl
rustc_privacy Do not store visibility in *ItemRef. 2021-09-20 00:29:53 +02:00
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 #89078 - camsteffen:map-ref, r=cjgillot 2021-09-21 22:54:00 +02: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 Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 2021-09-21 13:25:14 +00:00
rustc_traits
rustc_ty_utils Do not store visibility in *ItemRef. 2021-09-20 00:29:53 +02:00
rustc_type_ir
rustc_typeck Do not store visibility in *ItemRef. 2021-09-20 00:29:53 +02:00