summary refs log tree commit diff
path: root/src/librustc/ty/mod.rs
AgeCommit message (Expand)AuthorLines
2016-05-04Check transmutes between types without statically known sizes.Eduard Burtescu-31/+0
2016-05-04Parse data-layout specifications.Eduard Burtescu-0/+1
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-3/+3
2016-04-07Improve `PrivateItemsInPublicInterfacesVisitor`Jeffrey Seyfried-1/+12
2016-04-07Use the node id from the `Restricted` variant when checking accessibilityJeffrey Seyfried-0/+20
2016-04-07Make `hir::Visibility` non-copyable and add `ty::Visibility`Jeffrey Seyfried-7/+26
2016-04-06break dep-graph into modules, parameterize DepNodeNiko Matsakis-3/+3
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-32/+1
2016-04-06rustc: move some maps from ty to hir.Eduard Burtescu-25/+3
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-5/+5
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-2/+2
2016-03-31librustc: replace span_bug calls with span_bug!()Benjamin Herr-8/+6
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-34/+28
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-1/+1
2016-03-27from_item is the old nameManish Goregaokar-2/+2
2016-03-27Clarify that ParameterEnvironment::for_item can take impl/trait items tooManish Goregaokar-0/+1
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+2764