| Age | Commit message (Expand) | Author | Lines |
| 2022-04-04 | Remove hack, fix fmt and tests | Esteban Kuber | -3/+3 |
| 2022-04-04 | Refer to the TraitRef::identity in the message to be clearer | Esteban Kuber | -3/+3 |
| 2022-04-04 | Dedup logic and improve output for other types that impl trait | Esteban Kuber | -23/+23 |
| 2022-04-04 | Fix list length | Esteban Kuber | -0/+4 |
| 2022-04-04 | Fix #90970, doesn't address #87437 | Esteban Kuber | -0/+1 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -17/+9 |
| 2022-04-04 | diagnostics: use correct span for const generics | Michael Howell | -21/+21 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -13/+60 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -12/+12 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -189/+114 |
| 2022-03-22 | fix previous failures and address review | b-naber | -58/+70 |
| 2022-03-22 | cancel a not emitted error after parsing const generic args | Takayuki Maeda | -0/+13 |
| 2022-03-21 | add/update tests | b-naber | -137/+50 |
| 2022-03-17 | Rollup merge of #94731 - TaKO8Ki:const-generic-expr-recovery, r=davidtwco,oli... | Dylan DPC | -0/+75 |
| 2022-03-10 | Rollup merge of #94440 - compiler-errors:issue-94282, r=lcnr | Matthias Krüger | -0/+45 |
| 2022-03-09 | suggest enabling generic_const_exprs feature if const is unevaluatable | Michael Goulet | -0/+45 |
| 2022-03-08 | suggest adding `{ .. }` around a const function with arguments | Takayuki Maeda | -0/+75 |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -2/+2 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -1/+1 |
| 2022-02-28 | Rollup merge of #93389 - cameron1024:issue-90847-regression, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2022-02-25 | Suggest {} around more bad const generic exprs | Michael Goulet | -0/+81 |
| 2022-02-20 | Gracefully handle non-UTF-8 string slices when pretty printing | Tomasz Miąsko | -16/+0 |
| 2022-02-16 | allow special behavior when printing const infer | lcnr | -4/+4 |
| 2022-02-14 | Make `find_similar_impl_candidates` a little fuzzier. | Ben Reeves | -0/+2 |
| 2022-02-12 | Rebless | Deadbeef | -2/+5 |
| 2022-02-12 | Rebased and improved errors | Deadbeef | -4/+20 |
| 2022-02-12 | bless you | Deadbeef | -3/+7 |
| 2022-02-11 | fix tests, add new tests checking borrowck CFTE ICE | Michael Goulet | -0/+15 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -12/+12 |
| 2022-02-10 | fix min_const_generics oversight | lcnr | -0/+29 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -12/+12 |
| 2022-02-05 | resolve lifetimes for const generic defaults | Michael Goulet | -0/+36 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -12/+12 |
| 2022-01-31 | regression test for issue 90847 | cameron | -0/+9 |
| 2022-01-30 | Bless all pretty printer tests and ui tests | David Tolnay | -1/+1 |
| 2022-01-20 | Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwU | Matthias Krüger | -21/+180 |
| 2022-01-18 | Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnr | Matthias Krüger | -4/+40 |
| 2022-01-18 | generic_arg_infer: placeholder in signature err | lcnr | -21/+180 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -16/+52 |
| 2022-01-18 | Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnr | Matthias Krüger | -0/+27 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -4/+24 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -16/+32 |
| 2022-01-17 | add and update tests | b-naber | -4/+40 |
| 2022-01-17 | Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r... | Matthias Krüger | -12/+12 |
| 2022-01-13 | Fix suggesting turbofish with lifetime arguments | Michael Goulet | -12/+12 |
| 2022-01-14 | fix bug | Ellen | -11/+15 |
| 2022-01-12 | Add new tests, fix up old tests | Michael Goulet | -0/+27 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -0/+80 |
| 2021-12-27 | Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkov | Matthias Krüger | -39/+3 |
| 2021-12-27 | relax priv-in-pub lint on generic bounds and where clauses in trait impls | Jack Wrenn | -39/+3 |