| .. |
|
auxiliary
|
|
|
|
autobind.rs
|
Move some tests to more reasonable directories
|
2021-11-14 14:38:42 -03:00 |
|
bad-mid-path-type-params.rs
|
improve diagnosts for GATs
|
2021-05-11 14:09:46 +02:00 |
|
bad-mid-path-type-params.stderr
|
improve diagnosts for GATs
|
2021-05-11 14:09:46 +02:00 |
|
generic-alias-unique.rs
|
Remove box syntax from most places in src/test outside of the issues dir
|
2021-09-26 04:07:44 +02:00 |
|
generic-arg-mismatch-recover.rs
|
improve diagnosts for GATs
|
2021-05-11 14:09:46 +02:00 |
|
generic-arg-mismatch-recover.stderr
|
improve diagnosts for GATs
|
2021-05-11 14:09:46 +02:00 |
|
generic-default-type-params-cross-crate.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
|
generic-default-type-params.rs
|
|
|
|
generic-derived-type.rs
|
|
|
|
generic-exterior-unique.rs
|
Remove box syntax from most places in src/test outside of the issues dir
|
2021-09-26 04:07:44 +02:00 |
|
generic-extern-lifetime.rs
|
Update tests for extern block linting
|
2021-01-13 07:49:16 -05:00 |
|
generic-extern-lifetime.stderr
|
Bless tests.
|
2022-04-17 11:03:34 +02:00 |
|
generic-extern-mangle.rs
|
|
|
|
generic-extern.rs
|
Update tests for extern block linting
|
2021-01-13 07:49:16 -05:00 |
|
generic-extern.stderr
|
Migrate from generic to generics
|
2020-10-15 10:53:09 +09:00 |
|
generic-fn-infer.rs
|
|
|
|
generic-fn-twice.rs
|
|
|
|
generic-fn-unique.rs
|
Remove box syntax from most places in src/test outside of the issues dir
|
2021-09-26 04:07:44 +02:00 |
|
generic-fn.rs
|
|
|
|
generic-function-item-where-type.rs
|
Improve diagnostics for function passed when a type was expected.
|
2021-04-25 08:56:50 +02:00 |
|
generic-function-item-where-type.stderr
|
Improve diagnostics for function passed when a type was expected.
|
2021-04-25 08:56:50 +02:00 |
|
generic-impl-less-params-with-defaults.rs
|
improve diagnosts for GATs
|
2021-05-11 14:09:46 +02:00 |
|
generic-impl-less-params-with-defaults.stderr
|
Modify structured suggestion output
|
2021-08-11 09:46:24 +00:00 |
|
generic-impl-more-params-with-defaults.rs
|
improve diagnosts for GATs
|
2021-05-11 14:09:46 +02:00 |
|
generic-impl-more-params-with-defaults.stderr
|
diagnostics: use correct span for const generics
|
2022-04-04 12:16:20 -07:00 |
|
generic-ivec-leak.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
|
generic-lifetime-trait-impl.rs
|
Migrate from generic to generics
|
2020-10-15 10:53:09 +09:00 |
|
generic-lifetime-trait-impl.stderr
|
Migrate from generic to generics
|
2020-10-15 10:53:09 +09:00 |
|
generic-newtype-struct.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
|
generic-no-mangle.fixed
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
|
generic-no-mangle.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
|
generic-no-mangle.stderr
|
Add tests for #[no_mangle] in impl blocks that looks like generic impl blocks but are actually not
|
2021-08-13 00:15:58 +08:00 |
|
generic-non-trailing-defaults.rs
|
fix name resolution for param defaults
|
2021-04-21 15:25:32 +02:00 |
|
generic-non-trailing-defaults.stderr
|
fix name resolution for param defaults
|
2021-04-21 15:25:32 +02:00 |
|
generic-object.rs
|
Remove box syntax from most places in src/test outside of the issues dir
|
2021-09-26 04:07:44 +02:00 |
|
generic-param-attrs.rs
|
Migrate from generic to generics
|
2020-10-15 10:53:09 +09:00 |
|
generic-recursive-tag.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
|
generic-static-methods.rs
|
|
|
|
generic-tag-corruption.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
|
generic-tag-local.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
|
generic-tag-match.rs
|
|
|
|
generic-tag-values.rs
|
|
|
|
generic-tag.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
|
generic-temporary.rs
|
|
|
|
generic-tup.rs
|
|
|
|
generic-type-less-params-with-defaults.rs
|
Rework diagnostics for wrong number of generic args
|
2021-01-10 13:07:40 +01:00 |
|
generic-type-less-params-with-defaults.stderr
|
Modify structured suggestion output
|
2021-08-11 09:46:24 +00:00 |
|
generic-type-more-params-with-defaults.rs
|
improve diagnosts for GATs
|
2021-05-11 14:09:46 +02:00 |
|
generic-type-more-params-with-defaults.stderr
|
diagnostics: use correct span for const generics
|
2022-04-04 12:16:20 -07:00 |
|
generic-type-params-forward-mention.rs
|
progress, stuff compiles now
|
2021-03-23 17:16:20 +00:00 |
|
generic-type-params-forward-mention.stderr
|
Some refactoring
|
2021-03-23 17:16:20 +00:00 |
|
generic-type-params-name-repr.rs
|
Migrate from generic to generics
|
2020-10-15 10:53:09 +09:00 |
|
generic-type-params-name-repr.stderr
|
Migrate from generic to generics
|
2020-10-15 10:53:09 +09:00 |
|
generic-type-synonym.rs
|
|
|
|
generic-type.rs
|
|
|
|
generic-unique.rs
|
Remove box syntax from most places in src/test outside of the issues dir
|
2021-09-26 04:07:44 +02:00 |
|
issue-333.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
|
issue-1112.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
|
issue-2936.rs
|
Move some tests to more reasonable directories - 2
|
2021-01-16 19:46:54 -03:00 |
|
issue-32498.rs
|
Add a regression test for #32498
|
2021-02-09 14:42:04 +01:00 |
|
issue-59508-1.rs
|
review
|
2022-09-09 14:28:57 +02:00 |
|
issue-59508-1.stderr
|
review
|
2022-09-09 14:28:57 +02:00 |
|
issue-59508.fixed
|
review
|
2022-09-09 14:28:57 +02:00 |
|
issue-59508.rs
|
review
|
2022-09-09 14:28:57 +02:00 |
|
issue-59508.stderr
|
review
|
2022-09-09 14:28:57 +02:00 |
|
issue-61631-default-type-param-can-reference-self-in-trait.rs
|
|
|
|
issue-61631-default-type-param-can-reference-self-in-trait.stderr
|
diagnostics: use correct span for const generics
|
2022-04-04 12:16:20 -07:00 |
|
issue-61631-default-type-param-cannot-reference-self.rs
|
Change type param -> generic param
|
2021-07-14 19:22:39 +01:00 |
|
issue-61631-default-type-param-cannot-reference-self.stderr
|
Change type param -> generic param
|
2021-07-14 19:22:39 +01:00 |
|
issue-65285-incorrect-explicit-lifetime-name-needed.rs
|
Report elision failures on the AST.
|
2022-07-25 19:19:23 +02:00 |
|
issue-65285-incorrect-explicit-lifetime-name-needed.stderr
|
Report elision failures on the AST.
|
2022-07-25 19:19:23 +02:00 |
|
issue-80512-param-reordering-with-defaults.rs
|
review
|
2022-09-09 14:28:57 +02:00 |
|
issue-80512-param-reordering-with-defaults.stderr
|
review
|
2022-09-09 14:28:57 +02:00 |
|
issue-94432-garbage-ice.rs
|
add tests for ICE 94432
|
2022-06-29 21:30:19 +02:00 |
|
issue-94923.rs
|
add regression test
|
2022-09-28 16:55:00 +08:00 |
|
issue-95208-ignore-qself.fixed
|
diagnostics: correct generic bounds with doubled colon
|
2022-03-25 13:57:05 -07:00 |
|
issue-95208-ignore-qself.rs
|
diagnostics: correct generic bounds with doubled colon
|
2022-03-25 13:57:05 -07:00 |
|
issue-95208-ignore-qself.stderr
|
diagnostics: correct generic bounds with doubled colon
|
2022-03-25 13:57:05 -07:00 |
|
issue-95208.fixed
|
diagnostics: correct generic bounds with doubled colon
|
2022-03-25 13:57:05 -07:00 |
|
issue-95208.rs
|
diagnostics: correct generic bounds with doubled colon
|
2022-03-25 13:57:05 -07:00 |
|
issue-95208.stderr
|
diagnostics: correct generic bounds with doubled colon
|
2022-03-25 13:57:05 -07:00 |
|
issue-98432.rs
|
fix ice for associated constant generics
|
2022-06-28 18:29:07 +09:00 |
|
issue-98432.stderr
|
Improve local generic parameter suggestions.
|
2022-08-23 00:08:42 +02:00 |
|
lifetime-before-type-params.rs
|
review
|
2022-09-09 14:28:57 +02:00 |
|
lifetime-before-type-params.stderr
|
review
|
2022-09-09 14:28:57 +02:00 |
|
mid-path-type-params.rs
|
Move some tests to more reasonable directories
|
2021-09-15 14:03:27 -03:00 |
|
param-in-ct-in-ty-param-default.rs
|
update tests
|
2020-12-26 18:24:10 +01:00 |
|
param-in-ct-in-ty-param-default.stderr
|
feature(const_generics) -> feature(const_param_types)
|
2021-08-30 11:00:21 +02:00 |
|
post_monomorphization_error_backtrace.rs
|
Also report the call site of PME errors locally.
|
2022-04-30 09:04:15 +00:00 |
|
post_monomorphization_error_backtrace.stderr
|
Also report the call site of PME errors locally.
|
2022-04-30 09:04:15 +00:00 |
|
single-colon-path-not-const-generics.rs
|
Use consistent prose for ::
|
2022-03-12 08:20:36 -07:00 |
|
single-colon-path-not-const-generics.stderr
|
Use consistent prose for ::
|
2022-03-12 08:20:36 -07:00 |
|
type-params-in-for-each.rs
|
Move some tests to more reasonable directories
|
2021-11-14 14:38:42 -03:00 |
|
wrong-number-of-args.rs
|
Report elision failures on the AST.
|
2022-07-25 19:19:23 +02:00 |
|
wrong-number-of-args.stderr
|
Make some diagnostics not depend on the source of what they reference being available
|
2022-12-13 09:48:22 +00:00 |