about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs
AgeCommit message (Expand)AuthorLines
2021-03-27Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011bors-1/+1
2021-03-27resolve: Partially unify early and late scope-relative ident resolutionVadim Petrochenkov-1/+1
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-54/+11
2021-03-25Refactor #82270 as lint instead of an errorAmanieu d'Antras-0/+46
2021-03-14Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl`Aaron Hill-1/+53
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-8/+1
2021-03-05Make invalid_doc_attribute lint pluralGuillaume Gomez-2/+2
2021-03-04Add extra check for #[doc(test(...)] attributeGuillaume Gomez-3/+6
2021-03-04Add new edition 2021 link: INVALID_DOC_ATTRIBUTEGuillaume Gomez-0/+27
2021-03-01Address review commentsJoshua Nelson-12/+0
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-83/+0
2021-02-27Enable report_in_external_macro in unaligned_referencesTaiki Endo-0/+1
2021-02-18Add explanations and suggestions to `irrefutable_let_patterns` lintCamelid-5/+3
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-8/+1
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-5/+5
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-0/+9
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/+29
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/+3318