rust/compiler
Matthias Krüger 3f15d296f4
Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino
Validate args are correct for `UnevaluatedConst`, `ExistentialTraitRef`/`ExistentialProjection`

For the `Existential*` ones, we have to do some adjustment to the args list to deal with the missing `Self` type, so we introduce a `debug_assert_existential_args_compatible` function to the interner as well.
2024-10-22 15:28:38 +02:00
..
rustc
rustc_abi Make rustc_abi compile on stable again 2024-10-21 15:11:20 +02:00
rustc_arena move strict provenance lints to new feature gate, remove old feature gates 2024-10-21 15:22:17 +01:00
rustc_ast
rustc_ast_ir
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU 2024-10-21 03:46:28 +00:00
rustc_builtin_macros
rustc_codegen_cranelift
rustc_codegen_gcc Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelix 2024-10-21 20:32:00 -07:00
rustc_codegen_llvm Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU 2024-10-21 03:46:28 +00:00
rustc_codegen_ssa Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay 2024-10-21 18:11:19 +02:00
rustc_const_eval Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay 2024-10-21 18:11:19 +02:00
rustc_data_structures Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay 2024-10-21 18:11:19 +02:00
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand Rollup merge of #125205 - ChrisDenton:verbatim-include, r=jieyouxu 2024-10-22 15:28:35 +02:00
rustc_feature Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay 2024-10-21 18:11:19 +02:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino 2024-10-22 15:28:38 +02:00
rustc_hir_pretty
rustc_hir_typeck Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-errors 2024-10-22 03:24:40 +00:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer
rustc_interface
rustc_lexer
rustc_lint Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-errors 2024-10-22 03:24:40 +00:00
rustc_lint_defs Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-errors 2024-10-22 03:24:40 +00:00
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Remove outdated comment 2024-10-20 08:34:25 +00:00
rustc_middle Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino 2024-10-22 15:28:38 +02:00
rustc_mir_build Rip out old effects var handling code from traits 2024-10-20 13:40:22 +00:00
rustc_mir_dataflow
rustc_mir_transform Rollup merge of #131918 - Zalathar:counters, r=nnethercote 2024-10-22 10:08:46 +02:00
rustc_monomorphize
rustc_next_trait_solver don't bail when encountering many placeholders 2024-10-21 17:51:43 +02:00
rustc_parse
rustc_parse_format
rustc_passes Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino 2024-10-22 15:28:38 +02:00
rustc_pattern_analysis
rustc_privacy Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino 2024-10-22 15:28:38 +02:00
rustc_query_impl
rustc_query_system
rustc_resolve
rustc_sanitizers Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino 2024-10-22 15:28:38 +02:00
rustc_serialize
rustc_session Limited -Zregparm support (no Rust calling conv) descriptions 2024-10-20 18:18:01 +07:00
rustc_smir Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino 2024-10-22 15:28:38 +02:00
rustc_span move strict provenance lints to new feature gate, remove old feature gates 2024-10-21 15:22:17 +01:00
rustc_symbol_mangling
rustc_target Auto merge of #132020 - workingjubilee:rollup-a8iehqg, r=workingjubilee 2024-10-22 05:49:18 +00:00
rustc_trait_selection Auto merge of #131840 - compiler-errors:impossible-maybe, r=lcnr 2024-10-21 22:58:44 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU 2024-10-21 03:46:28 +00:00
rustc_type_ir Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino 2024-10-22 15:28:38 +02:00
rustc_type_ir_macros
stable_mir