about summary refs log tree commit diff
path: root/compiler/rustc_infer/src
AgeCommit message (Expand)AuthorLines
2022-12-28Made ty_or_sig and trait_path use their actual types instead of StringNikita Tomashevich-77/+118
2022-12-28Split infer_explicit_lifetime_required into several diagsNikita Tomashevich-29/+43
2022-12-28Address changes of pr 103345Nikita Tomashevich-46/+46
2022-12-28Rename subdiagnostic fields that do not need to be unique nowNikita Tomashevich-17/+7
2022-12-28Use eager translationNikita Tomashevich-11/+27
2022-12-28Split into several messagesNikita Tomashevich-31/+195
2022-12-28More descriptive names for ActualImplExplNotes variantsNikita Tomashevich-6/+6
2022-12-28Rebase and fixNikita Tomashevich-14/+14
2022-12-28Partial work on static_impl_trait.rsNikita Tomashevich-111/+169
2022-12-28Migrate trait_impl_difference.rsNikita Tomashevich-27/+51
2022-12-28Migrate placeholder_error.rsNikita Tomashevich-126/+158
2022-12-28Migrate named_anon_conflict.rsNikita Tomashevich-26/+36
2022-12-28Rollup merge of #106205 - compiler-errors:oopsy, r=fee1-deadfee1-dead-630/+0
2022-12-28Remove some totally duplicated filesMichael Goulet-630/+0
2022-12-28Rename module compare_method -> compare_impl_itemMichael Goulet-1/+1
2022-12-27Account for `match` expr in single lineEsteban Küber-2/+2
2022-12-24Bubble up ErrorGuaranteed from region constraints in method item compareMichael Goulet-5/+10
2022-12-24Rename some compare_method functionsMichael Goulet-1/+1
2022-12-24Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholkMatthias Krüger-2/+2
2022-12-23Rollup merge of #105661 - lcnr:evaluate-new, r=compiler-errorsnils-1/+5
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-2/+2
2022-12-20Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obkbors-6/+4
2022-12-20Auto merge of #105575 - compiler-errors:impl-wf-lint, r=oli-obkbors-2/+7
2022-12-19Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorinobors-6/+5
2022-12-19Add IMPLIED_BOUNDS_ENTAILMENT lintMichael Goulet-2/+7
2022-12-19implement the skeleton of the updated trait solverlcnr-1/+5
2022-12-19Rollup merge of #105864 - matthiaskrgr:compl, r=NilstriebDylan DPC-8/+2
2022-12-19clippy::complexity fixesMatthias Krüger-8/+2
2022-12-18Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=NilstriebMatthias Krüger-12/+6
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-4/+2
2022-12-18Make `#[debug_format]` an attribute in `newtype_index`Nilstrieb-2/+2
2022-12-18Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obkMatthias Krüger-1/+1
2022-12-18don't restuct references just to reborrowMatthias Krüger-1/+1
2022-12-18avoid .into() conversion to identical typesMatthias Krüger-1/+1
2022-12-18use &str / String literals instead of format!()Matthias Krüger-12/+6
2022-12-15Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnrbors-45/+38
2022-12-14Auto merge of #105233 - mejrs:always_eager, r=estebankbors-1/+1
2022-12-14Prevent the creation of `TraitRef` without dedicated methodsOli Scherer-6/+4
2022-12-14Ensure no one constructs `AliasTy`s themselvesOli Scherer-39/+34
2022-12-14Rollup merge of #105611 - BoxyUwU:more_granular_placeholderification, r=wesle...Matthias Krüger-15/+38
2022-12-14Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errorsMatthias Krüger-38/+66
2022-12-13rename argumentEsteban Küber-2/+6
2022-12-13review commentsEsteban Küber-28/+27
2022-12-13Suggest `: Type` instead of `: _`Esteban Küber-6/+9
2022-12-13Remove unnecessary code and account for turbofish suggestionEsteban Küber-25/+31
2022-12-13Suggest `collect`ing into `Vec<_>`Esteban Küber-8/+24
2022-12-13Address a few more nitsMichael Goulet-6/+6
2022-12-13Combine identical alias armsMichael Goulet-5/+4
2022-12-13Combine projection and opaque into aliasMichael Goulet-54/+61
2022-12-13squash OpaqueTy and ProjectionTy into AliasTyMichael Goulet-40/+40