summary refs log tree commit diff
path: root/src/librustdoc/passes/doc_test_lints.rs
AgeCommit message (Expand)AuthorLines
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