rust/compiler
Kirby Linvill e4c41b07f0
Add arg_count field to Body in Stable MIR
This field allows SMIR consumers to identify which locals correspond to
argument locals. It simply exposes the arg_count field from the MIR
representation.
2023-10-25 22:15:47 +01:00
..
rustc
rustc_abi
rustc_arena
rustc_ast
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Rollup merge of #116792 - JonasAlaif:renumber-fix, r=b-naber 2023-10-24 19:29:54 +02:00
rustc_builtin_macros Auto merge of #116236 - dtolnay:builtinmacrocomment, r=cjgillot 2023-10-25 06:57:37 +00:00
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm
rustc_codegen_ssa
rustc_const_eval Rollup merge of #117081 - GoodDaisy:master, r=wesleywiser 2023-10-24 17:08:59 +02:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand
rustc_feature Rollup merge of #116943 - heiher:target-features, r=wesleywiser 2023-10-24 19:29:55 +02:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obk 2023-10-25 17:40:29 +02:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #116841 - chenyukang:yukang-suggest-unwrap-expect, r=b-naber 2023-10-24 19:29:55 +02:00
rustc_incremental
rustc_index
rustc_infer Get rid of 'tcx on ConstVid, EffectVid 2023-10-24 20:13:36 +00:00
rustc_interface Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber 2023-10-25 00:03:57 +00:00
rustc_lexer
rustc_lint
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata
rustc_middle Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk 2023-10-25 17:40:29 +02:00
rustc_mir_build Make THIR unused_unsafe lint consistent with MIR 2023-10-25 10:10:13 +00:00
rustc_mir_dataflow
rustc_mir_transform Auto merge of #115796 - cjgillot:const-prop-rvalue, r=oli-obk 2023-10-24 21:47:53 +00:00
rustc_monomorphize
rustc_parse
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve
rustc_serialize
rustc_session
rustc_smir Add arg_count field to Body in Stable MIR 2023-10-25 22:15:47 +01:00
rustc_span Rollup merge of #116943 - heiher:target-features, r=wesleywiser 2023-10-24 19:29:55 +02:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkov 2023-10-25 08:54:09 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk 2023-10-25 17:40:29 +02:00
rustc_type_ir Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 2023-10-25 05:02:04 +00:00
stable_mir Add arg_count field to Body in Stable MIR 2023-10-25 22:15:47 +01:00