summary refs log tree commit diff
path: root/src/librustc/traits/trans
AgeCommit message (Expand)AuthorLines
2017-09-25add comment per @nikomatsakis requestDouglas Campos-0/+1
2017-09-25expose ParamEnv as a paramDouglas Campos-2/+2
2017-09-25add ParamEnv to the trait_cache keyDouglas Campos-4/+4
2017-09-11rustc: evaluate fixed-length array length expressions lazily.Eduard-Mihai Burtescu-2/+2
2017-07-12integrate anon dep nodes into trait selectionNiko Matsakis-32/+7
2017-07-11Downgrade ProjectionTy's TraitRef to its substsTobias Schottdorf-3/+3
2017-06-12Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakisbors-7/+8
2017-06-10rustc: make the comon case of tcx.infer_ctxt(()) nicer.Eduard-Mihai Burtescu-1/+1
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-7/+8
2017-06-01strip param-env from infcxNiko Matsakis-1/+3
2017-06-01move projection mode into parameter environmentNiko Matsakis-1/+1
2017-04-21move the uses of the trans caches into rustc::traitsNiko Matsakis-4/+143
2017-04-21move the trans trait caches into tcxNiko Matsakis-0/+73