| Age | Commit message (Expand) | Author | Lines |
| 2020-08-18 | change const param ty warning message | Bastian Kauschke | -77/+57 |
| 2020-08-18 | run wfcheck in parralel again, add test for 74950 | Bastian Kauschke | -11/+73 |
| 2020-08-18 | move const param structural match checks to wfcheck | Bastian Kauschke | -311/+40 |
| 2020-08-13 | Auto merge of #75322 - JulianKnodt:revisions, r=lcnr | bors | -853/+1325 |
| 2020-08-12 | Flip order of const & type | kadmin | -1/+1 |
| 2020-08-12 | Update stderr files | kadmin | -960/+85 |
| 2020-08-12 | Add missing tests in root const-gen dir | kadmin | -102/+1182 |
| 2020-08-12 | Add a bunch of revisions | kadmin | -38/+305 |
| 2020-08-11 | Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obk | Yuki Okushi | -1/+1 |
| 2020-08-10 | Auto merge of #74005 - estebank:type-ascription-redux, r=petrochenkov | bors | -4/+1 |
| 2020-08-10 | Do not suggest similarly named enclosing item | Esteban Küber | -4/+1 |
| 2020-08-10 | unused_delims: trim expr | Bastian Kauschke | -1/+1 |
| 2020-08-10 | Convert `Eq` impl to check Ord::Equal | kadmin | -1/+1 |
| 2020-08-09 | Change Ord impl for ParamKindOrd | kadmin | -46/+47 |
| 2020-08-09 | Test lifetimes after types after consts forbidden | kadmin | -4/+41 |
| 2020-08-09 | Added +1 test for only works w/ feat const gen | kadmin | -1/+54 |
| 2020-08-08 | Rm restriction on ord of default types w/ consts | kadmin | -37/+18 |
| 2020-08-08 | Auto merge of #74877 - lcnr:min_const_generics, r=oli-obk | bors | -58/+313 |
| 2020-08-07 | test min_const_generics using revisions | Bastian Kauschke | -52/+154 |
| 2020-08-06 | allow complex expressions in assoc consts | Bastian Kauschke | -17/+19 |
| 2020-08-05 | Auto merge of #75166 - JulianKnodt:i64494, r=lcnr | bors | -0/+37 |
| 2020-08-05 | impl review | Bastian Kauschke | -8/+12 |
| 2020-08-05 | forbid complex types for generic parameters | Bastian Kauschke | -0/+52 |
| 2020-08-05 | forbid generic params in complex consts | Bastian Kauschke | -0/+95 |
| 2020-08-04 | Add regression test | kadmin | -0/+37 |
| 2020-08-04 | Add regression test | kadmin | -0/+74 |
| 2020-07-31 | Removed error check in order to prevent ICE | kadmin | -0/+177 |
| 2020-07-29 | Rollup merge of #74671 - rust-lang:const-generics-coerce-unsized, r=nikomatsakis | Yuki Okushi | -0/+11 |
| 2020-07-27 | update tests | Bastian Kauschke | -1/+10 |
| 2020-07-27 | forbid generic params inside of anon consts in ty defaults | Bastian Kauschke | -0/+33 |
| 2020-07-26 | Add test for issue-56445 | Yuki Okushi | -0/+32 |
| 2020-07-26 | Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay | bors | -542/+181 |
| 2020-07-24 | Auto merge of #74676 - lcnr:generics-no-sort, r=varkor | bors | -2/+34 |
| 2020-07-23 | test usage | Bastian Kauschke | -2/+15 |
| 2020-07-23 | add more complex param order test | Bastian Kauschke | -1/+20 |
| 2020-07-23 | add const generics | Bastian Kauschke | -0/+11 |
| 2020-07-23 | tweak wording | Bastian Kauschke | -1/+1 |
| 2020-07-22 | require type defaults to be after const generic parameters | Bastian Kauschke | -0/+27 |
| 2020-07-19 | Add test for an explicit non-'static lifetime in a const argument | Gabriel Smith | -0/+28 |
| 2020-07-18 | Rollup merge of #74445 - lcnr:const-generic-ty-decl, r=Dylan-DPC | Manish Goregaokar | -0/+48 |
| 2020-07-17 | add test for #62878 | Bastian Kauschke | -0/+48 |
| 2020-07-17 | Add regression test for #69414 | Alex Macleod | -2/+5 |
| 2020-07-16 | Rollup merge of #74392 - lcnr:const-generics-update, r=varkor | Manish Goregaokar | -0/+273 |
| 2020-07-16 | add regression test for #74255 | Bastian Kauschke | -0/+18 |
| 2020-07-16 | add regression test for #73730 | Bastian Kauschke | -0/+17 |
| 2020-07-16 | add regression test for #73508 | Bastian Kauschke | -0/+23 |
| 2020-07-16 | add regression test for #73491 | Bastian Kauschke | -0/+9 |
| 2020-07-16 | add regression test for #73120 | Bastian Kauschke | -0/+22 |
| 2020-07-16 | add regression test for #71805 | Bastian Kauschke | -0/+41 |
| 2020-07-16 | add regression test for #71348 | Bastian Kauschke | -0/+35 |