| Age | Commit message (Expand) | Author | Lines |
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -8/+12 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -1/+1 |
| 2021-01-01 | update `min_const_generics` tests using default values for const params | Rémy Rakic | -8/+12 |
| 2020-12-31 | Rollup merge of #80551 - lcnr:const-arg-wildcard, r=varkor | Dylan DPC | -0/+76 |
| 2020-12-31 | Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkor | Dylan DPC | -10/+10 |
| 2020-12-31 | support pattern as const parents in type_of | Bastian Kauschke | -0/+76 |
| 2020-12-30 | Take type defaults into account in suggestions to reorder generic parameters | max-heller | -10/+10 |
| 2020-12-30 | Add regression test for #80062 | LeSeulArtichaut | -0/+21 |
| 2020-12-27 | Add regression test for #80375 | LeSeulArtichaut | -0/+15 |
| 2020-12-26 | update tests | Bastian Kauschke | -661/+423 |
| 2020-12-26 | delete no longer relevant tests | Bastian Kauschke | -72/+0 |
| 2020-12-20 | Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obk | bors | -0/+32 |
| 2020-12-05 | Const parameters can not be inferred with `_` | Ethan Brierley | -0/+21 |
| 2020-12-02 | const_evaluatable_checked: fix occurs check | Bastian Kauschke | -0/+32 |
| 2020-12-02 | add comment and bless some tests | Vishnunarayan K I | -10/+2 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -17/+17 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -5/+5 |
| 2020-11-26 | Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkor | Jonas Schievink | -3/+83 |
| 2020-11-24 | Swap note for help | mendess | -111/+111 |
| 2020-11-24 | Requested changes | mendess | -40/+58 |
| 2020-11-24 | Add note to use nightly when using expr in const generics | mendess | -0/+40 |
| 2020-11-21 | Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu | bors | -4/+6 |
| 2020-11-18 | Use `Cell` instead of `Vec` in const-generics test | Tim Diekmann | -4/+6 |
| 2020-11-18 | Suggest turbofish for uninferred const argument | Justus K | -3/+83 |
| 2020-11-18 | Add tests for multi-segment paths in const generic arguments | varkor | -12/+49 |
| 2020-11-18 | Permit standalone generic parameters as const generic arguments in macros | varkor | -25/+3 |
| 2020-11-17 | extend macro braces test | Bastian Kauschke | -2/+44 |
| 2020-11-16 | Rollup merge of #79032 - lcnr:arg-count, r=varkor | Mara Bos | -141/+95 |
| 2020-11-16 | improve error message for const ty param mismatch | Bastian Kauschke | -141/+95 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -19/+4 |
| 2020-11-13 | lessen restriction in `check_kind_count` | Bastian Kauschke | -4/+4 |
| 2020-11-13 | Rollup merge of #78996 - lcnr:cg-promotion, r=RalfJung | Guillaume Gomez | -0/+11 |
| 2020-11-12 | Rollup merge of #78987 - lcnr:integer-sizes, r=varkor | Mara Bos | -5/+94 |
| 2020-11-12 | cg: add explicit test for const param promotion | Bastian Kauschke | -0/+11 |
| 2020-11-12 | check mir exists before validation; fix tests | Vishnunarayan K I | -19/+4 |
| 2020-11-12 | extend min_const_generics param ty tests | Bastian Kauschke | -5/+94 |
| 2020-11-12 | Rollup merge of #78960 - ethanboxx:const-gen-test-default-error, r=lcnr | Guillaume Gomez | -0/+28 |
| 2020-11-12 | Rollup merge of #78916 - lcnr:const-generics-tests, r=varkor | Guillaume Gomez | -0/+954 |
| 2020-11-11 | default_trait_param | Ethan Brierley | -0/+14 |
| 2020-11-11 | Add test `default_function_param` | Ethan Brierley | -0/+14 |
| 2020-11-11 | Rollup merge of #78832 - lcnr:const-evaluatable-unevaluated, r=oli-obk | Jonas Schievink | -0/+61 |
| 2020-11-10 | add cross crate test | Bastian Kauschke | -0/+47 |
| 2020-11-10 | add test for where clauses mentioning const params | Bastian Kauschke | -0/+35 |
| 2020-11-10 | const param in async | Bastian Kauschke | -0/+35 |
| 2020-11-10 | try referencing outer params | Bastian Kauschke | -0/+247 |
| 2020-11-10 | exhaustively enumerate all values of a const param | Bastian Kauschke | -0/+310 |
| 2020-11-10 | add associated type bounds test | Bastian Kauschke | -0/+71 |
| 2020-11-10 | add macro_rules test regarding braces | Bastian Kauschke | -0/+149 |
| 2020-11-10 | Add macro test for min-const-generics | kadmin | -0/+212 |
| 2020-11-10 | add generic param mismatch test | Bastian Kauschke | -0/+38 |