rust/compiler
Tomasz Miąsko 8a8ee1a3ed inliner: Use substs_for_mir_body
Changes from 68965 extended the kind of instances that are being
inlined. For some of those, the `instance_mir` returns a MIR body that
is already expressed in terms of the types found in substitution array,
and doesn't need further substitution.

Use `substs_for_mir_body` to take that into account.
2020-11-06 00:00:00 +00:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast fix a couple of clippy warnings: 2020-11-04 13:48:50 +01:00
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_builtin_macros
rustc_codegen_cranelift inliner: Use substs_for_mir_body 2020-11-06 00:00:00 +00:00
rustc_codegen_llvm Auto merge of #78280 - bugadani:span, r=lcnr 2020-11-04 17:17:01 +00:00
rustc_codegen_ssa inliner: Use substs_for_mir_body 2020-11-06 00:00:00 +00:00
rustc_data_structures
rustc_driver
rustc_error_codes
rustc_errors Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser 2020-11-03 16:32:34 +00:00
rustc_expand Rollup merge of #78626 - fusion-engineering-forks:deprecated-trait-impl, r=estebank 2020-11-03 19:32:36 +01:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer fix a couple of clippy warnings: 2020-11-04 13:48:50 +01:00
rustc_interface fix a couple of clippy warnings: 2020-11-04 13:48:50 +01:00
rustc_lexer
rustc_lint u128 truncation and sign extension are not just interpreter related 2020-11-04 13:41:58 +00:00
rustc_lint_defs
rustc_llvm Rollup merge of #77950 - arlosi:sha256, r=eddyb 2020-11-03 19:32:26 +01:00
rustc_macros
rustc_metadata Auto merge of #78448 - rylev:cache-foreign_modules, r=wesleywiser 2020-11-03 04:27:27 +00:00
rustc_middle inliner: Use substs_for_mir_body 2020-11-06 00:00:00 +00:00
rustc_mir inliner: Use substs_for_mir_body 2020-11-06 00:00:00 +00:00
rustc_mir_build Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obk 2020-11-05 13:26:08 +00:00
rustc_parse Use reparsed TokenStream if we captured any inner attributes 2020-11-02 13:22:03 -05:00
rustc_parse_format
rustc_passes Rollup merge of #78626 - fusion-engineering-forks:deprecated-trait-impl, r=estebank 2020-11-03 19:32:36 +01:00
rustc_plugin_impl
rustc_privacy
rustc_query_system
rustc_resolve fix a couple of clippy warnings: 2020-11-04 13:48:50 +01:00
rustc_save_analysis
rustc_serialize
rustc_session Rollup merge of #77950 - arlosi:sha256, r=eddyb 2020-11-03 19:32:26 +01:00
rustc_span fix a couple of clippy warnings: 2020-11-04 13:48:50 +01:00
rustc_symbol_mangling u128 truncation and sign extension are not just interpreter related 2020-11-04 13:41:58 +00:00
rustc_target Update compiler/rustc_target/src/abi/mod.rs 2020-11-04 15:13:06 +01:00
rustc_trait_selection fix a couple of clippy warnings: 2020-11-04 13:48:50 +01:00
rustc_traits
rustc_ty
rustc_typeck Rollup merge of #78739 - hameerabbasi:issue-78654, r=nikomatsakis 2020-11-05 10:29:57 +01:00