summary refs log tree commit diff
path: root/src/librustc/traits
AgeCommit message (Expand)AuthorLines
2016-04-07Rollup merge of #32748 - aturon:simplified-spec, r=nikomatsakisManish Goregaokar-56/+149
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-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-9/+9
2016-04-06rustc: move rustc_front to rustc::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-04-05Reinstate fast_reject for overlap checkingAaron Turon-56/+149
2016-04-05Rollup merge of #32596 - soltanmm:lazy, r=nikomatsakisManish Goregaokar-40/+74
2016-04-04Address nitsMasood Malekghassemi-13/+13
2016-04-04fix corner case around top of stackNiko Matsakis-39/+32
2016-04-04process cycles as soon as they are detectedNiko Matsakis-124/+162
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-2/+2
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-4/+4
2016-03-31librustc: replace span_bug calls with span_bug!()Benjamin Herr-28/+30
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-39/+27
2016-03-29Plumb obligations through librustc/inferMasood Malekghassemi-40/+74
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+8933