rust/compiler
bors 6cf088810f Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot
Remove borrowck Upvar duplication

This cuts out an extra allocation and copying over from the already cached closure capture information.
2023-11-26 21:47:19 +00:00
..
rustc
rustc_abi
rustc_arena
rustc_ast
rustc_ast_lowering merge DefKind::Coroutine into DefKind::Closure 2023-11-26 21:05:08 +08:00
rustc_ast_passes Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
rustc_ast_pretty
rustc_attr Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
rustc_baked_icu_data
rustc_borrowck Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot 2023-11-26 21:47:19 +00:00
rustc_builtin_macros Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
rustc_codegen_cranelift Auto merge of #118279 - bjorn3:sync_cg_clif-2023-11-25, r=bjorn3 2023-11-25 13:08:29 +00:00
rustc_codegen_gcc Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
rustc_codegen_llvm Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov 2023-11-26 15:44:54 +01:00
rustc_codegen_ssa Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin 2023-11-26 14:43:02 +00:00
rustc_const_eval rustc: hir().local_def_id_to_hir_id() -> tcx.local_def_id_to_hir_id() cleanup 2023-11-26 12:41:21 +03:00
rustc_data_structures
rustc_driver
rustc_driver_impl Remove unnecessary dependencies. 2023-11-26 08:38:42 +11:00
rustc_error_codes
rustc_error_messages Remove rustc_error_messages/messages.ftl. 2023-11-26 08:37:27 +11:00
rustc_errors Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
rustc_expand Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
rustc_feature
rustc_fluent_macro Add a useful comment. 2023-11-26 08:38:02 +11:00
rustc_fs_util
rustc_graphviz
rustc_hir merge DefKind::Coroutine into DefKind::Closure 2023-11-26 21:05:08 +08:00
rustc_hir_analysis Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov 2023-11-26 15:44:54 +01:00
rustc_hir_pretty Remove HirId from QPath::LangItem 2023-11-25 18:02:11 +00:00
rustc_hir_typeck Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot 2023-11-26 15:44:54 +01:00
rustc_incremental Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin 2023-11-26 14:43:02 +00:00
rustc_index
rustc_index_macros
rustc_infer Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot 2023-11-26 15:44:54 +01:00
rustc_interface Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez 2023-11-26 16:42:32 +00:00
rustc_lexer
rustc_lint rustc: hir().local_def_id_to_hir_id() -> tcx.local_def_id_to_hir_id() cleanup 2023-11-26 12:41:21 +03:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez 2023-11-26 16:42:32 +00:00
rustc_middle Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot 2023-11-26 21:47:19 +00:00
rustc_mir_build Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov 2023-11-26 15:44:54 +01:00
rustc_mir_dataflow Rollup merge of #118288 - compiler-errors:is_some_and, r=lqd,dtolnay 2023-11-25 17:23:34 -05:00
rustc_mir_transform Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov 2023-11-26 15:44:54 +01:00
rustc_monomorphize merge DefKind::Coroutine into DefKind::Closure 2023-11-26 21:05:08 +08:00
rustc_parse Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
rustc_parse_format
rustc_passes rustc: hir().local_def_id_to_hir_id() -> tcx.local_def_id_to_hir_id() cleanup 2023-11-26 12:41:21 +03:00
rustc_privacy Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov 2023-11-26 15:44:54 +01:00
rustc_query_impl rustc: Make def_kind mandatory for all DefIds 2023-11-25 14:49:43 +03:00
rustc_query_system Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin 2023-11-26 14:43:02 +00:00
rustc_resolve merge DefKind::Coroutine into DefKind::Closure 2023-11-26 21:05:08 +08:00
rustc_serialize
rustc_session Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-errors 2023-11-25 17:23:33 -05:00
rustc_smir merge DefKind::Coroutine into DefKind::Closure 2023-11-26 21:05:08 +08:00
rustc_span Rollup merge of #117871 - klensy:unused-pub, r=cjgillot 2023-11-25 19:51:54 +01:00
rustc_symbol_mangling merge DefKind::Coroutine into DefKind::Closure 2023-11-26 21:05:08 +08:00
rustc_target Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errors 2023-11-25 17:06:22 +00:00
rustc_trait_selection Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot 2023-11-26 15:44:54 +01:00
rustc_traits
rustc_transmute
rustc_ty_utils Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov 2023-11-26 15:44:54 +01:00
rustc_type_ir
stable_mir is_{some,ok}_and 2023-11-25 18:47:16 +00:00