| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
