| Age | Commit message (Expand) | Author | Lines |
| 2022-06-13 | Revert "Check that closures satisfy their where bounds" | Oli Scherer | -20/+7 |
| 2022-06-07 | Remove arg_matrix.rs, bless tests | Michael Goulet | -21/+10 |
| 2022-05-13 | Check that closures satisfy their where bounds | Oli Scherer | -7/+20 |
| 2022-05-11 | Gracefully fail to resolve associated items instead of `delay_span_bug`. | Camille GILLOT | -5/+33 |
| 2022-05-11 | Rollup merge of #96717 - BoxyUwU:gats_const_param_types_mismatch_err, r=lcnr | Yuki Okushi | -15/+124 |
| 2022-05-08 | Rollup merge of #96830 - JohnTitor:issue-96654, r=compiler-errors | Matthias Krüger | -1/+16 |
| 2022-05-08 | Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebank | bors | -29/+0 |
| 2022-05-08 | Correct the issue number of a test | Yuki Okushi | -1/+1 |
| 2022-05-08 | Add regression test for #96654 | Yuki Okushi | -0/+15 |
| 2022-05-06 | Remove previously deleted test files | Jack Huey | -29/+0 |
| 2022-05-07 | Make the test `check-pass` not to produce a JSON file | Yuki Okushi | -1/+1 |
| 2022-05-06 | wording tweaks | Ellen | -15/+15 |
| 2022-05-05 | make `compare_generic_param_kinds` errors consistent | Ellen | -39/+84 |
| 2022-05-05 | exit out of `compare_number_of_generics` early | Ellen | -29/+16 |
| 2022-05-05 | handle mismatched generic parameter kinds | Ellen | -0/+77 |
| 2022-05-01 | Enable full revision in const generics ui tests | Alex Macleod | -71/+291 |
| 2022-04-30 | Auto merge of #95776 - cjgillot:ast-lifetimes-static, r=petrochenkov | bors | -68/+236 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -67/+225 |
| 2022-04-29 | Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebank | bors | -6/+6 |
| 2022-04-29 | Bless tests. | Camille GILLOT | -1/+11 |
| 2022-04-28 | Revert diagnostic duplication and accidental stabilization | Oli Scherer | -49/+3 |
| 2022-04-28 | Update the diagnostic message to match the new span | Oli Scherer | -2/+2 |
| 2022-04-28 | Check that repeat expression elements are Copy (ignoring lifetimes) in typeck... | Oli Scherer | -4/+4 |
| 2022-04-17 | show suggestion to replace generic bounds with associated types in more cases | Robin Appelman | -1/+1 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -10/+50 |
| 2022-04-12 | Rollup merge of #95820 - OliverMD:95150, r=lcnr | fee1-dead | -20/+4 |
| 2022-04-11 | simplify const params diagnostic on stable | Oliver Downard | -20/+4 |
| 2022-04-09 | Bless tests. | Camille GILLOT | -0/+3 |
| 2022-04-05 | Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwco | Dylan DPC | -21/+21 |
| 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 |