rust/compiler
Matthias Krüger c088f6af8f
Rollup merge of #119059 - fmease:no-tilde-const-in-inh-impl-headers, r=fee1-dead
Deny `~const` trait bounds in inherent impl headers

Follow-up to #117817.
Implements https://github.com/rust-lang/rust/pull/117817#discussion_r1416213747.

Fixes #117004.

r? fee1-dead or compiler
2023-12-18 08:08:24 +01:00
..
rustc
rustc_abi Annotate panic! reasons during enum layout 2023-12-15 02:21:31 -08:00
rustc_arena
rustc_ast Rollup merge of #118880 - GearsDatapacks:issue-118859-fix, r=compiler-errors 2023-12-17 21:29:59 +01:00
rustc_ast_lowering Rollup merge of #118967 - RossSmyth:panic-messages, r=TaKO8Ki 2023-12-18 08:08:23 +01:00
rustc_ast_passes Deny ~const trait bounds in inherent impl headers 2023-12-18 01:48:49 +01:00
rustc_ast_pretty Add better ICE messages for some undescriptive panics 2023-12-15 00:50:55 -05:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck banish hir::GenericBound::LangItemTrait 2023-12-15 16:17:27 +00:00
rustc_builtin_macros Avoid struct_diagnostic where possible. 2023-12-14 15:53:55 +11:00
rustc_codegen_cranelift update use of feature flags 2023-12-14 15:22:37 +01:00
rustc_codegen_gcc Auto merge of #118828 - mu001999:master, r=b-naber 2023-12-17 12:15:56 +00:00
rustc_codegen_llvm Rollup merge of #118852 - Zalathar:no-spans, r=cjgillot 2023-12-18 08:08:22 +01:00
rustc_codegen_ssa Rollup merge of #118905 - bzEq:revert-u64-on-xcoff, r=WaffleLapkin 2023-12-18 08:08:23 +01:00
rustc_const_eval Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_data_structures NFC don't convert types to identical types 2023-12-15 23:56:24 +01:00
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors Rollup merge of #118993 - jyn514:cfg-color, r=WaffleLapkin,Nilstrieb 2023-12-15 21:32:59 -08:00
rustc_expand Rollup merge of #118928 - EliseZeroTwo:EliseZeroTwo/fix-issue-118786, r=cjgillot 2023-12-17 21:29:59 +01:00
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors 2023-12-15 21:33:00 -08:00
rustc_hir_analysis skip rpit constraint check if borrowck return type error 2023-12-17 16:49:00 +08:00
rustc_hir_pretty Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot 2023-12-15 14:08:15 -08:00
rustc_hir_typeck Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors 2023-12-15 21:33:00 -08:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors 2023-12-15 21:33:00 -08:00
rustc_interface rename -Ztrait-solver to -Znext-solver 2023-12-14 15:22:37 +01:00
rustc_lexer Rename some unescaping functions. 2023-12-13 14:17:50 +11:00
rustc_lint Rollup merge of #118989 - compiler-errors:lint-decorator-2, r=WaffleLapkin 2023-12-15 21:32:58 -08:00
rustc_lint_defs Remove the lint outright 2023-12-16 01:28:06 +00:00
rustc_llvm Auto merge of #110494 - majaha:noTrapAfterNoreturn, r=nikic 2023-12-16 18:55:01 +00:00
rustc_log
rustc_macros Simplify lint decorator derive too 2023-12-16 02:07:01 +00:00
rustc_metadata
rustc_middle resolve: Replace visibility table in resolver outputs with query feeding 2023-12-18 02:26:55 +03:00
rustc_mir_build Rollup merge of #118962 - compiler-errors:bugs, r=TaKO8Ki 2023-12-15 15:53:51 +01:00
rustc_mir_dataflow NFC don't convert types to identical types 2023-12-15 23:56:24 +01:00
rustc_mir_transform Rollup merge of #118852 - Zalathar:no-spans, r=cjgillot 2023-12-18 08:08:22 +01:00
rustc_monomorphize Auto merge of #118770 - saethlin:fix-inline-never-uses, r=nnethercote 2023-12-15 04:54:14 +00:00
rustc_next_trait_solver Opportunistically resolve region var in canonicalizer 2023-12-15 05:02:37 +00:00
rustc_parse Auto merge of #118897 - nnethercote:more-unescaping-cleanups, r=fee1-dead 2023-12-16 08:52:06 +00:00
rustc_parse_format
rustc_passes Fix enforcement of generics for associated items 2023-12-15 16:17:28 +00:00
rustc_pattern_analysis NFC: do not clone types that are copy 2023-12-15 23:19:51 +01:00
rustc_privacy resolve: Replace visibility table in resolver outputs with query feeding 2023-12-18 02:26:55 +03:00
rustc_query_impl
rustc_query_system Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_resolve resolve: Replace visibility table in resolver outputs with query feeding 2023-12-18 02:26:55 +03:00
rustc_serialize
rustc_session NFC don't convert types to identical types 2023-12-15 23:56:24 +01:00
rustc_smir Auto merge of #119000 - celinval:smir-cstr, r=ouz-a 2023-12-17 08:18:17 +00:00
rustc_span Add better ICE messages for some undescriptive panics 2023-12-15 00:50:55 -05:00
rustc_symbol_mangling Typo 2023-12-12 13:48:20 -05:00
rustc_target Move rustc_codegen_ssa target features to rustc_target 2023-12-14 14:40:55 +01:00
rustc_trait_selection Rollup merge of #119022 - compiler-errors:no-constness, r=fee1-dead 2023-12-17 21:30:00 +01:00
rustc_traits
rustc_transmute
rustc_ty_utils Rollup merge of #118871 - tmiasko:coroutine-maybe-uninit-fields, r=compiler-errors 2023-12-13 18:03:33 +01:00
rustc_type_ir Auto merge of #118970 - aliemjay:rollup-or33al2, r=aliemjay 2023-12-15 08:51:00 +00:00
stable_mir Add a method to check if type is a CStr 2023-12-15 13:18:41 -08:00