about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src
AgeCommit message (Expand)AuthorLines
2024-01-24remove StructuralEq traitRalf Jung-1/+1
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-2/+10
2024-01-24Remove extra # from urlest31-1/+1
2024-01-23Rollup merge of #120270 - compiler-errors:randos, r=lcnrLeón Orell Valerian Liehr-35/+13
2024-01-23Rollup merge of #119805 - chenyukang:yukang-fix-119530, r=davidtwcoLeón Orell Valerian Liehr-0/+4
2024-01-23Random type checker changesMichael Goulet-35/+13
2024-01-23Auto merge of #120017 - nnethercote:lint-api, r=oli-obkbors-9/+9
2024-01-23Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.Nicholas Nethercote-6/+6
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-2/+2
2024-01-23Rename `LintLevelsBuilder::struct_lint` as `LintLevelsBuilder::opt_span_lint`.Nicholas Nethercote-1/+1
2024-01-22Account for single `where` bound being removedEsteban Küber-3/+19
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-0/+51
2024-01-21Suggest arry::from_fn for array initializationyukang-0/+4
2024-01-20Rollup merge of #119613 - gavinleroy:expose-obligations, r=lcnrMatthias Krüger-60/+76
2024-01-19Account for trailing comma in removal suggestionEsteban Küber-3/+26
2024-01-19Provide more context on recursive `impl` evaluation overflowEsteban Küber-45/+156
2024-01-19Add trait obligation tracking to FulfillCtxt and expose FnCtxt in rustc_infer...Gavin Gray-60/+76
2024-01-19use implied bounds compat mode in MIR borrowcklcnr-2/+10
2024-01-17Don't use compat versions of implied bounds in ImpliedOutlivesBounds queryJack Huey-2/+2
2024-01-17Add -Zno-implied-bounds-compat option and use itJack Huey-3/+17
2024-01-17Correctly handle normalization in implied boundsAli MJ Al-Nasrawy-95/+191
2024-01-17Auto merge of #120019 - lcnr:fn-wf, r=BoxyUwUbors-22/+49
2024-01-16Rollup merge of #119816 - oli-obk:tait_ice_unify_obligations, r=lcnrMatthias Krüger-1/+1
2024-01-16try fast path for wf type opsAli MJ Al-Nasrawy-0/+17
2024-01-16wf-check type annotations before normalizationAli MJ Al-Nasrawy-22/+32
2024-01-15Rollup merge of #119963 - clubby789:spec-allow-internal-unstable, r=compiler-...Matthias Krüger-3/+23
2024-01-15Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnrMatthias Krüger-59/+55
2024-01-14`allow_internal_unstable(min_specialization)` on `newtype_index`clubby789-13/+19
2024-01-14Fix `allow_internal_unstable` for `(min_)specialization`clubby789-3/+17
2024-01-14Auto merge of #119361 - sjwang05:issue-119352, r=WaffleLapkinbors-0/+8
2024-01-14Auto merge of #119934 - compiler-errors:could-impl, r=jackh726bors-58/+43
2024-01-13assert that trait solver is only created in proper infcxMichael Goulet-0/+10
2024-01-13Make InferCtxtExt::could_impl_trait less messed upMichael Goulet-58/+33
2024-01-13Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil...bors-26/+17
2024-01-13Add check for ui_testing via promoting parameters from `ParseSess` to `Session`George-lewis-26/+17
2024-01-13Rollup merge of #119898 - compiler-errors:error-reporting, r=oli-obkMatthias Krüger-10/+3
2024-01-13Rollup merge of #119891 - lcnr:rename-field, r=compiler-errorsMatthias Krüger-3/+1
2024-01-12Fix ICE when suggesting dereferencing binop operandssjwang05-0/+8
2024-01-12Remove unused ErrorReporting variant from overflow handlingMichael Goulet-10/+3
2024-01-12OutputTypeParameterMismatch -> SignatureMismatchMichael Goulet-20/+17
2024-01-12Remove redundant Code from FulfillmentErrorCode variantsMichael Goulet-39/+38
2024-01-12rename `reported_signature_mismatch` to reflect its uselcnr-3/+1
2024-01-12Rollup merge of #119817 - compiler-errors:normalize-opaques, r=lcnrGuillaume Gomez-21/+23
2024-01-12Auto merge of #119879 - matthiaskrgr:rollup-y710der, r=matthiaskrgrbors-34/+34
2024-01-12Auto merge of #119735 - lcnr:provisional-cache-readd, r=compiler-errorsbors-111/+266
2024-01-11`specialization_graph_of`'s `errored` field is used in the only call site, an...Oli Scherer-34/+34
2024-01-11Remove special-casing around aliaskind in new solverMichael Goulet-21/+23
2024-01-11Rollup merge of #118915 - compiler-errors:alias-nits, r=lcnrMatthias Krüger-22/+46
2024-01-10Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obkbors-42/+37
2024-01-10More commentsMichael Goulet-10/+30