summary refs log tree commit diff
path: root/src/librustc/infer
AgeCommit message (Expand)AuthorLines
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-4/+4
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-4/+4
2016-04-05Rollup merge of #32596 - soltanmm:lazy, r=nikomatsakisManish Goregaokar-37/+84
2016-04-04Address nitsMasood Malekghassemi-11/+12
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-7/+7
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-1/+1
2016-03-31librustc: replace span_bug calls with span_bug!()Benjamin Herr-36/+36
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-16/+12
2016-03-29Plumb obligations through librustc/inferMasood Malekghassemi-36/+82
2016-03-28Refactor s.t. TypeRelation implementors don't escape InferCtxtMasood Malekghassemi-22/+22
2016-03-28Remove some dead codeMasood Malekghassemi-27/+0
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+8728