| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -5/+5 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -4/+4 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -4/+4 |
| 2022-03-28 | Also use the RPIT back compat hack in trait projection | Oli Scherer | -4/+15 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -41/+0 |
| 2022-03-28 | Don't bind hidden types when searching for matching impls | Oli Scherer | -0/+1 |
| 2022-03-28 | Fail more aggressively | Oli Scherer | -4/+5 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -26/+102 |
| 2022-03-27 | Make fatal DiagnosticBuilder yield never | Michael Goulet | -2/+1 |
| 2022-03-28 | Auto merge of #95333 - GuillaumeGomez:auto-trait-perf-issue, r=oli-obk | bors | -28/+22 |
| 2022-03-27 | Rollup merge of #93469 - compiler-errors:issue-93450, r=estebank | Dylan DPC | -1/+1 |
| 2022-03-27 | Remove SelectionContext::allow_negative_impls field | Guillaume Gomez | -26/+2 |
| 2022-03-26 | Fix perf issue for auto trait selection | Guillaume Gomez | -2/+20 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -53/+41 |
| 2022-03-25 | Auto merge of #95280 - InfRandomness:infrandomness/Dtorck_clarification, r=ol... | bors | -1/+1 |
| 2022-03-25 | Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis | bors | -61/+66 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -80/+124 |
| 2022-03-25 | Rollup merge of #94391 - light4:issue-90319, r=estebank | Dylan DPC | -12/+25 |
| 2022-03-24 | Implement impl_subject_and_oblig instead of repeating the impls | Santiago Pastorino | -74/+26 |
| 2022-03-24 | Where bounds are checked on inherent impls | Santiago Pastorino | -2/+36 |
| 2022-03-24 | Swap DtorckConstraint to DropckConstraint | InfRandomness | -1/+1 |
| 2022-03-25 | Fix ice when error reporting recursion errors | lightning1141 | -12/+25 |
| 2022-03-24 | Normalize both trait and inherent | Santiago Pastorino | -16/+9 |
| 2022-03-24 | Extract impl_subject_and_oglibations fn and make equate receive subjects | Santiago Pastorino | -43/+42 |
| 2022-03-24 | Auto merge of #94876 - b-naber:thir-abstract-const-changes, r=lcnr | bors | -13/+84 |
| 2022-03-24 | Auto merge of #91030 - estebank:trait-bounds-are-tricky-2, r=oli-obk | bors | -88/+145 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -88/+145 |
| 2022-03-23 | Rollup merge of #95069 - GuillaumeGomez:auto-traits-rustdoc, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-03-23 | Rollup merge of #94249 - compiler-errors:better-copy-errors, r=davidtwco | Matthias Krüger | -2/+2 |
| 2022-03-23 | dont use a query for lit_to_constant | b-naber | -1/+1 |
| 2022-03-23 | use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_... | b-naber | -12/+17 |
| 2022-03-23 | move ExprKind::Repeat arm to expr_is_poly | b-naber | -10/+10 |
| 2022-03-23 | use ParamConst in ExprKind::ConstParam | b-naber | -2/+6 |
| 2022-03-23 | remove thir::Visitor::visit_const | b-naber | -8/+18 |
| 2022-03-23 | change thir to lazily create constants | b-naber | -8/+60 |
| 2022-03-22 | better errors when a Copy impl is not coherent | Michael Goulet | -2/+2 |
| 2022-03-22 | erase region in ParamEnvAnd and make ConstUnifyCtxt private | b-naber | -8/+4 |
| 2022-03-22 | dont canonicalize in try_unify_abstract_consts and erase regions instead | b-naber | -21/+12 |
| 2022-03-22 | impl_header -> impl_subject | Santiago Pastorino | -1/+1 |
| 2022-03-22 | fix previous failures and address review | b-naber | -99/+126 |
| 2022-03-21 | try to evaluate in try_unify | b-naber | -29/+59 |
| 2022-03-21 | Tidy up | Deadbeef | -4/+8 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -34/+70 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -53/+41 |
| 2022-03-20 | Extract ImplSubject information | Santiago Pastorino | -37/+38 |
| 2022-03-18 | Minor documentation type fixes h/t @pierwill | Santiago Pastorino | -2/+2 |
| 2022-03-18 | Extract obligations_satisfiable fn | Santiago Pastorino | -42/+44 |
| 2022-03-18 | Fix inherent impls on negative coherence | Santiago Pastorino | -43/+67 |
| 2022-03-18 | Fix incorrect auto trait displayed in rustdoc | Guillaume Gomez | -2/+2 |