about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection
AgeCommit message (Expand)AuthorLines
2024-02-14For E0038, suggest associated type if availabletrevyn-0/+9
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-2/+3
2024-02-14Do not report overflow errors on ConstArgHasType goalsMichael Goulet-12/+15
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-2/+3
2024-02-14Rollup merge of #121071 - nnethercote:fewer-delayed-bugs, r=oli-obkOli Scherer-15/+18
2024-02-14Rollup merge of #120915 - OdenShirataki:master, r=fmeaseOli Scherer-3/+3
2024-02-14Use fewer delayed bugs.Nicholas Nethercote-15/+18
2024-02-14Auto merge of #120454 - clubby789:cargo-update, r=Nilstriebbors-5/+10
2024-02-14Auto merge of #121055 - matthiaskrgr:rollup-bzn5sda, r=matthiaskrgrbors-6/+28
2024-02-14Auto merge of #120942 - compiler-errors:deep-assoc-hang, r=lcnrbors-0/+16
2024-02-13Rollup merge of #121047 - compiler-errors:default-impls, r=lcnrMatthias Krüger-0/+22
2024-02-13Rollup merge of #121002 - lcnr:cleanup-commit_if_ok, r=oli-obkMatthias Krüger-6/+6
2024-02-13Bump `indexmap`clubby789-5/+10
2024-02-13Do not assemble candidates for default implsMichael Goulet-0/+22
2024-02-13Rollup merge of #120549 - lcnr:errs-showcase, r=compiler-errorsMatthias Krüger-179/+81
2024-02-13remove questionable calls to `commit_if_ok`lcnr-6/+6
2024-02-13use alias-relate to structurally normalize in the solverlcnr-92/+75
2024-02-13also try to normalize opaque types in alias-relatelcnr-97/+16
2024-02-13Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errorsbors-30/+40
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-83/+86
2024-02-12Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgrbors-8/+6
2024-02-12Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errorsMatthias Krüger-6/+0
2024-02-12Rollup merge of #120899 - compiler-errors:non-wf-alias, r=lcnrMatthias Krüger-2/+6
2024-02-12Stop calling `impl_polarity` when `impl_trait_ref` was also calledOli Scherer-30/+40
2024-02-12Dejargnonize substShoyu Vanilla-83/+86
2024-02-12Improve some codes according to the reviewsFrank King-5/+0
2024-02-12Check representation of unnamed fieldsFrank King-5/+3
2024-02-12Lowering field access for anonymous adtsFrank King-3/+3
2024-02-12Lower anonymous structs or unions to HIRFrank King-0/+15
2024-02-12Fix suggestion span for ?SizedOdenShirataki-3/+3
2024-02-12remove a bunch of dead parameters in fnyukang-6/+0
2024-02-11Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillotMatthias Krüger-15/+11
2024-02-11Ignore own item bounds in parent alias types in `for_each_item_bound`Michael Goulet-0/+16
2024-02-10Gracefully handle non-WF alias in assemble_alias_bound_candidates_recurMichael Goulet-2/+6
2024-02-10Rollup merge of #120870 - Zalathar:allow-min-spec, r=oli-obkMatthias Krüger-1/+1
2024-02-10Auto merge of #120771 - oli-obk:useless_non_ensure_query_call, r=davidtwcobors-1/+1
2024-02-10hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`Vadim Petrochenkov-15/+11
2024-02-10Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obkbors-201/+481
2024-02-10Remove unnecessary `min_specialization` after bootstrapZalathar-1/+1
2024-02-10Rollup merge of #120584 - compiler-errors:u, r=lcnrMatthias Krüger-110/+196
2024-02-09Rollup merge of #120836 - lcnr:param-env-hide-impl, r=BoxyUwUMatthias Krüger-46/+72
2024-02-09Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnrMatthias Krüger-33/+57
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-0/+2
2024-02-09hide impls if trait bound is proven from envlcnr-46/+66
2024-02-09add commentlcnr-0/+6
2024-02-09make it recursiveMichael Goulet-93/+95
2024-02-09For a rigid projection, recursively look at the self type's item boundsMichael Goulet-142/+226
2024-02-08Rollup merge of #120590 - compiler-errors:dead, r=NilstriebMatthias Krüger-23/+3
2024-02-08Auto merge of #120544 - BoxyUwU:enter_forall, r=lcnrbors-382/+427
2024-02-08Prefer AsyncFn* over Fn* for coroutine-closuresMichael Goulet-3/+15