about summary refs log tree commit diff
path: root/src/librustc_session/lint
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-624/+0
2020-08-18Remove missing_fragment_specifier lintAleksey Kladov-11/+0
2020-07-30Rename the lint againManish Goregaokar-2/+2
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-2/+2
2020-07-29Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failuresManish Goregaokar-2/+2
2020-07-07rustdoc: Rename invalid_codeblock_attribute lint to be pluralOliver Middleton-2/+2
2020-06-19Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkovManish Goregaokar-3/+8
2020-06-18Implement crate level only lints checking.Charles Lew-3/+8
2020-06-13Report error when casting an C-like enum implementing Dropoddg-0/+11
2020-06-09expand: Give reasonable NodeIds to lints associated with macro expansionsVadim Petrochenkov-0/+1
2020-06-05properly handle feature gated lintsJoey Hain-0/+2
2020-05-27Implement RFC 2585LeSeulArtichaut-0/+7
2020-05-26Rollup merge of #72342 - jsgf:warn-unused-deps, r=petrochenkovDylan DPC-0/+7
2020-05-25Implement warning for unused dependencies.Jeremy Fitzhardinge-0/+7
2020-05-25rename lintRalf Jung-2/+2
2020-05-25add a lint against references to packed fieldsRalf Jung-1/+8
2020-05-18HIR passes for asm!Amanieu d'Antras-0/+7
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