summary refs log tree commit diff
path: root/src/librustc/ty/context.rs
AgeCommit message (Expand)AuthorLines
2016-05-04Check transmutes between types without statically known sizes.Eduard Burtescu-6/+0
2016-05-04Compute LLVM-agnostic type layouts in rustc.Eduard Burtescu-1/+24
2016-05-04Parse data-layout specifications.Eduard Burtescu-0/+6
2016-04-06rustc: move some maps from ty to hir.Eduard Burtescu-1/+1
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-04-02Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddybbors-1/+1
2016-04-01Fix typo in TxCtxt::crate_disambiguator().Michael Woerister-1/+1
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-8/+4
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+1081