about summary refs log tree commit diff
path: root/src/librustc/traits
AgeCommit message (Expand)AuthorLines
2019-11-01Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat...Tyler Mandry-5/+18
2019-11-01Rollup merge of #65902 - gilescope:issue62570, r=estebankTyler Mandry-0/+54
2019-10-31Fix incorrect diagnostics for expected type in E0271 with an associated typeOhad Ravid-5/+18
2019-10-31Rollup merge of #65850 - mikeyhew:patch-1, r=nikomatsakisMazdak Farrokhzad-5/+7
2019-10-30Make ItemContext available for better diagnositcs.Giles Cope-0/+54
2019-10-29Rollup merge of #65318 - estebank:coherence, r=varkorMazdak Farrokhzad-30/+77
2019-10-28suggest `const_in_array_repeat_expression` flagDavid Wood-4/+14
2019-10-28Fix rebaseEsteban Küber-5/+5
2019-10-28add commentEsteban Küber-1/+1
2019-10-28Talk about specific types and remove lifetimes from outputEsteban Küber-22/+62
2019-10-28Use more targeted spans for orphan rule errorsEsteban Küber-6/+8
2019-10-28Call out the types that are non local on E0117Esteban Küber-3/+8
2019-10-27Rollup merge of #65738 - ohadravid:re-rebalance-coherence-allow-fundamental-l...Mazdak Farrokhzad-4/+10
2019-10-27Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m...bors-0/+7
2019-10-27Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakisbors-15/+40
2019-10-26Update comments re type parameter hack in object safetyMichael Hewson-5/+7
2019-10-26Coherence should allow fundamental types to impl traitsOhad Ravid-4/+10
2019-10-25Migrate from `#[structural_match]` attribute a lang-item trait.Felix S. Klock II-0/+7
2019-10-23Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddybMazdak Farrokhzad-10/+10
2019-10-23Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakisbors-18/+29
2019-10-22Drive-by formattingEsteban Küber-15/+31
2019-10-22Point at associated type for some obligationsEsteban Küber-0/+9
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-18/+29
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-2/+2
2019-10-21Convert some `InternedString`s to `Symbols`.Nicholas Nethercote-10/+10
2019-10-19Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasperMazdak Farrokhzad-2/+174
2019-10-18rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...Eduard-Mihai Burtescu-1/+1
2019-10-15Fix comparison after rebaseEsteban Küber-1/+1
2019-10-15Do not suggest restriction on spans originating in macrosEsteban Küber-14/+17
2019-10-15review commentsEsteban Küber-59/+51
2019-10-15Remove trailing whitespaceEsteban Küber-1/+1
2019-10-15Remove useless `help`Esteban Küber-10/+1
2019-10-15Deduplicate some code and apply review commentsEsteban Küber-102/+93
2019-10-15Suggest associated bound restrictions in `impl`sEsteban Küber-0/+18
2019-10-15Handle missing projection restrictionEsteban Küber-9/+40
2019-10-15Consider trait aliasesEsteban Küber-0/+3
2019-10-15Handle `Self` restriction neededEsteban Küber-0/+28
2019-10-15Handle more cases involving `impl` and `trait`Esteban Küber-67/+80
2019-10-15Handle more casesEsteban Küber-1/+10
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-2/+95
2019-10-12Make trivial dropck outlives a queryMark Rousskov-6/+13
2019-10-10Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakisbors-22/+100
2019-10-09Only suggest change mut if vars are resolvedEsteban Küber-0/+6
2019-10-09Obligation must apply modulo regionsEsteban Küber-2/+4
2019-10-09Tweak wordingEsteban Küber-1/+2
2019-10-09Note when a mutable trait object is neededEsteban Küber-21/+90
2019-10-08Remove `InferCtxt::in_snapshot()`.Nicholas Nethercote-17/+18
2019-10-06Auto merge of #64564 - jonas-schievink:cowardly-default, r=nikomatsakisbors-30/+44
2019-10-05Add comment to `Type` and `OpaqueTy` matchJonas Schievink-1/+1
2019-10-05Deny specializing items not in the parent implJonas Schievink-30/+44