about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection
AgeCommit message (Expand)AuthorLines
2024-01-20Rollup merge of #119613 - gavinleroy:expose-obligations, r=lcnrMatthias Krüger-60/+76
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/+267
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
2024-01-10Check reveal and can_define_opaque_ty in try_normalize_ty_recurMichael Goulet-12/+16
2024-01-10Define hidden types in confirmationOli Scherer-1/+1
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-0/+6
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-8/+9
2024-01-10Add `DiagCtxt::delayed_bug`.Nicholas Nethercote-15/+9
2024-01-10Rename `struct_span_err!` as `struct_span_code_err!`.Nicholas Nethercote-20/+20
2024-01-09this is not a rust code snippetlcnr-4/+5
2024-01-09add comments and testslcnr-36/+58
2024-01-09avoid always rerunning in case of a cyclelcnr-34/+72
2024-01-09Auto merge of #118968 - aliemjay:canon-static, r=lcnrbors-16/+5
2024-01-09readd the provisional cachelcnr-62/+162
2024-01-09Auto merge of #117703 - compiler-errors:recursive-async, r=lcnrbors-8/+5
2024-01-09Rollup merge of #118649 - compiler-errors:coherence-ambig, r=lcnrMatthias Krüger-70/+14
2024-01-09Rollup merge of #119725 - compiler-errors:has_effect_param, r=fmeaseMatthias Krüger-1/+1
2024-01-08Don't check for recursion in generator witness fieldsMichael Goulet-8/+5