summary refs log tree commit diff
path: root/src/librustc/ty/util.rs
AgeCommit message (Expand)AuthorLines
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-9/+6
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-06-05rustc: add ReErased to be used by trait selection, MIR and trans.Eduard Burtescu-1/+1
2016-06-03Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatchbors-0/+2
2016-05-28Refactor away some functions from hir::pat_utilVadim Petrochenkov-2/+2
2016-05-19Support 16-bit pointers as well as i/usizeJake Goulding-0/+2
2016-05-18change svh to store a u64Niko Matsakis-1/+1
2016-05-11rustc: Split local type contexts interners from the global one.Eduard Burtescu-18/+19
2016-05-11rustc_typeck: Generalize over 'tcx != 'gcx.Eduard Burtescu-1/+1
2016-05-11rustc: Generalize a minimum set of functions over 'tcx != 'gcx.Eduard Burtescu-3/+4
2016-05-11rustc: Wrap users of InferCtxt in an anonymous scope.Eduard Burtescu-32/+25
2016-05-11rustc: Remove the TyCtxt field from ParameterEnvironment.Eduard Burtescu-16/+16
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-13/+16
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-44/+45
2016-05-11typeck: Avoid passing &TyCtxt around where possible.Eduard Burtescu-4/+8
2016-05-11infer: Use methods for creating an InferCtxt.Eduard Burtescu-10/+6
2016-05-11rustc: Always refer to TyCtxt as tcx.Eduard Burtescu-24/+24
2016-05-03change the newly-added errors to warningsAriel Ben-Yehuda-0/+1
2016-04-19Compute LLVM-agnostic type layouts in rustc.Eduard Burtescu-0/+19
2016-04-16Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichtonbors-1/+1
2016-04-13Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakisbors-0/+1
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+1
2016-04-06Replace consider_unification_despite_ambiguity with obligation variantMasood Malekghassemi-0/+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-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