rust/compiler
Matthias Krüger e52e3a4bb3
Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkov
Use `derive_default_enum` in the compiler

Let's get this feature some real-world love.

``@rustbot`` label: +C-cleanup +S-waiting-on-review
2021-11-23 19:28:11 +01:00
..
rustc
rustc_apfloat
rustc_arena Add some comments. 2021-11-19 07:52:59 +11:00
rustc_ast
rustc_ast_lowering Simplify for loop desugar 2021-11-21 08:15:21 -06:00
rustc_ast_passes Split inline const to two feature gates 2021-11-22 22:17:03 +00:00
rustc_ast_pretty
rustc_attr
rustc_borrowck Simplify for loop desugar 2021-11-21 08:15:21 -06:00
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
rustc_codegen_ssa Rollup merge of #90900 - andjo403:removeLlvm12Check, r=nikic 2021-11-17 15:58:05 +01:00
rustc_const_eval Revert "require full validity when determining the discriminant of a value" 2021-11-20 12:33:04 -05:00
rustc_data_structures
rustc_driver add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
rustc_error_codes
rustc_errors Align multiline messages to their label (add left margin) 2021-11-20 19:19:33 +00:00
rustc_expand
rustc_feature Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk 2021-11-23 19:28:10 +01:00
rustc_fs_util
rustc_graphviz
rustc_hir Simplify for loop desugar 2021-11-21 08:15:21 -06:00
rustc_hir_pretty
rustc_incremental
rustc_index
rustc_infer Use derive_default_enum in the compiler 2021-11-22 20:17:53 -05:00
rustc_interface add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
rustc_lexer
rustc_lint
rustc_lint_defs
rustc_llvm add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
rustc_macros Avoid generating empty closures for fieldless enums 2021-11-22 21:22:35 -05:00
rustc_metadata
rustc_middle Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkov 2021-11-23 19:28:11 +01:00
rustc_mir_build Simplify for loop desugar 2021-11-21 08:15:21 -06:00
rustc_mir_dataflow
rustc_mir_transform
rustc_monomorphize
rustc_parse Split inline const to two feature gates 2021-11-22 22:17:03 +00:00
rustc_parse_format
rustc_passes Add checks for more empty attributes. 2021-11-18 16:10:28 -08:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system Manually outline error on incremental_verify_ich 2021-11-22 21:32:20 -05:00
rustc_resolve Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-tuple, r=davidtwco 2021-11-23 19:28:06 +01:00
rustc_save_analysis
rustc_serialize Avoid generating empty closures for fieldless enums 2021-11-22 21:22:35 -05:00
rustc_session Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkov 2021-11-23 19:28:11 +01:00
rustc_span Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk 2021-11-23 19:28:10 +01:00
rustc_symbol_mangling
rustc_target add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
rustc_trait_selection Use derive_default_enum in the compiler 2021-11-22 20:17:53 -05:00
rustc_traits
rustc_ty_utils
rustc_type_ir
rustc_typeck Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkov 2021-11-22 02:15:25 +00:00