summary refs log tree commit diff
path: root/src/librustc/traits/error_reporting.rs
AgeCommit message (Expand)AuthorLines
2017-08-23make `for_all_relevant_impls` O(1) againAriel Ben-Yehuda-5/+4
2017-07-05`rustc_on_unimplemented` supports referring to traitEsteban Küber-0/+4
2017-06-29Add unsized tuple coercions.Masaki Hara-1/+1
2017-06-29Check explicitly that tuple initializer is Sized.Masaki Hara-0/+3
2017-06-29Auto merge of #42642 - venkatagiri:issue_42312, r=nikomatsakisbors-7/+9
2017-06-28rustc_typeck: use body-id of type-checking item in need_type_infoVenkata Giri Reddy-7/+9
2017-06-24Detect missing `;` on methods with return type `()`Esteban Küber-1/+3
2017-06-14suppress trait errors that are implied by other errorsAriel Ben-Yehuda-154/+92
2017-06-10rustc: make the comon case of tcx.infer_ctxt(()) nicer.Eduard-Mihai Burtescu-8/+11
2017-06-10rustc: do not depend on infcx.tables in MemCategorizationContext.Eduard-Mihai Burtescu-11/+3
2017-06-07Cover all cases in closure errorsTommy Ip-5/+6
2017-06-06Update closure errors to emit context for FnMutTommy Ip-7/+12
2017-06-05Better closure error messageTommy Ip-5/+27
2017-06-01ergonomic improvements to the methods in infcxNiko Matsakis-5/+3
2017-06-01strip param-env from infcxNiko Matsakis-6/+13
2017-05-17Add better error message when == operator is badly usedGuillaume Gomez-10/+18
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-11/+11
2017-05-02Auto merge of #41488 - estebank:closure-args, r=arielb1bors-8/+103
2017-04-24Reorder code, fix unittestsEsteban Küber-52/+97
2017-04-24rustc: rename some of the queries to match tcx methods.Eduard-Mihai Burtescu-3/+3
2017-04-23Clean up closure type mismatch errorsEsteban Küber-8/+58
2017-04-20Rollup merge of #41214 - estebank:less-multiline, r=petrochenkovCorey Farwell-15/+13
2017-04-18change note for patternsCengiz Can-1/+1
2017-04-18fixes #40013Cengiz Can-41/+84
2017-04-12Add a way to get shorter spans until `char` for pointing at defsEsteban Küber-15/+13
2017-04-11generalize type variables tooNiko Matsakis-4/+20
2017-04-11add Subtype predicateNiko Matsakis-0/+23
2017-04-10Explicit help message for binop type missmatchEsteban Küber-11/+9
2017-03-30add an `ObligationCauseCode` we'll use later (`ReturnNoExpression`)Niko Matsakis-0/+1
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-1/+1
2017-03-10fix #40294 obligation cause.body_id is not always a NodeExprCengiz Can-8/+13
2017-03-02Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakisbors-1/+1
2017-03-02note -> helpAlex Burka-1/+1
2017-02-20Flatten `for` loop using iterator combinators.Corey Farwell-48/+50
2017-02-20Add early return, remove `else`, unindent.Corey Farwell-40/+40
2017-02-20Extract out error message generation.Corey Farwell-33/+1
2017-02-20Remove unnecessary logic when finding simpilar `impl` candidates.Corey Farwell-31/+3
2017-02-20Remove `else`, unindent.Corey Farwell-46/+45
2017-02-20Rewrite `match` to use combinators.Corey Farwell-8/+4
2017-02-20Remove `else`, unindent.Corey Farwell-110/+109
2017-02-14Show five traits implementation in help when there are exactly fiveSebastian Waisbrot-3/+6
2017-02-04Remove extra note and revert name in messageCengiz Can-12/+22
2017-02-04Improve error message for uninferrable types #38812Cengiz Can-18/+60
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-1/+1
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-3/+3
2017-01-13Use multiline Diagnostic for "relevant impl" listEsteban Küber-8/+10
2016-12-20Rollup merge of #38150 - estebank:fix-23286, r=nikomatsakisAlex Crichton-8/+38
2016-12-14review commentsEsteban Küber-10/+24
2016-12-12Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakisbors-6/+23
2016-12-08Point out the known type when field doesn't satisfy boundEsteban Küber-7/+23