about summary refs log tree commit diff
path: root/src/test/ui/issues/auxiliary
AgeCommit message (Collapse)AuthorLines
2019-01-31Add suggestion for duplicated import.David Wood-0/+33
This commit adds a suggestion when a import is duplicated (ie. the same name is used twice trying to import the same thing) to remove the second import.
2019-01-21Print visible name for types as well as modules.David Wood-0/+3
This commit extends previous work in #55007 where the name from the visible parent was used for modules. Now, we also print the name from the visible parent for types.
2018-12-25Remove licensesMark Rousskov-211/+0
2018-11-06Moved and renamed ui issue tests.Alexander Regueiro-0/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+509