| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -4/+4 | |
| 2024-12-08 | Adjust `assoc-oddities-3.rs` | 许杰友 Jieyou Xu (Joe) | -0/+28 | |
| - Include the original MCVE as reported in <https://github.com/rust-lang/rust/issues/28777>. - Document the intention of the test. | ||||
| 2024-12-08 | Move `assoc-oddities-3.rs` under `tests/ui/parser/assoc/` | 许杰友 Jieyou Xu (Joe) | -0/+13 | |
| This is where `assoc-oddities-{1,2}.rs` are located, reunite them! | ||||
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -2/+2 | |
| I was surprised to find that running with `-Zparse-only` only parses the crate root file. Other files aren't parsed because that happens later during expansion. This commit renames the option and updates the help message to make this clearer. | ||||
| 2024-04-12 | Improve diagnostic by suggesting to remove visibility qualifier | morine0122 | -2/+2 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -3/+3 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -3/+3 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-03 | Move some tests around | Esteban Küber | -0/+532 | |
