about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs
AgeCommit message (Expand)AuthorLines
2021-01-01improve unconditional_panic descriptionRalf Jung-8/+4
2020-12-22Add example to lint docsWesley Wiser-1/+29
2020-12-22Revert "Remove missing_fragment_specifier lint"Wesley Wiser-0/+17
2020-12-22Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkorbors-9/+8
2020-12-07Validate naked functions definitionsTomasz Miąsko-0/+45
2020-11-29Rename the `overlapping_patterns` lint to `overlapping_range_endpoints`Nadrieril-9/+8
2020-11-28lint-docs: Add --validate flag to validate lint docs separately.Eric Huss-5/+19
2020-11-21More consistently use spaces after commas in lists in docsCarol (Nichols || Goulding)-1/+1
2020-11-09Rollup merge of #78114 - jyn514:private, r=oli-obkDylan DPC-0/+1
2020-11-05Recognize `private_intra_doc_links` as a lintJoshua Nelson-0/+1
2020-11-05Fix more URLsGuillaume Gomez-4/+4
2020-11-05Rename lint to non_autolinksGuillaume Gomez-4/+4
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-4/+4
2020-11-05Improve automatic_links globallyGuillaume Gomez-5/+5
2020-11-05Add documentation for automatic_links lintGuillaume Gomez-3/+3
2020-11-05Add new lint for automatic_links improvementsGuillaume Gomez-0/+12
2020-11-01Turn 'useless #[deprecated]' error into a lint.Mara Bos-0/+27
2020-10-30Implement rustc side of report-future-incompatAaron Hill-0/+3318