rust/compiler
Matthias Krüger 3436069c34
Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors
Make `Bound::predicates`  use `Clause`

Part of #107250

`Bound::predicates` returns an iterator over `Binder<_, Clause>` instead of `Predicate`.

I tried updating `explicit_predicates_of` as well, but it seems that it needs a lot more change than I thought. Will do it in a separate PR instead.
2023-06-18 08:06:43 +02:00
..
rustc
rustc_abi Auto merge of #112062 - lukas-code:unsized-layout, r=wesleywiser 2023-06-13 22:34:59 +00:00
rustc_apfloat
rustc_arena Extend unused_must_use to cover block exprs 2023-06-15 17:59:13 +08:00
rustc_ast
rustc_ast_lowering
rustc_ast_passes Fix debug ICE for extern type with where clauses 2023-06-12 15:15:45 +08:00
rustc_ast_pretty Fix suggestion for E0404 not dealing with multiple generics 2023-06-15 18:19:09 +08:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck Move WF goal to clause 2023-06-17 21:20:20 +00:00
rustc_builtin_macros fix ICE on specific malformed asm clobber_abi 2023-06-16 19:51:01 -04:00
rustc_codegen_cranelift remove box_free and replace with drop impl 2023-06-16 13:41:06 -07:00
rustc_codegen_gcc Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk 2023-06-17 16:10:57 +00:00
rustc_codegen_llvm Rollup merge of #112474 - ldm0:ldm_enum_debuginfo_128_support, r=compiler-errors 2023-06-16 12:53:22 -07:00
rustc_codegen_ssa Rollup merge of #112474 - ldm0:ldm_enum_debuginfo_128_support, r=compiler-errors 2023-06-16 12:53:22 -07:00
rustc_const_eval Remove even more redundant builtin candidates 2023-06-17 03:32:46 +00:00
rustc_data_structures Don't print Interned or PrivateZst 2023-06-09 00:20:37 +00:00
rustc_driver
rustc_driver_impl Rollup merge of #112109 - Alexendoo:unsupported-split-debuginfo, r=b-naber 2023-06-14 18:10:29 +02:00
rustc_error_codes
rustc_error_messages
rustc_errors s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList 2023-06-14 09:28:54 +02:00
rustc_expand Add SyntaxContext::is_root 2023-06-16 13:47:42 +00:00
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk 2023-06-17 16:10:57 +00:00
rustc_hir_analysis Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors 2023-06-18 08:06:43 +02:00
rustc_hir_pretty
rustc_hir_typeck Move ConstEvaluatable to Clause 2023-06-17 21:27:13 +00:00
rustc_incremental Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few misc issues, added collect to UnordItems 2023-06-08 00:38:50 -04:00
rustc_index
rustc_infer Move ConstEvaluatable to Clause 2023-06-17 21:27:13 +00:00
rustc_interface Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
rustc_lexer
rustc_lint Move ConstEvaluatable to Clause 2023-06-17 21:27:13 +00:00
rustc_lint_defs Private-in-public lints implementation 2023-06-12 01:02:19 +03:00
rustc_llvm
rustc_log
rustc_macros
rustc_metadata s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList 2023-06-14 09:28:54 +02:00
rustc_middle Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors 2023-06-18 08:06:43 +02:00
rustc_mir_build
rustc_mir_dataflow remove box_free and replace with drop impl 2023-06-16 13:41:06 -07:00
rustc_mir_transform Auto merge of #112599 - saethlin:cleaner-panics, r=thomcc 2023-06-18 01:58:51 +00:00
rustc_monomorphize Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk 2023-06-17 16:10:57 +00:00
rustc_parse Handle interpolated literal errors 2023-06-15 01:55:37 +00:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors 2023-06-18 08:06:43 +02:00
rustc_query_impl
rustc_query_system Rollup merge of #112333 - Zoxc:try_collect_active_jobs-deadlock, r=cjgillot 2023-06-08 12:36:18 +02:00
rustc_resolve Fix suggestion for E0404 not dealing with multiple generics 2023-06-15 18:19:09 +08:00
rustc_serialize
rustc_session Remove comments from mir-opt MIR dumps 2023-06-15 15:19:11 -04:00
rustc_smir Use a Stable trait to translate mir -> smir 2023-06-13 15:17:01 -07:00
rustc_span Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk 2023-06-17 16:10:57 +00:00
rustc_symbol_mangling Add AliasKind::Weak for type aliases. 2023-06-16 19:39:48 +00:00
rustc_target loongarch64-none*: Remove environment component from llvm target 2023-06-13 20:24:22 +08:00
rustc_trait_selection Move ConstEvaluatable to Clause 2023-06-17 21:27:13 +00:00
rustc_traits Move ConstEvaluatable to Clause 2023-06-17 21:27:13 +00:00
rustc_transmute Safe Transmute: Refactor error handling and Answer type 2023-06-12 16:56:21 -07:00
rustc_ty_utils Remove even more redundant builtin candidates 2023-06-17 03:32:46 +00:00
rustc_type_ir Add AliasKind::Weak for type aliases. 2023-06-16 19:39:48 +00:00