about summary refs log tree commit diff
path: root/src/test/ui/limits
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-341/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being ↵Oli Scherer-6/+0
available
2022-12-06Change CTFE backtraces to use `note` instead of `label` to preserve their orderOli Scherer-3/+9
labels are reordered within the file in which they are reported, which can mess up the stack trace
2022-12-06Remove now-redundant file/line info from const backtracesOli Scherer-2/+2
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-4/+20
2022-10-07make const_err a hard errorRalf Jung-16/+1
2022-10-01bless ui testsMaybe Waffle-2/+2
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