| Age | Commit message (Expand) | Author | Lines |
| 2022-02-12 | Rebased and improved errors | Deadbeef | -4/+20 |
| 2022-01-18 | Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnr | Matthias Krüger | -0/+12 |
| 2022-01-17 | add and update tests | b-naber | -0/+12 |
| 2022-01-14 | fix bug | Ellen | -11/+3 |
| 2021-12-10 | Rollup merge of #91678 - b-naber:tests-for-postpone-const-eval, r=jackh726 | Matthias Krüger | -0/+387 |
| 2021-12-08 | add tests | b-naber | -0/+387 |
| 2021-12-08 | Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obk | Matthias Krüger | -0/+61 |
| 2021-12-05 | Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnr | Matthias Krüger | -0/+22 |
| 2021-12-05 | add test and bless existing ones | b-naber | -0/+61 |
| 2021-12-05 | add test | b-naber | -0/+22 |
| 2021-12-05 | Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakis | Matthias Krüger | -0/+201 |
| 2021-11-14 | Fix span for non-satisfied trivial trait bounds | Nilstrieb | -41/+28 |
| 2021-11-07 | consider unevaluated consts in extract_inference_diagnostics_data | b-naber | -13/+2 |
| 2021-11-05 | add tests | b-naber | -0/+212 |
| 2021-10-30 | Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnr | Matthias Krüger | -0/+47 |
| 2021-10-29 | ignore type flags insertion in default_anon_const_substs if error occurred | b-naber | -0/+47 |
| 2021-10-29 | add test | b-naber | -0/+20 |
| 2021-10-25 | Rollup merge of #90266 - b-naber:uneval_substs, r=lcnr | Matthias Krüger | -0/+16 |
| 2021-10-25 | add tests | b-naber | -0/+16 |
| 2021-10-12 | Bless tests | Dominik Stolz | -25/+5 |
| 2021-10-05 | Rollup merge of #89317 - JulianKnodt:precise_errors, r=BoxyUwU | Manish Goregaokar | -2/+3 |
| 2021-10-04 | Move generic error message to separate branches | kadmin | -2/+3 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -1/+1 |
| 2021-09-17 | Apply review comments | Yuki Okushi | -4/+6 |
| 2021-09-17 | Recover invalid assoc type bounds using `==` | Yuki Okushi | -0/+40 |
| 2021-09-16 | fix rebase | Esteban Kuber | -1/+3 |
| 2021-09-09 | bless stderr | Ellen | -5/+4 |
| 2021-09-02 | tidy | Ellen | -2/+2 |
| 2021-09-02 | E-not-needs-test | Ellen | -0/+153 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -34/+34 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1690/+169 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -33/+33 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -58/+82 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -29/+5 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -1/+1 |
| 2021-07-25 | Add generic arg infer | kadmin | -7/+7 |
| 2021-07-19 | move const-generic issues into seperate directory | Marcel Hellwig | -0/+641 |
| 2021-07-19 | add testcase for 87076 | Marcel Hellwig | -0/+20 |
| 2021-07-03 | Fix const-generics ICE related to binding | Yuki Okushi | -0/+142 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -2/+2 |
| 2021-05-25 | Auto merge of #85481 - lcnr:const-equate, r=matthewjasper | bors | -2/+12 |
| 2021-05-19 | deal with `const_evaluatable_checked` in `ConstEquate` | lcnr | -2/+12 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -2/+2 |
| 2021-05-01 | Auto merge of #84410 - BoxyUwU:blue, r=varkor | bors | -0/+39 |
| 2021-05-01 | test: *sneezes* | Ellen | -0/+39 |
| 2021-04-27 | Rename a test for consistency | Yuki Okushi | -0/+0 |
| 2021-04-27 | Add a regression test for issue-84408 | Yuki Okushi | -0/+38 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -1/+1 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -8/+8 |
| 2021-03-27 | Rollup merge of #81351 - lcnr:big-money-big-prices, r=oli-obk | Dylan DPC | -3/+32 |