about summary refs log tree commit diff
path: root/compiler/rustc_ty/src/ty.rs
AgeCommit message (Collapse)AuthorLines
2020-11-19Move `rustc_ty` -> `rustc_ty_utils`LeSeulArtichaut-505/+0
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
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-09Remove def_id field from ParamEnvBram van den Heuvel-7/+128
2020-09-04Change ty.kind to a methodLeSeulArtichaut-8/+9
2020-08-30mv compiler to compiler/mark-0/+520