| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -341/+0 | |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being ↵ | Oli Scherer | -6/+0 | |
| available | ||||
| 2022-12-06 | Change CTFE backtraces to use `note` instead of `label` to preserve their order | Oli Scherer | -3/+9 | |
| labels are reordered within the file in which they are reported, which can mess up the stack trace | ||||
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -2/+2 | |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -4/+20 | |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -16/+1 | |
| 2022-10-01 | bless ui tests | Maybe Waffle | -2/+2 | |
| 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 | |
