| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-07-16 | add regression test for #71169 | Bastian Kauschke | -0/+27 |
| 2020-07-16 | add regression test for #70586 | Bastian Kauschke | -0/+33 |
| 2020-07-16 | add regression test for #70217 | Bastian Kauschke | -0/+16 |
| 2020-07-16 | add regression test for #68596 | Bastian Kauschke | -0/+18 |
| 2020-07-16 | add regression tests for #67144 | Bastian Kauschke | -0/+50 |
| 2020-07-16 | bless ui tests | Bastian Kauschke | -2/+7 |
| 2020-07-16 | update help message | Bastian Kauschke | -7/+7 |
| 2020-07-16 | don't supply generics to AnonConsts in param lists | Bastian Kauschke | -32/+12 |
| 2020-07-16 | add self dependent const param test | Bastian Kauschke | -1/+24 |
| 2020-07-16 | forbid generic params in the type of const params | Bastian Kauschke | -25/+94 |
| 2020-07-15 | update test | Bastian Kauschke | -2/+4 |
| 2020-07-15 | add const generic tests | Bastian Kauschke | -0/+333 |
| 2020-07-14 | Suggest boxing or borrowing unsized fields | Esteban Küber | -2/+2 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -13/+21 |
| 2020-07-05 | Fix copypaste in test into-iter-impls-length-33 (const generic 32 -> 33) | Roman Proskuryakov | -7/+7 |
| 2020-07-05 | Remove the usage of the LengthAtMost32 trait | Roman Proskuryakov | -542/+181 |
| 2020-07-04 | add `lazy_normalization_consts` feature gate | Bastian Kauschke | -0/+0 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -13/+21 |
| 2020-06-30 | remove duplicate tests | Bastian Kauschke | -38/+0 |
| 2020-06-28 | Add test for issue-72352 | Yuki Okushi | -0/+29 |
| 2020-06-28 | Add test for issue-71611 | Yuki Okushi | -0/+17 |
| 2020-06-28 | Add test for issue-71382 | Yuki Okushi | -0/+32 |
| 2020-06-27 | Add test for issue-71381 | Yuki Okushi | -0/+47 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -20/+20 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -66/+56 |
| 2020-06-23 | Rollup merge of #72271 - rakshith-ravi:master, r=varkor | Manish Goregaokar | -0/+1 |