summary refs log tree commit diff
path: root/src/librustdoc/passes/doc_test_lints.rs
AgeCommit message (Expand)AuthorLines
2020-12-21Rename rustc_middle::lint::LintSourcepierwill-2/+2
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-11/+12
2020-11-22Make `fold_item_recur` non-nullableJoshua Nelson-1/+1
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-4/+4
2020-11-15Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkovJonas Schievink-1/+1
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-1/+1
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-3/+1
2020-10-12Improve lint level handlingGuillaume Gomez-1/+1
2020-10-12Apply same treatment to MISSING_DOC_CODE_EXAMPLESGuillaume Gomez-4/+11
2020-09-12Don't emit an error on private doc tests when they're ignoredGuillaume Gomez-10/+6
2020-08-27Rename rustdoc/test -> rustdoc/doctestAleksey Kladov-1/+1
2020-08-26Fix swapped stability attributesJoshua Nelson-6/+6
2020-08-21Unify checks for lint missing_doc_code_examples and --show-coverageGuillaume Gomez-7/+18
2020-08-18Add doc examples count for --show-coverageGuillaume Gomez-11/+17
2020-07-27private_items_doc_tests -> doc_test_lintsJoshua Nelson-0/+97