rust/compiler
Yuki Okushi afdd0c3ade
Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk
Remove hir::map::blocks and use FnKind instead

The principal tool is `FnLikeNode`, which is not often used and can be easily implemented using `rustc_hir::intravisit::FnKind`.
2021-10-21 14:11:08 +09:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister 2021-10-18 19:53:05 +00:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_borrowck Auto merge of #89933 - est31:let_else, r=michaelwoerister 2021-10-19 14:41:39 +00:00
rustc_builtin_macros
rustc_codegen_cranelift Make hash_result an Option. 2021-10-20 18:29:18 +02:00
rustc_codegen_gcc Make hash_result an Option. 2021-10-20 18:29:18 +02:00
rustc_codegen_llvm Make hash_result an Option. 2021-10-20 18:29:18 +02:00
rustc_codegen_ssa Auto merge of #90050 - michaelwoerister:fix-vtable-debug-name-crash-90019, r=wesleywiser 2021-10-20 14:37:48 +00:00
rustc_const_eval Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk 2021-10-21 14:11:08 +09:00
rustc_data_structures
rustc_driver Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister 2021-10-18 19:53:05 +00:00
rustc_error_codes Member constraints already covered all of E0482 already, so that error never occurred anymore 2021-10-18 15:50:56 +00:00
rustc_errors Auto merge of #89933 - est31:let_else, r=michaelwoerister 2021-10-19 14:41:39 +00:00
rustc_expand Auto merge of #89933 - est31:let_else, r=michaelwoerister 2021-10-19 14:41:39 +00:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk 2021-10-21 14:11:08 +09:00
rustc_hir_pretty Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister 2021-10-18 19:53:05 +00:00
rustc_incremental Merge two query callbacks arrays. 2021-10-20 18:29:27 +02:00
rustc_index
rustc_infer Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk 2021-10-21 14:11:08 +09:00
rustc_interface Build jump table at runtime. 2021-10-20 18:32:29 +02:00
rustc_lexer
rustc_lint
rustc_lint_defs
rustc_llvm
rustc_macros
rustc_metadata Auto merge of #89933 - est31:let_else, r=michaelwoerister 2021-10-19 14:41:39 +00:00
rustc_middle Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk 2021-10-21 14:11:08 +09:00
rustc_mir_build Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk 2021-10-21 14:11:08 +09:00
rustc_mir_dataflow
rustc_mir_transform Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk 2021-10-21 14:11:08 +09:00
rustc_monomorphize Auto merge of #89933 - est31:let_else, r=michaelwoerister 2021-10-19 14:41:39 +00:00
rustc_parse
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy Rollup merge of #88644 - eopb:abstractconst_leaf_subst, r=lcnr 2021-10-21 14:11:03 +09:00
rustc_query_impl Build jump table at runtime. 2021-10-20 18:32:29 +02:00
rustc_query_system Address review. 2021-10-20 18:51:15 +02:00
rustc_resolve Auto merge of #89100 - petrochenkov:localbind, r=cjgillot 2021-10-20 07:21:01 +00:00
rustc_save_analysis
rustc_serialize
rustc_session Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiser 2021-10-20 04:35:11 +09:00
rustc_span Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se 2021-10-20 04:35:14 +09:00
rustc_symbol_mangling
rustc_target Auto merge of #90040 - nbdd0121:issue-90038, r=oli-obk 2021-10-19 08:13:35 +00:00
rustc_trait_selection Rollup merge of #88644 - eopb:abstractconst_leaf_subst, r=lcnr 2021-10-21 14:11:03 +09:00
rustc_traits
rustc_ty_utils Replace FnLikeNode by FnKind. 2021-10-19 23:31:51 +02:00
rustc_type_ir
rustc_typeck Rollup merge of #90025 - JohnTitor:revert-86011, r=estebank 2021-10-20 04:35:17 +09:00