about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs/src
AgeCommit message (Expand)AuthorLines
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-2/+49
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-0/+39
2021-02-03make const_err a future incompat lintRalf Jung-0/+4
2021-02-02introduce future-compatibility warning for forbidden lint groupsNiko Matsakis-0/+39
2021-02-01Mark the lint doc as compile_failAman Arora-1/+1
2021-01-31Add lint for 2229 migrationsAman Arora-0/+46
2021-01-28Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lintAaron Hill-0/+48
2021-01-22update const_err descriptionRalf Jung-26/+7
2021-01-15Don't mark `ineffective_unstable_trait_impl` as an internal lintJoshua Nelson-3/+24
2021-01-13Introduce missing ABI lint on extern blocksMark Rousskov-0/+28
2021-01-10Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit...bors-0/+1
2021-01-01improve unconditional_panic descriptionRalf Jung-8/+4
2020-12-22Add example to lint docsWesley Wiser-1/+29
2020-12-22Revert "Remove missing_fragment_specifier lint"Wesley Wiser-0/+17
2020-12-22Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkorbors-9/+8
2020-12-21add suggest for PatternsInWithoutBodyDaiki Ihara-0/+1
2020-12-07Validate naked functions definitionsTomasz Miąsko-0/+45
2020-11-29Rename the `overlapping_patterns` lint to `overlapping_range_endpoints`Nadrieril-9/+8
2020-11-28lint-docs: Add --validate flag to validate lint docs separately.Eric Huss-5/+19
2020-11-21More consistently use spaces after commas in lists in docsCarol (Nichols || Goulding)-1/+1
2020-11-09Rollup merge of #78114 - jyn514:private, r=oli-obkDylan DPC-0/+1
2020-11-05Recognize `private_intra_doc_links` as a lintJoshua Nelson-0/+1
2020-11-05Fix more URLsGuillaume Gomez-4/+4
2020-11-05Rename lint to non_autolinksGuillaume Gomez-4/+4
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-4/+4
2020-11-05Improve automatic_links globallyGuillaume Gomez-5/+5
2020-11-05Add documentation for automatic_links lintGuillaume Gomez-3/+3
2020-11-05Add new lint for automatic_links improvementsGuillaume Gomez-0/+12
2020-11-01Turn 'useless #[deprecated]' error into a lint.Mara Bos-0/+27
2020-10-30Implement rustc side of report-future-incompatAaron Hill-0/+3305