summary refs log tree commit diff
path: root/src/librustc/ty/context.rs
AgeCommit message (Expand)AuthorLines
2016-05-18Auto merge of #33476 - nikomatsakis:incr-comp-xcrate, r=mwbors-2/+46
2016-05-18allow retracing paths across cratesNiko Matsakis-2/+46
2016-05-17introduce a specializes cacheNiko Matsakis-0/+3
2016-05-11rustc: Split local type contexts interners from the global one.Eduard Burtescu-169/+236
2016-05-11rustc_typeck: Generalize over 'tcx != 'gcx.Eduard Burtescu-4/+35
2016-05-11rustc: Remove the unnecessary ast_ty_to_ty_cache.Eduard Burtescu-6/+0
2016-05-11rustc: More interning for data used in Ty<'tcx>.Eduard Burtescu-14/+59
2016-05-11rustc: Generalize a minimum set of functions over 'tcx != 'gcx.Eduard Burtescu-19/+41
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-18/+22
2016-05-11rustc: Keep a reference to the interners in TyCtxt.Eduard Burtescu-91/+110
2016-05-11rustc: Use set recovery APIs in the TyCtxt interners.Eduard Burtescu-36/+49
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-87/+105
2016-05-03Warn unused trait importsSeo Sanghyeon-0/+9
2016-04-24syntax: Merge keywords and remaining special idents in one listVadim Petrochenkov-1/+1
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-2/+2
2016-04-19Check transmutes between types without statically known sizes.Eduard Burtescu-6/+0
2016-04-19Compute LLVM-agnostic type layouts in rustc.Eduard Burtescu-1/+24
2016-04-19Parse data-layout specifications.Eduard Burtescu-0/+6
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+1
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