summary refs log tree commit diff
path: root/compiler/rustc_lint_defs/src
AgeCommit message (Expand)AuthorLines
2020-12-21Add example to lint docsWesley Wiser-1/+29
2020-12-19Revert "Remove missing_fragment_specifier lint"Wesley Wiser-0/+17
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/+3305