about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/flags.rs
AgeCommit message (Expand)AuthorLines
2021-01-16Remove PredicateKind::AtomJack Huey-1/+0
2020-12-11Move binder for dyn to each list itemJack Huey-12/+8
2020-09-18guard against `skip_binder` errors during FlagComputationBastian Kauschke-34/+32
2020-09-18fix flag computation for `ExistentialPredicate::Projection`Bastian Kauschke-3/+1
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-0/+3
2020-09-04ty.flags -> ty.flags()LeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+330