here: https://doc.rust-lang.org/reference/attributes.html#lint-check-attributes
The lint checks supported by the compiler can be found via rustc -W help, along with their default settings. [Compiler plugins][unstable book plugin] can provide additional lint checks.
seems like [Compiler plugins][unstable book plugin] should be an url or two...