rust/compiler
Matthias Krüger 17f6763a14
Rollup merge of #110545 - WaffleLapkin:generic_arg_as_x, r=cjgillot
Add `GenericArgKind::as_{type,const,region}`

This allows to make code nicer in some cases
2023-04-20 14:36:54 +02:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk 2023-04-19 13:03:40 +00:00
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Extend and use hir::Node::body_id 2023-04-19 19:13:45 +00:00
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm Rollup merge of #110545 - WaffleLapkin:generic_arg_as_x, r=cjgillot 2023-04-20 14:36:54 +02:00
rustc_codegen_ssa Rollup merge of #110545 - WaffleLapkin:generic_arg_as_x, r=cjgillot 2023-04-20 14:36:54 +02:00
rustc_const_eval Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk 2023-04-19 13:03:40 +00:00
rustc_data_structures deny(unsafe_op_in_unsafe_fn) in rustc_data_structures 2023-04-19 18:00:48 +00:00
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillot 2023-04-19 23:39:03 +00:00
rustc_hir_analysis
rustc_hir_pretty
rustc_hir_typeck Move GenericArgKind::as_{type,const,region} to GenericArg 2023-04-19 17:59:30 +00:00
rustc_incremental
rustc_index
rustc_infer Auto merge of #110527 - nnethercote:lazy-graph, r=lqd 2023-04-20 06:14:55 +00:00
rustc_interface
rustc_lexer
rustc_lint Rollup merge of #110545 - WaffleLapkin:generic_arg_as_x, r=cjgillot 2023-04-20 14:36:54 +02:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata
rustc_middle Rollup merge of #110545 - WaffleLapkin:generic_arg_as_x, r=cjgillot 2023-04-20 14:36:54 +02:00
rustc_mir_build
rustc_mir_dataflow
rustc_mir_transform Move GenericArgKind::as_{type,const,region} to GenericArg 2023-04-19 17:59:30 +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
rustc_span Rollup merge of #110548 - kpreid:span, r=WaffleLapkin 2023-04-20 17:03:25 +09:00
rustc_symbol_mangling Add GenericArgKind::as_{type,const,region} 2023-04-19 14:54:31 +00:00
rustc_target
rustc_trait_selection Rollup merge of #110531 - lcnr:type-system-stuff, r=aliemjay 2023-04-19 17:54:42 +02:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir