| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2021-10-08 | Auto merge of #89576 - tom7980:issue-89275-fix, r=estebank | bors | -13/+25 |
| 2021-10-07 | Auto merge of #89629 - GuillaumeGomez:rollup-s4r8me6, r=GuillaumeGomez | bors | -1/+79 |
| 2021-10-07 | Rollup merge of #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakis | Guillaume Gomez | -1/+79 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -4/+4 |
| 2021-10-06 | Auto merge of #89323 - estebank:derive-binop, r=petrochenkov | bors | -1/+1 |
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -1/+1 |
| 2021-10-05 | Issue 89275 fix and test | Tom Farmer | -13/+25 |
| 2021-10-05 | Rollup merge of #89317 - JulianKnodt:precise_errors, r=BoxyUwU | Manish Goregaokar | -43/+94 |
| 2021-10-04 | Rollup merge of #89478 - zvavybir:master, r=jyn514 | Jubilee | -2/+8 |
| 2021-10-04 | Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis | Jubilee | -1/+3 |
| 2021-10-04 | Move generic error message to separate branches | kadmin | -43/+94 |
| 2021-10-03 | Combined 4 commits into 1 | Matthias Kaak | -2/+8 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -2/+2 |
| 2021-10-03 | Add `deref_into_dyn_supertrait` lint. | Charles Lew | -1/+79 |
| 2021-10-03 | Auto merge of #89479 - camsteffen:diag-naming, r=Manishearth | bors | -5/+5 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -5/+5 |
| 2021-10-02 | Auto merge of #89345 - jackh726:89333, r=estebank | bors | -16/+16 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -9/+16 |
| 2021-10-01 | Don't lose binders when printing trait bound suggestion | jackh726 | -16/+16 |
| 2021-09-30 | Elaborate predicates in min_specialization checks | Matthew Jasper | -1/+3 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -6/+14 |
| 2021-09-28 | More tracing instrumentation | Oli Scherer | -17/+17 |
| 2021-09-27 | Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakis | bors | -8/+8 |
| 2021-09-26 | Don't normalize opaque types with escaping late-bound regions. | jackh726 | -8/+8 |