summary refs log tree commit diff
path: root/src/test/ui/limits
AgeCommit message (Collapse)AuthorLines
2022-08-07Remove even more box syntax uses from src/testest31-4/+2
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-07-19Mention first and last macro in backtraceMichael Goulet-2/+2
2022-07-01Shorten def_span for more items.Camille GILLOT-2/+2
2022-06-25bless remaining testsRalf Jung-0/+12
2021-10-29Fix a format_args span to be expansionCameron Steffen-0/+1
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-06-10Do not emit alloca for ZST locals with multiple assignmentsTomasz Miąsko-2/+2
When rebuilding the standard library with `-Zbuild-std` this reduces the number of locals that require an allocation from 62315 to 61767.
2021-02-05Move type size check tests to new dir ui/limitsÖmer Sinan Ağacan-0/+329