about summary refs log tree commit diff
path: root/src/librustc_session/lint
AgeCommit message (Expand)AuthorLines
2020-04-23Create new rustdoc lint to check for code blocks tagsGuillaume Gomez-0/+7
2020-03-29Auto merge of #70370 - petrochenkov:nosmatch, r=Centrilbors-1/+1
2020-03-24Remove attribute `#[structural_match]` and any references to itVadim Petrochenkov-1/+1
2020-03-22Update lint name to follow conventionGuillaume Gomez-2/+2
2020-03-22rename NO_CRATE_LEVEL_DOC lint into MISSING_CRATE_LEVEL_DOCGuillaume Gomez-2/+2
2020-03-22Add lint when no doc is present at the crate-levelGuillaume Gomez-0/+7
2020-02-23Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkovbors-0/+8
2020-02-18better lint namesRalf Jung-11/+4
2020-02-15Emit some additional `unused_doc_comments` lints outside of the main passVadim Petrochenkov-0/+8
2020-02-14const-prop: use one helper method for all lints; consistently lint overflow o...Ralf Jung-0/+14
2020-02-07Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasperbors-0/+11
2020-02-06make lint warn by defaultNiko Matsakis-1/+1
2020-02-06lint impls that will become incoherent when leak-check is removedNiko Matsakis-0/+11
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+7
2020-01-28lintify conflicting_repr_hintsMazdak Farrokhzad-0/+11
2020-01-11move {rustc -> rustc_session}::lint::builtinMazdak Farrokhzad-0/+530