rust/compiler
bors 4af35b8e30 Auto merge of #101303 - jyn514:jnelson/handle-cycle-enum, r=cjgillot
Make `HandleCycleError` an enum instead of a macro-generated closure

Helps with https://github.com/rust-lang/rust/issues/96524. Based on https://github.com/rust-lang/rust/pull/100943 to avoid merge conflicts, so it looks larger than it is (only the last commit is relevant).

cc https://rust-lang.zulipchat.com/#narrow/stream/241847-t-compiler.2Fwg-incr-comp/topic/Moving.20.60Value.60.20to.20rustc_query_system.20.2396524

r? `@cjgillot`
2022-09-08 02:21:16 +00:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obk 2022-09-07 23:40:06 +00:00
rustc_ast_lowering Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errors 2022-09-07 21:48:16 +02:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr Rollup merge of #101486 - asquared31415:invalid_repr_list, r=estebank 2022-09-07 07:43:54 +09:00
rustc_borrowck
rustc_builtin_macros
rustc_codegen_cranelift Change name of "dataful" variant to "untagged" 2022-09-07 20:12:45 +00:00
rustc_codegen_gcc
rustc_codegen_llvm Change name of "dataful" variant to "untagged" 2022-09-07 20:12:45 +00:00
rustc_codegen_ssa Change name of "dataful" variant to "untagged" 2022-09-07 20:12:45 +00:00
rustc_const_eval Use niche-filling optimization even when multiple variants have data. 2022-09-07 20:12:45 +00:00
rustc_data_structures Use niche-filling optimization even when multiple variants have data. 2022-09-07 20:12:45 +00:00
rustc_driver
rustc_error_codes
rustc_error_messages
rustc_errors Use niche-filling optimization even when multiple variants have data. 2022-09-07 20:12:45 +00:00
rustc_expand
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir Use niche-filling optimization even when multiple variants have data. 2022-09-07 20:12:45 +00:00
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errors 2022-09-07 21:48:16 +02:00
rustc_interface Auto merge of #100801 - Kobzol:track-pgo-profile-paths, r=michaelwoerister 2022-09-07 03:17:10 +00:00
rustc_lexer
rustc_lint
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata
rustc_middle Auto merge of #101303 - jyn514:jnelson/handle-cycle-enum, r=cjgillot 2022-09-08 02:21:16 +00:00
rustc_mir_build
rustc_mir_dataflow
rustc_mir_transform Rollup merge of #101525 - eltociear:patch-16, r=cjgillot 2022-09-07 21:48:20 +02:00
rustc_monomorphize
rustc_parse Rollup merge of #101502 - TaKO8Ki:do-not-suggest-semicolon-for-macro-without-exclamation-mark, r=wesleywiser 2022-09-07 21:48:15 +02:00
rustc_parse_format
rustc_passes Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errors 2022-09-07 21:48:16 +02:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl Make HandleCycleError an enum instead of a macro-generated closure 2022-09-06 19:26:08 -05:00
rustc_query_system Auto merge of #101303 - jyn514:jnelson/handle-cycle-enum, r=cjgillot 2022-09-08 02:21:16 +00:00
rustc_resolve Add instrument and debug calls 2022-09-07 10:46:14 -03:00
rustc_save_analysis
rustc_serialize
rustc_session
rustc_smir
rustc_span
rustc_symbol_mangling
rustc_target Change name of "dataful" variant to "untagged" 2022-09-07 20:12:45 +00:00
rustc_trait_selection Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errors 2022-09-07 21:48:16 +02:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir
rustc_typeck Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errors 2022-09-07 21:48:16 +02:00