about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/flags.rs
AgeCommit message (Expand)AuthorLines
2023-03-23Rename AliasEq -> AliasRelateMichael Goulet-1/+1
2023-03-23Include relation direction in AliasEq predicateMichael Goulet-1/+1
2023-02-17Add `Clause::ConstArgHasType` variantBoxy-0/+4
2023-02-15simplify some refsMatthias Krüger-1/+1
2023-02-10add `AliasEq` to `PredicateKind`Boxy-4/+12
2023-01-27Introduce GeneratorWitnessMIR.Camille GILLOT-0/+10
2023-01-08Add type flags support for Ty and Const late-bound regionsMichael Goulet-2/+14
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-12-18don't restuct references just to reborrowMatthias Krüger-2/+2
2022-12-14Ensure no one constructs `AliasTy`s themselvesOli Scherer-1/+1
2022-12-13Combine projection and opaque into aliasMichael Goulet-2/+2
2022-12-13squash OpaqueTy and ProjectionTy into AliasTyMichael Goulet-2/+2
2022-12-13Use ty::OpaqueTy everywhereMichael Goulet-1/+1
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-1/+1
2022-11-25Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwUbors-0/+20
2022-11-25Add empty ConstKind::Abstractkadmin-0/+20
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-4/+10
2022-11-21Add an always-ambiguous predicate to make sure that we don't accidentlally al...Oli Scherer-0/+1
2022-10-19stop folding `UnevaluatedConst`lcnr-12/+4
2022-10-18change `ConstEvaluatable` to use `ty::Const`lcnr-1/+1
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-2/+2
2022-09-22introduce mir::Unevaluatedb-naber-1/+1
2022-09-12Plumb dyn trait representation through ty::DynamicEric Holk-1/+1
2022-09-05Pack `Term` in the same way as `GenericArg`.Nicholas Nethercote-7/+7
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-1/+1
2022-02-21use `List<Ty<'tcx>>` for tupleslcnr-2/+2
2022-02-15Overhaul `Const`.Nicholas Nethercote-4/+4
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-2/+2
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-4/+0
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-0/+4
2022-01-17Add term to ExistentialProjectionkadmin-1/+4
2022-01-17Update term for use in more placeskadmin-1/+1
2022-01-17Use Term in ProjectionPredicatekadmin-3/+6
2022-01-15attempt to re-add `ty::Unevaluated` visitor and friendsEllen-3/+9
2022-01-15initial revertEllen-28/+6
2021-12-15Remove `in_band_lifetimes` from `rustc_middle`Aaron Hill-3/+3
2021-08-26reviewlcnr-0/+11
2021-08-26shrink `ty::PredicateKind` againlcnr-1/+1
2021-08-26use `ty::Unevaluated` instead of def substs pairlcnr-2/+2
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-4/+14
2021-08-26make unevaluated const substs optionallcnr-1/+2
2021-08-19introduce a Coerce predicateNiko Matsakis-0/+4
2021-08-13move Constness into TraitPredicateDeadbeef-1/+1
2021-05-01Make `TypeFoldable::is_global()` false when fresh tys/consts are presentAaron Hill-2/+4
2021-04-28Add HAS_RE_LATE_BOUND if there are bound varsJack Huey-0/+4
2021-03-31Add tcx lifetime to BinderJack Huey-3/+3
2021-03-20extract `ConstKind::Unevaluated` into a structlcnr-4/+6
2021-01-16Review changesJack Huey-14/+14
2021-01-16CleanupJack Huey-3/+3
2021-01-16Remove PredicateKindJack Huey-3/+2