| Age | Commit message (Expand) | Author | Lines |
| 2021-11-24 | Add impl polarity to fields | Deadbeef | -26/+27 |
| 2021-11-24 | Allow more cases to match ~const Drop. | Deadbeef | -32/+48 |
| 2021-11-08 | impl Copy/Clone for arrays in std, not in compiler | bstrie | -6/+2 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -4/+1 |
| 2021-11-06 | Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakis | bors | -10/+24 |
| 2021-11-02 | Rollup merge of #90417 - lcnr:stabilize-relaxed-struct-unsizing, r=wesleywiser | Matthias Krüger | -40/+12 |
| 2021-10-30 | stabilize `relaxed_struct_unsize` | lcnr | -40/+12 |
| 2021-10-28 | Reformat the changed line to make tidy happy | Ilya Yanok | -2/+3 |
| 2021-10-28 | Use `is_global` in `candidate_should_be_dropped_in_favor_of` | Ilya Yanok | -1/+1 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -8/+27 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -151/+211 |
| 2021-10-22 | Assemple trait alias candidates for negative polarity | Santiago Pastorino | -0/+1 |
| 2021-10-22 | Add comment about the only way to prove NotImplemented here | Santiago Pastorino | -0/+2 |
| 2021-10-22 | Fix filter_impls comment | Santiago Pastorino | -2/+2 |
| 2021-10-22 | Fix debug method name | Santiago Pastorino | -1/+1 |
| 2021-10-22 | Move const filter to filter_impls | Santiago Pastorino | -35/+44 |
| 2021-10-20 | Fix allow_negative_impls logic | Santiago Pastorino | -2/+2 |
| 2021-10-20 | Add TraitObligation::polarity() for better encapsulation | Santiago Pastorino | -14/+8 |
| 2021-10-20 | Filter candidates when goal and impl polarity doesn't match | Santiago Pastorino | -9/+27 |
| 2021-10-20 | Filter out Negative impls on intercrate mode's ambiguous reasoning | Santiago Pastorino | -23/+30 |
| 2021-10-20 | Make EvaluationCache consider polarity as cache's key | Santiago Pastorino | -6/+24 |
| 2021-10-20 | Only assemble_candidates_from_impls for polarity Negative | Santiago Pastorino | -58/+62 |
| 2021-10-20 | Consider negative polarity on trait selection | Santiago Pastorino | -25/+23 |
| 2021-10-20 | Consider negative polarity on overlap check | Santiago Pastorino | -15/+23 |
| 2021-10-20 | Add polarity to TraitPredicate | Santiago Pastorino | -0/+1 |
| 2021-10-18 | Normalize obligations for closure confirmation | jackh726 | -10/+24 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -3/+1 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -2/+6 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -2/+6 |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -3/+3 |
| 2021-10-08 | Auto merge of #89576 - tom7980:issue-89275-fix, r=estebank | bors | -5/+10 |
| 2021-10-05 | Issue 89275 fix and test | Tom Farmer | -5/+10 |
| 2021-10-03 | Add `deref_into_dyn_supertrait` lint. | Charles Lew | -1/+79 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -9/+16 |
| 2021-09-28 | More tracing instrumentation | Oli Scherer | -10/+9 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -4/+5 |
| 2021-09-20 | Don't use projection cache or candidate cache in intercrate mode | Aaron Hill | -0/+18 |
| 2021-09-18 | Auto merge of #89000 - Mark-Simulacrum:no-new-lrc, r=petrochenkov | bors | -1/+1 |
| 2021-09-18 | Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726 | bors | -0/+16 |
| 2021-09-17 | Auto merge of #88962 - fee1-dead:const-drop, r=oli-obk | bors | -0/+1 |
| 2021-09-17 | Auto merge of #88945 - Aaron1011:no-projection-completion, r=wesleywiser,jack... | bors | -10/+2 |
| 2021-09-15 | Reuse existing shared Lrc for MatchImpl parent | Mark Rousskov | -1/+1 |
| 2021-09-15 | Remove ToPolyTraitRef impl for TraitRef | jackh726 | -1/+2 |
| 2021-09-15 | Remove ToPredicate impls that use Binder::dummy | jackh726 | -3/+3 |
| 2021-09-15 | Disable the evaluation cache when in intercrate mode | Aaron Hill | -0/+16 |
| 2021-09-15 | Coerce const FnDefs to implement const Fn traits | Deadbeef | -9/+16 |
| 2021-09-15 | inline(always) on check_recursion_limit | Deadbeef | -0/+1 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -35/+166 |
| 2021-09-14 | Remove concept of 'completion' from the projection cache | Aaron Hill | -10/+2 |
| 2021-09-13 | Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obk | Guillaume Gomez | -2/+3 |