about summary refs log tree commit diff
path: root/src/tools/lint-docs
AgeCommit message (Expand)AuthorLines
2024-05-24Add "better" edition handling on lint-docs toolSantiago Pastorino-2/+11
2024-04-22Deny gen keyword in edition_2024_compat lintsMichael Goulet-0/+5
2024-04-20Rollup merge of #123986 - ehuss:lint-renamed, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+89
2024-04-15Fix docs for unstable_features lint.Eric Huss-1/+0
2024-04-15lint-docs: Add redirects for renamed lints.Eric Huss-0/+89
2024-03-05Split refining_impl_trait lint into _reachable, _internal variantsTyler Mandry-0/+4
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-0/+1
2023-07-11Revert "Fix `x test lint-docs` when download-rustc is enabled"jyn-7/+0
2023-04-18Fix `x test lint-docs` when download-rustc is enabledjyn-1/+11
2023-02-28Collect all matching messages for a lint.Eric Huss-29/+28
2023-02-28Add check for errant {{produces}} marker.Eric Huss-4/+34
2022-10-24fix the lint as requestedKagami Sascha Rosylight-4/+2
2022-06-04Add `let_underscore` lint group to `GROUP_DESCRIPTIONS`.Aaron Kofsky-0/+1
2022-05-19Minor tweaks to rustc book summary formatting.Eric Huss-3/+3
2021-09-20Adjust documentation for compatibility with 2021Mark Rousskov-0/+4
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-06Allow lint names to have ascii numbersRyan Levick-1/+3
2021-04-26Add 2021 compatibility lint descriptionRyan Levick-0/+1
2020-12-26lint-docs: Warn on missing lint when documenting.Eric Huss-6/+16
2020-12-06Fix trimming of lint docsCamelid-2/+2
2020-11-29lint-docs: Use strip-prefix to simplify.Eric Huss-4/+3
2020-11-29lint-docs: Add some extra detail to the error message.Eric Huss-0/+13
2020-11-28lint-docs: Add --validate flag to validate lint docs separately.Eric Huss-18/+57
2020-11-28lint-docs: Move free functions into methods of LintExtractor.Eric Huss-469/+470
2020-09-16Pass --target to lint docsMark Rousskov-14/+34
2020-09-14Include non-JSON output in error display for lint-doc failure.Eric Huss-1/+4
2020-09-13Support `ignore` for lint examples.Eric Huss-9/+20
2020-09-13Link rustdoc lint docs to the rustdoc book.Eric Huss-30/+17
2020-09-13Auto-generate lint documentation.Eric Huss-0/+657