..
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
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
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
generic-no-mangle.fixed
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-no-mangle.rs
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-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
Remove box syntax from most places in src/test outside of the issues dir
2021-09-26 04:07:44 +02:00
generic-static-methods.rs
generic-tag-corruption.rs
generic-tag-local.rs
generic-tag-match.rs
generic-tag-values.rs
generic-tag.rs
Remove box syntax from most places in src/test outside of the issues dir
2021-09-26 04:07:44 +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
update tests
2021-12-10 19:21:25 +00:00
issue-59508-1.stderr
bless tests
2021-12-10 19:21:25 +00:00
issue-59508.fixed
Move some tests to more reasonable directories
2021-11-06 15:35:20 -03:00
issue-59508.rs
Move some tests to more reasonable directories
2021-11-06 15:35:20 -03:00
issue-59508.stderr
bless tests
2021-12-10 19:21:25 +00: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
issue-65285-incorrect-explicit-lifetime-name-needed.stderr
Modify structured suggestion output
2021-08-11 09:46:24 +00:00
issue-80512-param-reordering-with-defaults.rs
Move some tests to more reasonable directories
2022-04-21 12:24:26 -03:00
issue-80512-param-reordering-with-defaults.stderr
Move some tests to more reasonable directories
2022-04-21 12:24:26 -03: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
lifetime-before-type-params.rs
Move some tests to more reasonable directories
2021-11-14 14:38:42 -03:00
lifetime-before-type-params.stderr
bless tests
2021-12-10 19:21:25 +00: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
Fix span of redundant generic arguments
2021-05-30 22:46:06 +09:00
wrong-number-of-args.stderr
diagnostics: use correct span for const generics
2022-04-04 12:16:20 -07:00