| Age | Commit message (Expand) | Author | Lines |
| 2021-06-12 | Rollup merge of #86205 - JohnTitor:full-test-for-72293, r=oli-obk | Yuki Okushi | -11/+17 |
| 2021-06-12 | Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obk | Yuki Okushi | -12/+40 |
| 2021-06-11 | Run full const-generics test for issue-72293 | Yuki Okushi | -11/+17 |
| 2021-06-07 | note :sparkles: uwuuu | Ellen | -8/+13 |
| 2021-06-06 | Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se | Yuki Okushi | -14/+14 |
| 2021-06-02 | Replace IntoIter::new with IntoIterator::into_iter in std | Muhammad Mominul Huque | -14/+14 |
| 2021-06-01 | Add test for forward declared const param defaults | Ellen | -0/+42 |
| 2021-05-29 | Fix missing note on type mismatch error diagnostics | Ellen | -4/+14 |
| 2021-05-29 | Make lifetime ordering error pretty print const param defaults | Ellen | -2/+15 |
| 2021-05-28 | const eval errors: display the current item instance if there are generics in... | Rémy Rakic | -8/+9 |
| 2021-05-25 | Auto merge of #85481 - lcnr:const-equate, r=matthewjasper | bors | -3/+46 |
| 2021-05-19 | deal with `const_evaluatable_checked` in `ConstEquate` | lcnr | -3/+46 |
| 2021-05-18 | Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnr | Ralf Jung | -9/+2 |
| 2021-05-13 | wow | Ellen | -2/+2 |
| 2021-05-13 | completion uwu | Ellen | -7/+0 |
| 2021-05-13 | Auto merge of #85041 - mibac138:suggest-generics, r=estebank | bors | -2/+20 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -7/+7 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -31/+31 |
| 2021-05-07 | Fix impl type parameter suggestion involving consts | mibac138 | -2/+2 |
| 2021-05-05 | Suggest adding a type parameter for impls | mibac138 | -2/+20 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -10/+13 |
| 2021-05-03 | Rollup merge of #84784 - JulianKnodt:suggest_const, r=lcnr | Dylan DPC | -0/+24 |
| 2021-05-01 | Add help message for unused type param | kadmin | -0/+24 |
| 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-21 | supply substs to anon consts in defaults | lcnr | -49/+37 |
| 2021-04-21 | improve wf check for const param defaults | lcnr | -5/+54 |
| 2021-04-21 | loosen ordering restricts for `const_generics_defaults` | lcnr | -76/+132 |
| 2021-04-21 | fix name resolution for param defaults | lcnr | -13/+84 |
| 2021-04-16 | Fix tests | Ryan Levick | -10/+13 |
| 2021-04-12 | Fix typo in error message | Camelid | -3/+6 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -1/+1 |
| 2021-04-02 | Auto merge of #83790 - Dylan-DPC:rollup-p6ep8jo, r=Dylan-DPC | bors | -11/+11 |
| 2021-03-31 | Add 32bit.stderr files. | Hameer Abbasi | -0/+72 |
| 2021-03-31 | Rename stderr->64bit.stderr where needed. | Hameer Abbasi | -8/+9 |
| 2021-03-31 | Add allocation information to undefined behaviour errors. | Hameer Abbasi | -0/+12 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -11/+11 |
| 2021-03-29 | Prefer 4 spaces | JohnTitor | -52/+52 |
| 2021-03-29 | Add a regression test for issue-82792 | JohnTitor | -0/+14 |
| 2021-03-27 | Rollup merge of #81351 - lcnr:big-money-big-prices, r=oli-obk | Dylan DPC | -9/+85 |
| 2021-03-27 | update tests | lcnr | -8/+8 |
| 2021-03-27 | combine: stop eagerly evaluating consts | Bastian Kauschke | -9/+85 |
| 2021-03-27 | Add regression tests for #56445 | Simon Jakobi | -3/+48 |
| 2021-03-23 | Update to not have extra match | kadmin | -0/+75 |
| 2021-03-23 | Update with comments | kadmin | -3/+33 |
| 2021-03-23 | Update with comments | kadmin | -0/+53 |
| 2021-03-23 | Add query for const_param_default | kadmin | -0/+56 |
| 2021-03-23 | progress, stuff compiles now | lcnr | -16/+33 |