rust/compiler
Scott McMurray 54408f0963 short-circuit the easy cases in is_copy_modulo_regions
This change is somewhat extensive, since it affects MIR -- since this is called to determine Copy vs Move -- so any test that's `no_core` needs to actually have the normal `impl`s it uses.
2022-03-10 01:19:02 -08:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Ignore 2022-03-05 21:20:12 -05:00
rustc_ast_lowering remove unnecessary .. patterns 2022-03-07 02:18:36 +09:00
rustc_ast_passes Warn users about || in let chain expressions 2022-03-09 15:04:09 -03:00
rustc_ast_pretty
rustc_attr
rustc_borrowck Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco 2022-03-10 00:15:39 +00:00
rustc_builtin_macros
rustc_codegen_cranelift Clarify Layout interning. 2022-03-07 13:41:47 +11:00
rustc_codegen_gcc Auto merge of #94690 - nnethercote:clarify-Layout-interning, r=fee1-dead 2022-03-07 15:25:42 +00:00
rustc_codegen_llvm add #[rustc_pass_by_value] to more types 2022-03-08 15:39:52 +01:00
rustc_codegen_ssa Clarify Layout interning. 2022-03-07 13:41:47 +11:00
rustc_const_eval normalization change and rebase 2022-03-09 11:33:11 +01:00
rustc_data_structures add #[rustc_pass_by_value] to more types 2022-03-08 15:39:52 +01:00
rustc_driver
rustc_error_codes
rustc_errors diagnostics: only talk about Cargo.toml if running under Cargo 2022-03-07 10:54:17 -07:00
rustc_expand
rustc_feature Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwco 2022-03-08 11:04:53 +01:00
rustc_fs_util
rustc_graphviz
rustc_hir add #[rustc_pass_by_value] to more types 2022-03-08 15:39:52 +01:00
rustc_hir_pretty
rustc_incremental
rustc_index Add comment linking to closed PR for future optimizers 2022-03-07 19:06:42 +01:00
rustc_infer Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco 2022-03-10 00:15:39 +00:00
rustc_interface
rustc_lexer
rustc_lint Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwco 2022-03-08 11:04:53 +01:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros add #[rustc_pass_by_value] to more types 2022-03-08 15:39:52 +01:00
rustc_metadata Clarify Layout interning. 2022-03-07 13:41:47 +11:00
rustc_middle short-circuit the easy cases in is_copy_modulo_regions 2022-03-10 01:19:02 -08:00
rustc_mir_build Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnr 2022-03-10 05:53:59 +00:00
rustc_mir_dataflow add #[rustc_pass_by_value] to more types 2022-03-08 15:39:52 +01:00
rustc_mir_transform Move is_trivially_pure_clone_copy onto Ty instead 2022-03-10 01:19:02 -08:00
rustc_monomorphize Introduce ConstAllocation. 2022-03-07 08:25:50 +11:00
rustc_parse diagnostics: only talk about Cargo.toml if running under Cargo 2022-03-07 10:54:17 -07:00
rustc_parse_format
rustc_passes Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726 2022-03-09 06:38:51 +01:00
rustc_plugin_impl
rustc_privacy remove unnecessary .. patterns 2022-03-07 02:18:36 +09:00
rustc_query_impl
rustc_query_system
rustc_resolve
rustc_save_analysis
rustc_serialize
rustc_session Add miri to the well known conditional compilation names and values 2022-03-09 16:58:07 +01:00
rustc_span Auto merge of #94787 - matthiaskrgr:rollup-yyou15f, r=matthiaskrgr 2022-03-10 02:38:43 +00:00
rustc_symbol_mangling Introduce ConstAllocation. 2022-03-07 08:25:50 +11:00
rustc_target Clarify Layout interning. 2022-03-07 13:41:47 +11:00
rustc_trait_selection normalization change and rebase 2022-03-09 11:33:11 +01:00
rustc_traits
rustc_ty_utils
rustc_type_ir
rustc_typeck Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco 2022-03-10 00:15:39 +00:00