about summary refs log tree commit diff
path: root/src/librustc/traits
AgeCommit message (Expand)AuthorLines
2019-11-09Rollup merge of #65994 - estebank:where-bound, r=nikomatsakisMazdak Farrokhzad-5/+15
2019-11-09Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats...bors-106/+40
2019-11-08hir::ItemKind::Fn: use hir::MethodSigMazdak Farrokhzad-13/+13
2019-11-06Rollup merge of #66139 - euclio:pluralize, r=nagisaMazdak Farrokhzad-2/+2
2019-11-06Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...Mazdak Farrokhzad-2/+2
2019-11-06Rollup merge of #66101 - estebank:break-tail-e0308, r=CentrilMazdak Farrokhzad-1/+1
2019-11-05Tweak type mismatch caused by break on tail exprEsteban Küber-1/+1
2019-11-05use American spelling for `pluralize!`Andy Russell-2/+2
2019-11-05Rollup merge of #66012 - nnethercote:dequery-trivial_dropck_outlives, r=micha...Pietro Albini-14/+6
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-1/+1
2019-11-02Convert `x.as_str().to_string()` to `x.to_string()` where possible.Nicholas Nethercote-1/+1
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-11-01De-querify `trivial_dropck_outlives`.Nicholas Nethercote-14/+6
2019-10-31Point at where clauses where the associated item was restrictedEsteban Küber-5/+15
2019-10-31Stabilize the `re_rebalance_coherence` featureOhad Ravid-106/+40
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