| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-08-07 | Remove even more box syntax uses from src/test | est31 | -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-19 | Mention first and last macro in backtrace | Michael Goulet | -2/+2 | |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -2/+2 | |
| 2022-06-25 | bless remaining tests | Ralf Jung | -0/+12 | |
| 2021-10-29 | Fix a format_args span to be expansion | Cameron Steffen | -0/+1 | |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -1/+1 | |
| 2021-06-10 | Do not emit alloca for ZST locals with multiple assignments | Tomasz 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-05 | Move type size check tests to new dir ui/limits | Ömer Sinan Ağacan | -0/+329 | |
