summary refs log tree commit diff
path: root/compiler/rustc_session/src/lint
AgeCommit message (Expand)AuthorLines
2020-11-06Revert "Remove missing_fragment_specifier lint"Mark Rousskov-0/+33
2020-09-27Add documentation for `private_intra_doc_links`Joshua Nelson-1/+1
2020-09-27Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate...Joshua Nelson-0/+11
2020-09-24Don't talk about determinismOliver Scherer-2/+2
2020-09-23Update documentation testsOliver Scherer-16/+6
2020-09-21Pacify tidyOliver Scherer-0/+4
2020-09-21Document future incompat lintsOliver Scherer-0/+17
2020-09-20Use precise errors during const to pat conversion instead of a catch-all on t...Oliver Scherer-18/+52
2020-09-20Lint on function pointers used in patternsOliver Scherer-0/+27
2020-09-13Make const_evaluatable_unchecked lint example not depend on the architecture ...Eric Huss-1/+1
2020-09-13Support `ignore` for lint examples.Eric Huss-4/+16
2020-09-13Link rustdoc lint docs to the rustdoc book.Eric Huss-125/+13
2020-09-13Auto-generate lint documentation.Eric Huss-0/+2118
2020-09-11Turn unstable trait impl error into a lint, so it can be disabled.Mara Bos-1/+8
2020-09-10Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obkbors-0/+7
2020-09-08add tracking issue, fix rebaseBastian Kauschke-1/+1
2020-09-08convert to future compat lintBastian Kauschke-0/+11
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-0/+7
2020-08-30mv compiler to compiler/mark-0/+624