about summary refs log tree commit diff
path: root/src/test/ui/issues/auxiliary
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-959/+0
2022-12-23Move testsCaio-5/+0
2022-12-11Move testsCaio-74/+0
2022-11-12Move testsCaio-17/+0
2022-10-13Move some tests to more reasonable directoriesCaio-8/+0
2022-08-07Remove even more box syntax uses from src/testest31-3/+1
Prior work, notably 6550021124451628b1efc60c59284465b109e3aa from #88316 has removed box syntax from most of the testsuite. However, some tests were left out. This commit removes box_syntax uses from more locations in src/test. Some tests that are very box syntax specific are not being migrated.
2022-05-20Move testsCaio-5/+0
2022-03-28Remove duplicated and unused test filesCaio-9/+0
2021-11-20Move tests for missing trait bounds to their own directoryEsteban Kuber-8/+0
2021-11-06Move some tests to more reasonable directoriesCaio-31/+0
2021-05-08Add tests.Luqman Aden-0/+12
2021-03-06Move some tests to more suitable subdirsYuki Okushi-10/+0
2021-01-16Move some tests to more reasonable directories - 2Caio-4/+0
Address comments Update limits
2021-01-13Update code to account for extern ABI requirementMark Rousskov-2/+2
2021-01-13Update tests for extern block lintingMark Rousskov-3/+3
2021-01-11Move some tests to more reasonable directoriesCaio-10/+0
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-240/+0
2020-09-11Give better diagnostic when using a private tuple struct constructorGus Wynn-0/+5
2020-07-14typeck: use `item_name` in cross-crate packed diagDavid Wood-0/+10
This commit replaces the use of `expect_local` and `hir().get` to fetch the identifier for a ADT with `item_name` - which works across crates. Signed-off-by: David Wood <david@davidtw.co>
2020-06-29Add test for issue #56175Dan Aloni-0/+17
2020-03-07Add a regression testYuki Okushi-0/+8
2020-02-16Add test for issue-51798Yuki Okushi-0/+3
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-24/+24
2019-11-06duplicate_macro_exports -> errorMazdak Farrokhzad-14/+0
2019-10-07Add a regression test for #57271varkor-0/+11
2019-08-04Add test for issue-49544Yuki Okushi-0/+7
2019-08-04Add test for issue-29265Yuki Okushi-0/+9
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+957
2019-07-08regression test.Felix S. Klock II-0/+5
2019-05-24Add auxiliary issue filevarkor-0/+18
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