| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -1/+5 | |
| Go over all structured parser suggestions and make them verbose style. When suggesting to add or remove delimiters, turn them into multiple suggestion parts. | ||||
| 2024-05-10 | Fix parse error message for meta items | León Orell Valerian Liehr | -4/+4 | |
| 2024-05-04 | compiletest: add enable-by-default check-cfg | Urgau | -8/+7 | |
| 2024-04-09 | Further cleanup cfgs in the UI test suite | Urgau | -22/+22 | |
| This commit does three things: 1. replaces (the last remaining) never true cfgs by the FALSE cfg 2. fix derive-helper-configured.rs (typo in directive) 3. and comment some current unused #[cfg_attr] (missing revisions) | ||||
| 2024-04-07 | Unify all the always-false cfgs under the `FALSE` cfg | Urgau | -18/+16 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -41/+41 | |
| 2024-01-13 | Bless tests | George-lewis | -0/+7 | |
| Update tests | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -10/+10 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+1 | |
| 2023-06-29 | Update UI tests which relied on old behavior of constructing a default error ↵ | 许杰友 Jieyou Xu (Joe) | -7/+7 | |
| handler every time `early_warn` is called Skip `colored-session-opt-error.rs` on Windows hosts This is very cursed as to why it fails on Windows CI specifically: - The test emits a *warning*. - *Warnings*, and only warnings *specifically*, have a different 256-color between Windows and non-Windows hosts (other levels `set_intense(true)` unconditionally): https://github.com/rust-lang/rust/blob/e69c7306e2be08939d95f14229e3f96566fb206c/compiler/rustc_errors/src/lib.rs#L1792-L1794 Therefore, I added `// ignore-windows` test header to skip this test on Windows (it's sufficient to test color is enabled on at least one non-Windows host). | ||||
| 2023-04-15 | Add some reasons why tests are ignored. | Eric Huss | -1/+1 | |
| 2023-03-15 | error-msg: expand suggestion for unused lint | Ezra Shaw | -0/+4 | |
| 2023-02-18 | Adjust tracking issue for non_lifetime_binders | Michael Goulet | -3/+3 | |
| 2023-02-16 | Add feature gate for non_lifetime_binders | Michael Goulet | -18/+28 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1311 | |
