summary refs log tree commit diff
path: root/src/librustc/ty
AgeCommit message (Expand)AuthorLines
2016-05-04Check transmutes between types without statically known sizes.Eduard Burtescu-37/+135
2016-05-04Compute LLVM-agnostic type layouts in rustc.Eduard Burtescu-9/+1004
2016-05-04Parse data-layout specifications.Eduard Burtescu-0/+255
2016-04-07Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mwbors-7/+8
2016-04-07Rollup merge of #32748 - aturon:simplified-spec, r=nikomatsakisManish Goregaokar-14/+13
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-7/+8
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-32/+6
2016-04-06rustc: move some maps from ty to hir.Eduard Burtescu-26/+4
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-16/+16
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-16/+16
2016-04-05Reinstate fast_reject for overlap checkingAaron Turon-14/+13
2016-04-05Auto merge of #29463 - jseyfried:master, r=nikomatsakisbors-68/+23
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 panic!() with bug!()Benjamin Herr-8/+8
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-5/+5
2016-03-31librustc: replace span_bug calls with span_bug!()Benjamin Herr-30/+27
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-59/+43
2016-03-30Auto merge of #32439 - jseyfried:visible_suggestions, r=nrcbors-1/+43
2016-03-30Add method `visible_item_path` to `CStore`Jeffrey Seyfried-1/+43
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-2/+2
2016-03-28Refactor s.t. TypeRelation implementors don't escape InferCtxtMasood Malekghassemi-0/+11
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-27Remove the implicit binder from `VecPerParamSpace`Jeffrey Seyfried-68/+23
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+11693