summary refs log tree commit diff
path: root/src/librustc/traits/select.rs
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2016-04-05Rollup merge of #32596 - soltanmm:lazy, r=nikomatsakisManish Goregaokar-33/+50
2016-04-04Address nitsMasood Malekghassemi-8/+8
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-2/+2
2016-03-31librustc: replace span_bug calls with span_bug!()Benjamin Herr-10/+10
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-28/+20
2016-03-29Plumb obligations through librustc/inferMasood Malekghassemi-33/+50
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+3049