about summary refs log tree commit diff
path: root/src/librustc/traits/error_reporting.rs
AgeCommit message (Expand)AuthorLines
2016-05-18implement fuzzy matching in on_unimplementedAriel Ben-Yehuda-26/+72
2016-05-16change on_unimplented logicAriel Ben-Yehuda-5/+12
2016-05-13rewrite fuzzy `on_unimplemented` matching to avoid ICEsAriel Ben-Yehuda-181/+33
2016-05-13add cycle-reporting logicAriel Ben-Yehuda-0/+1
2016-05-13rewrite obligation forest. cycles still handled incorrectly.Ariel Ben-Yehuda-103/+2
2016-05-11Update to eddyb's PRggomez-199/+129
2016-05-11Create Weight enumGuillaume Gomez-34/+64
2016-05-11Improve weight algorithm and testsggomez-52/+107
2016-05-11Improve error message for Index trait on slicesGuillaume Gomez-28/+79
2016-05-11Extend rustc_on_unimplemented flag: if a message is available at an impl, thi...ggomez-4/+179
2016-05-11Fixup indentation after methodification.Eduard Burtescu-733/+737
2016-05-11rustc: Generalize a minimum set of functions over 'tcx != 'gcx.Eduard Burtescu-12/+11
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-6/+6
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-4/+4
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-227/+198
2016-05-03change the newly-added errors to warningsAriel Ben-Yehuda-47/+114
2016-05-03improve error message for WF TuplesAriel Ben-Yehuda-0/+4
2016-05-03require the non-last elements of a tuple to be SizedAriel Ben-Yehuda-0/+5
2016-05-02replace fileline_{help,note} with {help,note}Niko Matsakis-109/+56
2016-04-25Auto merge of #32258 - nikomatsakis:fewer-errors, r=arielb1bors-0/+6
2016-04-13Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakisbors-0/+15
2016-04-13Fix obscure compilation errorMasood Malekghassemi-3/+4
2016-04-12Suppress fallback and ambiguity errorsNiko Matsakis-0/+6
2016-04-07Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakisbors-56/+134
2016-04-07test the substs ppaux code both with and without -Z verboseAriel Ben-Yehuda-1/+2
2016-04-06Replace consider_unification_despite_ambiguity with obligation variantMasood Malekghassemi-0/+14
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-05clean the note-reporting code in report_selection_errorAriel Ben-Yehuda-39/+62
2016-04-05improve error messageAriel Ben-Yehuda-1/+1
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-12/+71
2016-04-05remove workaround that prints error messages with TyErrAriel Ben-Yehuda-6/+1
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-2/+2
2016-03-31librustc: replace span_bug calls with span_bug!()Benjamin Herr-5/+6
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+807