| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-26 | review | lcnr | -0/+11 | |
| 2021-08-26 | shrink `ty::PredicateKind` again | lcnr | -1/+1 | |
| 2021-08-26 | use `ty::Unevaluated` instead of def substs pair | lcnr | -2/+2 | |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -4/+14 | |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -1/+2 | |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+4 | |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -1/+1 | |
| 2021-05-01 | Make `TypeFoldable::is_global()` false when fresh tys/consts are present | Aaron Hill | -2/+4 | |
| This ensures that `ParamEnv::and` preserves the original `caller_bounds` when we have a value containing fresh tys/consts. This ensures that when we cache a `SelectionCandidate`, the cache key (a `ParamEnvAnd`) contains all of the information that influenced the computation of our result (e.g. we may end up choosing a `ParamCandidate`) | ||||
| 2021-04-28 | Add HAS_RE_LATE_BOUND if there are bound vars | Jack Huey | -0/+4 | |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -3/+3 | |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -4/+6 | |
| 2021-01-16 | Review changes | Jack Huey | -14/+14 | |
| 2021-01-16 | Cleanup | Jack Huey | -3/+3 | |
| 2021-01-16 | Remove PredicateKind | Jack Huey | -3/+2 | |
| 2021-01-16 | Intermediate formatting and such | Jack Huey | -7/+2 | |
| 2021-01-16 | Remove PredicateKind::Atom | Jack Huey | -1/+0 | |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -12/+8 | |
| 2020-09-18 | guard against `skip_binder` errors during FlagComputation | Bastian Kauschke | -34/+32 | |
| 2020-09-18 | fix flag computation for `ExistentialPredicate::Projection` | Bastian Kauschke | -3/+1 | |
| 2020-09-09 | Remove def_id field from ParamEnv | Bram van den Heuvel | -0/+3 | |
| 2020-09-04 | ty.flags -> ty.flags() | LeSeulArtichaut | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+330 | |
