summary refs log tree commit diff
path: root/src/librustc/ty/util.rs
AgeCommit message (Expand)AuthorLines
2016-05-04Compute LLVM-agnostic type layouts in rustc.Eduard Burtescu-0/+19
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-2/+2
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-1/+1
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-3/+3
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-2/+2
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-37/+0
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-1/+1
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+786