| Age | Commit message (Expand) | Author | Lines |
| 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-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -0/+6 |
| 2021-10-25 | Rollup merge of #89889 - estebank:unmet-send-bound-on-foreign-future, r=tmandry | Matthias Krüger | -77/+70 |
| 2021-10-24 | Auto merge of #89427 - estebank:collect-overlapping-impls, r=jackh726 | bors | -32/+189 |
| 2021-10-24 | Use the "nice E0277 errors"[1] for `!Send` `impl Future` from foreign crate | Esteban Kuber | -77/+70 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -32/+189 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -154/+265 |
| 2021-10-23 | Avoid code duplication by extracting checks into fns | Santiago Pastorino | -11/+18 |
| 2021-10-22 | Hide negative coherence checks under negative_impls feature flag | Santiago Pastorino | -4/+5 |
| 2021-10-22 | Assemple trait alias candidates for negative polarity | Santiago Pastorino | -0/+1 |
| 2021-10-22 | Add rustc_strict_coherence attribute and use it to check overlap | Santiago Pastorino | -2/+13 |
| 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-22 | Document overlap check filter | Santiago Pastorino | -1/+21 |
| 2021-10-22 | Rollup merge of #90028 - tmiasko:structural-match-closure, r=spastorino | Yuki Okushi | -1/+5 |
| 2021-10-21 | Rollup merge of #88644 - eopb:abstractconst_leaf_subst, r=lcnr | Yuki Okushi | -23/+22 |
| 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 | Use predicate_must_hold_modulo_regions | Santiago Pastorino | -1/+1 |
| 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 | -16/+32 |
| 2021-10-20 | Add polarity to TraitPredicate | Santiago Pastorino | -0/+5 |
| 2021-10-20 | remove duplicate subst | Ethan Brierley | -1/+0 |
| 2021-10-19 | Address lcnr review | Ethan Brierley | -3/+5 |
| 2021-10-19 | Reject closures in patterns | Tomasz Miąsko | -1/+5 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -13/+6 |
| 2021-10-18 | Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726 | bors | -142/+15 |
| 2021-10-18 | Normalize obligations for closure confirmation | jackh726 | -12/+38 |
| 2021-10-18 | Member constraints already covered all of E0482 already, so that error never ... | Oli Scherer | -39/+2 |
| 2021-10-18 | Guarding a loop with a check that it never runs is useless | Oli Scherer | -8/+5 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -13/+6 |
| 2021-10-15 | Remove a now-unused struct | Oli Scherer | -13/+0 |
| 2021-10-15 | simplify constrain_opaque_types | Niko Matsakis | -90/+16 |
| 2021-10-15 | Move some outlives bounds things from rustc_trait_selection to rustc_typeck | jackh726 | -146/+1 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-14 | Rollup merge of #89823 - jackh726:project-overflow, r=oli-obk | Matthias Krüger | -1/+1 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -2/+6 |
| 2021-10-12 | Switch order of terms to prevent overflow | jackh726 | -1/+1 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -2/+6 |
| 2021-10-11 | Fix ICE 89775 | Gary Guo | -1/+3 |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -5/+5 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -3/+3 |