| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-06 | Don't pass -Z unstable-options by default for UI tests | Joshua Nelson | -1/+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 | -3/+3 | |
| 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/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -12/+0 | |
| 2018-10-09 | Remove `feature(tool_lints)` from tests | flip1995 | -1/+1 | |
| 2018-07-04 | Improving span of unknown lint tool error message | flip1995 | -0/+15 | |
