| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-05-20 | bless test output | Pietro Albini | -1/+1 | |
| 2019-05-20 | disable the ui/const-generics/cannot-infer-type-for-const-param.rs test | Pietro Albini | -0/+6 | |
| The test is failing on 1.35.0 stable but that's not important since the ICE happens only with the feature gate enabled, thus it doesn't affect stable. https://github.com/rust-lang/rust/pull/60710#issuecomment-493662676 | ||||
| 2019-05-20 | Add a test for failed inference of const types | varkor | -0/+26 | |
| 2019-05-20 | Add a test for invalid const arguments | varkor | -0/+34 | |
| 2019-03-22 | Fix ICE with const generic param in struct | varkor | -0/+21 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -5/+5 | |
| 2019-03-07 | Add a test for invalid const arguments | varkor | -0/+12 | |
| 2019-03-05 | Fix negative integer literal test | varkor | -19/+8 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2019-03-05 | Update const generics tests | varkor | -53/+30 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2019-02-16 | Add a test for const parameter uppercase lint | varkor | -0/+27 | |
| 2019-02-16 | Don't abort early when collecting const generics | varkor | -1/+8 | |
| 2019-02-07 | Add a test forbidding the use of const parameters in inner items | varkor | -0/+37 | |
| 2019-02-07 | Parse negative literals in const generic arguments | varkor | -0/+4 | |
| 2019-02-07 | Adjust generic const param resolution | varkor | -28/+0 | |
| 2019-02-07 | Adjust parser generic parameter errors | varkor | -0/+45 | |
| 2019-02-07 | Fix ast_validation printing of const generics | varkor | -2/+2 | |
| 2019-02-07 | Add test for const parameter before other generic parameters | varkor | -0/+39 | |
| 2019-02-07 | Add test for const parameter depending on type parameter | varkor | -0/+28 | |
| 2019-02-07 | Add test forbidding const parameters in const fn | varkor | -0/+36 | |
