| Age | Commit message (Expand) | Author | Lines |
| 2021-11-25 | Visit `param_env` field in Obligation's `TypeFoldable` impl | Aaron Hill | -1/+2 |
| 2021-11-14 | Fix span for non-satisfied trivial trait bounds | Nilstrieb | -0/+17 |
| 2021-11-11 | Auto merge of #90648 - matthewjasper:assoc-item-cleanup, r=cjgillot | bors | -3/+2 |
| 2021-11-08 | fmt | Deadbeef | -8/+3 |
| 2021-11-08 | Make select_* methods return Vec for TraitEngine | Deadbeef | -4/+4 |
| 2021-11-07 | Remove some fields from `ObligationCauseCode` | Matthew Jasper | -3/+2 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -1/+19 |
| 2021-10-22 | Document flip polarity | Santiago Pastorino | -0/+3 |
| 2021-10-20 | Add TraitObligation::polarity() for better encapsulation | Santiago Pastorino | -0/+4 |
| 2021-10-20 | Consider negative polarity on overlap check | Santiago Pastorino | -1/+12 |
| 2021-10-15 | Move push_outlives_components to rustc_infer | jackh726 | -2/+2 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -1/+2 |
| 2021-09-17 | Add another case of fallback to () avoid breakage | Mark Rousskov | -0/+3 |
| 2021-09-17 | Auto merge of #88945 - Aaron1011:no-projection-completion, r=wesleywiser,jack... | bors | -41/+0 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -5/+1 |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -5/+1 |
| 2021-09-15 | Remove ToPredicate impls that use Binder::dummy | jackh726 | -1/+2 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -4/+8 |
| 2021-09-14 | Remove concept of 'completion' from the projection cache | Aaron Hill | -41/+0 |
| 2021-08-25 | Rollup merge of #88218 - Aaron1011:missing-method-dyn, r=nagisa | Léo Lanteri Thauvin | -6/+0 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-21 | Remove `Session.trait_methods_not_found` | Aaron Hill | -6/+0 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+4 |
| 2021-08-14 | Assign FIXMEs to me and remove obsolete ones | Deadbeef | -1/+1 |
| 2021-08-13 | Pass constness to SelectionContext | Deadbeef | -0/+18 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -1/+1 |
| 2021-07-20 | Refactor vtable format. | Charles Lew | -3/+3 |
| 2021-07-16 | Add initial implementation of HIR-based WF checking for diagnostics | Aaron Hill | -1/+6 |
| 2021-04-28 | Don't rebind in transitive_bounds_that_define_assoc_type | Jack Huey | -3/+1 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -1/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -1/+2 |
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -1/+1 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-02-08 | Anonymize late bound regions on transitive bounds that define assoc type | Santiago Pastorino | -15/+22 |
| 2021-02-05 | Adapt to latest master changes by using PredicateKind | Santiago Pastorino | -1/+1 |
| 2021-02-05 | Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma... | Santiago Pastorino | -1/+33 |
| 2021-01-16 | Review changes | Jack Huey | -15/+15 |
| 2021-01-16 | Cleanup | Jack Huey | -1/+1 |
| 2021-01-16 | Remove PredicateKind | Jack Huey | -6/+2 |
| 2021-01-16 | Remove PredicateKind::Atom | Jack Huey | -1/+0 |
| 2020-12-20 | Prevent caching projections in the case of cycles | Matthew Jasper | -1/+15 |
| 2020-12-02 | Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa... | Santiago Pastorino | -33/+1 |
| 2020-11-27 | Return FxIndexSet instead of FxHashSet to avoid order errors on different pla... | Santiago Pastorino | -3/+3 |
| 2020-11-27 | Inline elaborate_trait_refs_that_define_assoc_type into transitive_bounds_tha... | Santiago Pastorino | -32/+24 |
| 2020-11-27 | Document elaborate_trait_refs_that_define_assoc_type | Santiago Pastorino | -0/+5 |
| 2020-11-27 | Allow to self reference associated types in where clauses | Santiago Pastorino | -0/+35 |
| 2020-11-22 | Thread `Constness` through selection | Jonas Schievink | -1/+1 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -1/+1 |
| 2020-11-16 | words | lcnr | -1/+1 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -2/+2 |