summary refs log tree commit diff
path: root/src/librustc/infer/error_reporting.rs
AgeCommit message (Expand)AuthorLines
2016-05-18Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakisbors-2/+2
2016-05-17Improve a few errors and fix #33366Jonathan Turner-2/+2
2016-05-16Remove hir::IdentVadim Petrochenkov-1/+1
2016-05-15Auto merge of #33505 - petrochenkov:self, r=nrcbors-50/+8
2016-05-14Remove ExplicitSelf from HIRVadim Petrochenkov-50/+8
2016-05-12Update errors to use new error formatJonathan Turner-2/+2
2016-05-11rustc: Generalize a minimum set of functions over 'tcx != 'gcx.Eduard Burtescu-105/+31
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-18/+19
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-7/+7
2016-05-08Fix minor typo in E0312silvo38-1/+1
2016-05-02replace fileline_{help,note} with {help,note}Niko Matsakis-11/+8
2016-05-02use new `note_expected_found` APINiko Matsakis-20/+18
2016-04-28Rollup merge of #33212 - bombless:scope-of-function-body, r=nikomatsakisSteve Klabnik-1/+1
2016-04-26Improve error message about regions of function bodyYork Xiang-1/+1
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+0
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-7/+3
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-2/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-3/+3
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-1/+1
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+2050