| Age | Commit message (Expand) | Author | Lines |
| 2021-03-23 | Update with comments | kadmin | -3/+33 |
| 2021-03-23 | Add query for const_param_default | kadmin | -0/+14 |
| 2021-03-23 | progress, stuff compiles now | lcnr | -6/+5 |
| 2021-03-23 | Some refactoring | varkor | -12/+10 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -2/+3 |
| 2021-01-05 | fixed const_generics error help | Jake Vossen | -9/+9 |
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -8/+12 |
| 2021-01-01 | update `min_const_generics` tests using default values for const params | Rémy Rakic | -8/+12 |
| 2020-12-26 | update tests | Bastian Kauschke | -104/+73 |
| 2020-12-26 | delete no longer relevant tests | Bastian Kauschke | -16/+0 |
| 2020-12-05 | Const parameters can not be inferred with `_` | Ethan Brierley | -0/+19 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -5/+5 |
| 2020-11-24 | Swap note for help | mendess | -17/+17 |
| 2020-11-24 | Requested changes | mendess | -4/+8 |
| 2020-11-24 | Add note to use nightly when using expr in const generics | mendess | -0/+4 |
| 2020-11-16 | improve error message for const ty param mismatch | Bastian Kauschke | -71/+36 |
| 2020-11-12 | Rollup merge of #78987 - lcnr:integer-sizes, r=varkor | Mara Bos | -5/+43 |
| 2020-11-12 | extend min_const_generics param ty tests | Bastian Kauschke | -5/+43 |
| 2020-11-12 | Rollup merge of #78960 - ethanboxx:const-gen-test-default-error, r=lcnr | Guillaume Gomez | -0/+28 |
| 2020-11-11 | default_trait_param | Ethan Brierley | -0/+14 |
| 2020-11-11 | Add test `default_function_param` | Ethan Brierley | -0/+14 |
| 2020-11-10 | Add macro test for min-const-generics | kadmin | -0/+212 |
| 2020-10-29 | Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnr | Yuki Okushi | -12/+12 |
| 2020-10-29 | Rollup merge of #78428 - JulianKnodt:invalid_patterns, r=lcnr | Yuki Okushi | -0/+105 |
| 2020-10-29 | Rollup merge of #78224 - lcnr:repeat-expr, r=varkor | Yuki Okushi | -5/+124 |
| 2020-10-28 | Adjust turbofish help message for const generics | varkor | -12/+12 |
| 2020-10-28 | Rollup merge of #78391 - JulianKnodt:mc_test, r=lcnr | Dylan DPC | -0/+17 |
| 2020-10-27 | Add UI test for invalid values for bool & char | kadmin | -0/+105 |
| 2020-10-27 | Add const_fn in generics test | kadmin | -0/+17 |
| 2020-10-26 | Suggest expressions that look like const generic arguments should be enclosed... | varkor | -0/+401 |
| 2020-10-23 | add tests for self with const params | Bastian Kauschke | -6/+28 |
| 2020-10-22 | min_const_generics: allow ty param in repeat expr | Bastian Kauschke | -5/+102 |
| 2020-10-12 | Bless expected errors | Ethan Brierley | -14/+14 |
| 2020-10-11 | `min_const_generics` diagnostics improvements | Ethan Brierley | -19/+19 |
| 2020-10-05 | Rollup merge of #77439 - varkor:min_const_generics-tests, r=lcnr,estebank | Dylan DPC | -9/+51 |
| 2020-10-03 | Add `const_generics` test for `impl-trait-with-const-arguments` | varkor | -30/+0 |
| 2020-10-03 | Move tests | varkor | -625/+0 |
| 2020-10-03 | Add tests for `const_generics` | varkor | -21/+392 |
| 2020-10-03 | Replace "non trivial" with "non-trivial" | varkor | -29/+29 |
| 2020-10-02 | resolve: prohibit anon const non-static lifetimes | David Wood | -0/+48 |
| 2020-10-02 | Add various `min_const_generics` regression tests | varkor | -0/+296 |
| 2020-10-02 | Fix missing diagnostic span for `impl Trait` with const generics | varkor | -0/+30 |
| 2020-09-15 | This commit introduces the following changes: | Hameer Abbasi | -1/+1 |
| 2020-09-13 | review, improve note span | Bastian Kauschke | -12/+6 |
| 2020-09-13 | allow concrete self types in consts | Bastian Kauschke | -0/+90 |
| 2020-08-18 | change const param ty warning message | Bastian Kauschke | -11/+10 |
| 2020-08-06 | allow complex expressions in assoc consts | Bastian Kauschke | -17/+19 |
| 2020-08-05 | impl review | Bastian Kauschke | -2/+6 |
| 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 |