| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -6/+0 | |
| 2021-06-06 | Don't pass -Z unstable-options by default for UI tests | Joshua Nelson | -2/+0 | |
| - Pass it explicitly where appropriate - Update stderr files and warnings; it turns that unstable-options has far-reaching effects on diagnostics. | ||||
| 2021-03-16 | Allow registering tool lints with `register_tool` | Joshua Nelson | -6/+6 | |
| Previously, there was no way to add a custom tool prefix, even if the tool itself had registered a lint: ``` #![feature(register_tool)] #![register_tool(xyz)] #![warn(xyz::my_lint)] ``` ``` $ rustc unknown-lint.rs --crate-type lib error[E0710]: an unknown tool name found in scoped lint: `xyz::my_lint` --> unknown-lint.rs:3:9 | 3 | #![warn(xyz::my_lint)] | ^^^ ``` This allows opting-in to lints from other tools using `register_tool`. | ||||
| 2020-01-09 | Update tests | Vadim Petrochenkov | -0/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -12/+0 | |
| 2018-10-09 | Remove `feature(tool_lints)` from tests | flip1995 | -1/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+16 | |
