about summary refs log tree commit diff
path: root/compiler/rustc_ty/src
AgeCommit message (Collapse)AuthorLines
2020-11-19Move `rustc_ty` -> `rustc_ty_utils`LeSeulArtichaut-1046/+0
2020-11-16compiler: fold by valueBastian Kauschke-7/+7
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-11/+4
Then use them through a query based on resolver outputs
2020-10-06Move item_bounds to typeck::collectMatthew Jasper-124/+1
2020-10-06Rename projection_predicates to item_boundsMatthew Jasper-16/+9
2020-09-25Rollup merge of #77155 - lcnr:ImplSource, r=ecstatic-morseJonas Schievink-11/+11
remove enum name from ImplSource variants This is quite a lot cleaner in my opinion.
2020-09-24remove enum name from ImplSource variantsBastian Kauschke-11/+11
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-1/+0
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-7/+128
2020-09-04Change ty.kind to a methodLeSeulArtichaut-14/+15
2020-08-30mv compiler to compiler/mark-0/+1062