about summary refs log tree commit diff
path: root/src/librustc/infer
AgeCommit message (Expand)AuthorLines
2019-12-10Move suggestion code to its own methodEsteban Küber-42/+54
2019-12-10Use the appropriate number of type arguments in suggestionEsteban Küber-15/+47
2019-12-10Deduplicate logicEsteban Küber-7/+30
2019-12-10Point at method call when type annotations are neededEsteban Küber-14/+45
2019-12-06Rename to `then_some` and `then`varkor-1/+1
2019-12-06Use `to_option` in various placesvarkor-5/+1
2019-12-03Include a span in more `expected...found` notesAaron Hill-11/+24
2019-11-29allow customising ty::TraitRef's printing behaviorMikhail Babenko-7/+19
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-10/+5
2019-11-25Fix capitalization when mentioning different crate versions in E0308Esteban Küber-10/+5
2019-11-23review comments: remove unnecessary `&str` to `String` conversionsEsteban Küber-20/+20
2019-11-23Highlight parts of fn in type errorsEsteban Küber-3/+174
2019-11-21Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centrilbors-11/+13
2019-11-21Aggregation of drive-by cosmetic changes.Alexander Regueiro-11/+13
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-25/+46
2019-11-21Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakisMazdak Farrokhzad-14/+21
2019-11-19More HashStable.Camille GILLOT-5/+1
2019-11-19Auto merge of #66454 - cjgillot:lift, r=Zoxcbors-41/+6
2019-11-19Rollup merge of #66431 - Aaron1011:fix/opaque-type-infer, r=varkorMazdak Farrokhzad-0/+5
2019-11-18review commentsEsteban Küber-4/+2
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-16/+33
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-14/+20
2019-11-18Replace bool with new `FallbackMode` enumAaron Hill-1/+1
2019-11-18Fix 'type annotations needed' error with opaque typesAaron Hill-0/+5
2019-11-18Retire BraceStructLiftImpl.Camille GILLOT-41/+6
2019-11-17Auto merge of #66384 - cjgillot:typefoldable, r=Zoxcbors-56/+9
2019-11-14Use multiple derive clauses.Camille GILLOT-4/+4
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-0/+12
2019-11-13Use TypeFoldable derive macro.Camille GILLOT-56/+9
2019-11-12Create intermediate enum ty::ConstKind.Camille GILLOT-47/+33
2019-11-13update suggestion ui testcsmoe-4/+7
2019-11-11suggest to add a constraint except asyn-fn without explicit outputcsmoe-13/+17
2019-11-08hir::ItemKind::Fn: use hir::MethodSigMazdak Farrokhzad-3/+3
2019-11-07Rollup merge of #65752 - estebank:sugg, r=CentrilMazdak Farrokhzad-5/+1
2019-11-07Fix other broken linkYuki Okushi-1/+1
2019-11-06review commentsEsteban Küber-5/+1
2019-11-06Rollup merge of #66014 - dkadashev:47319-type-param-def-location, r=estebankMazdak Farrokhzad-1/+9
2019-11-03Auto merge of #65779 - kevgrasso:E0308highlight, r=estebankbors-6/+50
2019-11-02Prettify mismatched types error message in a special caseDmitry Kadashev-4/+4
2019-11-02Show type param definitions in type mismatch errorsDmitry Kadashev-1/+9
2019-11-01Rollup merge of #65112 - jack-t:type-parens-lint, r=varkorTyler Mandry-1/+1
2019-10-29Add lint for unnecessary parens around typesjack-t-1/+1
2019-10-29Make error apply only to impl/trait mismatchEsteban Küber-15/+6
2019-10-29Point at the trait item and tweak wordingEsteban Küber-3/+15
2019-10-29review commentsEsteban Küber-12/+15
2019-10-29Custom lifetime error for `impl` item doesn't conform to `trait`Esteban Küber-0/+55
2019-10-25only relevant parts of type paths highlighted in E0308 type mismatch error me...Kevyn Grasso-7/+42
2019-10-24remove the last remaining READMEsMark Mansi-265/+4
2019-10-23Rollup merge of #65696 - varkor:nll-chalk-const-generics-issue, r=eddybMazdak Farrokhzad-30/+57
2019-10-23Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddybMazdak Farrokhzad-7/+7