summary refs log tree commit diff
path: root/src/librustc/traits/error_reporting.rs
AgeCommit message (Expand)AuthorLines
2019-12-15Rollup merge of #67289 - estebank:unnamed-closure, r=CentrilMazdak Farrokhzad-1/+1
2019-12-14Do not ICE on unnamed futureEsteban Küber-1/+1
2019-12-13Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakisbors-34/+85
2019-12-11erase regions instead of using `builtin_deref`Nicholas Matsakis-7/+18
2019-12-10Avoid invalid suggestion by checking the snippet in const fn callEsteban Küber-1/+22
2019-12-10Suggest setting type param on function callEsteban Küber-0/+24
2019-12-10Fix rebaseEsteban Küber-6/+6
2019-12-10Deduplicate logicEsteban Küber-40/+32
2019-12-10Point at method call when type annotations are neededEsteban Küber-6/+20
2019-12-08async/await: correct diag note for `async move`David Wood-10/+11
2019-12-08async/await: more improvements to non-send errorsDavid Wood-83/+211
2019-12-06Rollup merge of #67071 - estebank:issue-66868, r=davidtwcoMazdak Farrokhzad-0/+4
2019-12-06Rename to `then_some` and `then`varkor-1/+1
2019-12-06Use `to_option` in various placesvarkor-5/+1
2019-12-05Do not ICE on closure typeckEsteban Küber-0/+4
2019-12-03Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwcoMazdak Farrokhzad-1/+16
2019-11-29allow customising ty::TraitRef's printing behaviorMikhail Babenko-8/+10
2019-11-28review commentsEsteban Küber-1/+76
2019-11-28Deduplicate type param constraint suggestion codeEsteban Küber-65/+16
2019-11-27Rollup merge of #66700 - VirrageS:master, r=matthewjasperTyler Mandry-1/+1
2019-11-25add `enclosing_scope` param to `rustc_on_unimplmented`Mikhail Babenko-1/+16
2019-11-24Fix pointing at arg for fulfillment errors in function callsJanusz Marcinkiewicz-1/+1
2019-11-24fixup! Lowercase diagnostic message labelTimo Freiberg-1/+1
2019-11-24Add version mismatch help message for unimplemented traitTimo Freiberg-0/+39
2019-11-19Rollup merge of #66239 - estebank:suggest-async-closure-call, r=CentrilMazdak Farrokhzad-62/+133
2019-11-18review commentsEsteban Küber-33/+45
2019-11-16review commentsEsteban Küber-81/+91
2019-11-16Suggest calling async closure when neededEsteban Küber-52/+101
2019-11-16review comments and fix rebaseEsteban Küber-3/+3
2019-11-16Account for `rustc_on_unimplemented`Esteban Küber-8/+12
2019-11-16Remove unnecessary noteEsteban Küber-11/+10
2019-11-16Modify primary label message to be inline with error messageEsteban Küber-0/+5
2019-11-16Suggest borrowing when it would satisfy an unmet trait boundEsteban Küber-2/+72
2019-11-16Tweak code formattingEsteban Küber-6/+10
2019-11-15Correct `const_in_array_repeat_expressions` feature nameYuki Okushi-3/+3
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-0/+2
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-3/+3
2019-11-09Rollup merge of #65994 - estebank:where-bound, r=nikomatsakisMazdak Farrokhzad-3/+6
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-1/+1
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-02Simplify various `Symbol` use points.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/+49
2019-10-31Point at where clauses where the associated item was restrictedEsteban Küber-3/+6
2019-10-31Fix incorrect diagnostics for expected type in E0271 with an associated typeOhad Ravid-5/+18
2019-10-30Make ItemContext available for better diagnositcs.Giles Cope-0/+49