| .. |
|
apit-with-const-param.rs
|
Add a regression test for const parameters with impl Trait
|
2019-05-30 00:21:04 +01:00 |
|
apit-with-const-param.stderr
|
Add a regression test for const parameters with impl Trait
|
2019-05-30 00:21:04 +01:00 |
|
broken-mir-1.rs
|
Add broken MIR regression tests
|
2019-05-28 21:35:20 +01:00 |
|
broken-mir-1.stderr
|
Add broken MIR regression tests
|
2019-05-28 21:35:20 +01:00 |
|
broken-mir-2.rs
|
Update tests after pretty printing
|
2019-05-28 21:35:20 +01:00 |
|
broken-mir-2.stderr
|
Update tests after pretty printing
|
2019-05-28 21:35:20 +01:00 |
|
cannot-infer-const-args.rs
|
|
|
|
cannot-infer-const-args.stderr
|
Fix rebase fallout
|
2019-05-25 10:07:02 +02:00 |
|
cannot-infer-type-for-const-param.rs
|
Fix ICE with struct ctors and const generics.
|
2019-05-29 08:30:07 +01:00 |
|
cannot-infer-type-for-const-param.stderr
|
Fix ICE with struct ctors and const generics.
|
2019-05-29 08:30:07 +01:00 |
|
concrete-const-as-fn-arg.rs
|
|
|
|
concrete-const-as-fn-arg.stderr
|
|
|
|
concrete-const-impl-method.rs
|
|
|
|
concrete-const-impl-method.stderr
|
|
|
|
condition-in-trait-const-arg.rs
|
Allow true and false in const generic arguments
|
2019-06-03 09:59:45 +01:00 |
|
condition-in-trait-const-arg.stderr
|
Add test for condition in trait const param
|
2019-05-31 20:49:19 +01:00 |
|
const-arg-in-fn.rs
|
|
|
|
const-arg-in-fn.stderr
|
|
|
|
const-expression-parameter.rs
|
|
|
|
const-expression-parameter.stderr
|
|
|
|
const-fn-with-const-param.rs
|
|
|
|
const-fn-with-const-param.stderr
|
|
|
|
const-generic-array-wrapper.rs
|
Add regression test for const generics ICE
|
2019-05-30 19:55:43 +01:00 |
|
const-generic-array-wrapper.stderr
|
Add regression test for const generics ICE
|
2019-05-30 19:55:43 +01:00 |
|
const-param-before-other-params.rs
|
|
|
|
const-param-before-other-params.stderr
|
|
|
|
const-param-from-outer-fn.rs
|
|
|
|
const-param-from-outer-fn.stderr
|
|
|
|
const-param-in-trait-ungated.rs
|
|
|
|
const-param-in-trait-ungated.stderr
|
|
|
|
const-param-in-trait.rs
|
|
|
|
const-param-in-trait.stderr
|
|
|
|
const-param-type-depends-on-type-param-ungated.rs
|
|
|
|
const-param-type-depends-on-type-param-ungated.stderr
|
|
|
|
const-param-type-depends-on-type-param.rs
|
|
|
|
const-param-type-depends-on-type-param.stderr
|
|
|
|
const-parameter-uppercase-lint.rs
|
|
|
|
const-parameter-uppercase-lint.stderr
|
|
|
|
const-types.rs
|
|
|
|
const-types.stderr
|
|
|
|
fn-taking-const-generic-array.rs
|
Add a test for a function taking a const param array as an argument
|
2019-05-28 21:34:42 +01:00 |
|
fn-taking-const-generic-array.stderr
|
Add a test for a function taking a const param array as an argument
|
2019-05-28 21:34:42 +01:00 |
|
impl-const-generic-struct.rs
|
Add test for const impl
|
2019-05-11 00:08:40 +01:00 |
|
impl-const-generic-struct.stderr
|
Add test for const impl
|
2019-05-11 00:08:40 +01:00 |
|
incorrect-number-of-const-args.rs
|
|
|
|
incorrect-number-of-const-args.stderr
|
|
|
|
invalid-const-arg-for-type-param.rs
|
Add a test for invalid const arguments
|
2019-05-10 20:53:35 +01:00 |
|
invalid-const-arg-for-type-param.stderr
|
Add a test for invalid const arguments
|
2019-05-10 20:53:35 +01:00 |
|
invalid-constant-in-args.rs
|
|
|
|
invalid-constant-in-args.stderr
|
|
|
|
issue-60263.rs
|
|
|
|
issue-60263.stderr
|
|
|
|
issue-60818-struct-constructors.rs
|
Fix ICE with struct ctors and const generics.
|
2019-05-29 08:30:07 +01:00 |
|
issue-60818-struct-constructors.stderr
|
Fix ICE with struct ctors and const generics.
|
2019-05-29 08:30:07 +01:00 |
|
issue-61422.rs
|
Add regression test for #61422
|
2019-06-02 01:55:46 +01:00 |
|
issue-61422.stderr
|
Add regression test for #61422
|
2019-06-02 01:55:46 +01:00 |
|
mut-ref-const-param-array.rs
|
Fix unwrapping usize issue in HasMutInterior
|
2019-05-31 01:19:59 +01:00 |
|
mut-ref-const-param-array.stderr
|
Fix unwrapping usize issue in HasMutInterior
|
2019-05-31 01:19:59 +01:00 |
|
struct-with-invalid-const-param.rs
|
|
|
|
struct-with-invalid-const-param.stderr
|
|
|
|
transparent-maybeunit-array-wrapper.rs
|
Fix unwrapping usize issue with transparent MaybeUnit array wrapper
|
2019-06-02 01:50:06 +01:00 |
|
transparent-maybeunit-array-wrapper.stderr
|
Fix unwrapping usize issue with transparent MaybeUnit array wrapper
|
2019-06-02 01:50:06 +01:00 |
|
uninferred-consts-during-codegen-1.rs
|
Use assert_eq! instead of println! in tests
|
2019-05-28 21:35:20 +01:00 |
|
uninferred-consts-during-codegen-1.stderr
|
Add tests for uninferred consts during codegen
|
2019-05-28 21:34:42 +01:00 |
|
uninferred-consts-during-codegen-2.rs
|
Use assert_eq! instead of println! in tests
|
2019-05-28 21:35:20 +01:00 |
|
uninferred-consts-during-codegen-2.stderr
|
Add tests for uninferred consts during codegen
|
2019-05-28 21:34:42 +01:00 |
|
unused-const-param.rs
|
|
|
|
unused-const-param.stderr
|
|
|