about summary refs log tree commit diff
path: root/compiler/rustc_lint
AgeCommit message (Expand)AuthorLines
2021-07-19Auto merge of #87146 - Aaron1011:better-macro-lint, r=petrochenkovbors-4/+18
2021-07-18feat(rustc_lint): add `dyn_drop`Michael Howell-1/+62
2021-07-17Add additional missing lint handling logicAaron Hill-2/+4
2021-07-17Add missing `visit_expr_field`Aaron Hill-2/+14
2021-07-16Make GATs no longer incompleteJack Huey-1/+1
2021-07-13Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obkbors-44/+39
2021-07-10rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`Vadim Petrochenkov-20/+5
2021-07-10Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obkbors-0/+6
2021-07-09Fix default_hash_types to use resolved pathCameron Steffen-44/+39
2021-07-08Improve handing of `missing_docs` for macrosinquisitivecrystal-2/+3
2021-07-08Remove `missing_docs` lint on private 2.0 macrosinquisitivecrystal-0/+5
2021-07-08Update to last upstream versionGuillaume Gomez-4/+6
2021-07-08Rollup merge of #86639 - eholk:lint-tool, r=petrochenkovYuki Okushi-34/+101
2021-07-07Cleanup: unify lint name checkingEric Holk-21/+14
2021-07-06Unify lint tool and lint name checkingEric Holk-36/+69
2021-07-06Parse tool name for command line lint optionsEric Holk-3/+44
2021-07-06Add s to non_fmt_panicRyan Levick-6/+7
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-0/+1
2021-07-06Rename lintRyan Levick-0/+1
2021-07-06Auto merge of #82985 - cjgillot:lint, r=jackh726bors-8/+8
2021-07-03Warn when `rustdoc::` group is omitted from lint namesJoshua Nelson-16/+0
2021-07-03Add a help message to `unused_doc_comments` lintYuki Okushi-2/+13
2021-07-01Rollup merge of #85520 - FabianWolff:issue-85475, r=jackh726Yuki Okushi-1/+1
2021-06-30Auto merge of #86689 - rylev:future-compat-lint-group, r=nikomatsakisbors-10/+13
2021-06-29Encode CommandLine in the index only.Camille GILLOT-2/+2
2021-06-29Use a newtype_index instead of a u32.Camille GILLOT-8/+8
2021-06-29Auto merge of #86009 - cjgillot:fwarn, r=davidtwcobors-39/+30
2021-06-29Auto merge of #86446 - Smittyvb:rustc_insignificant_dtor-ice, r=Mark-Simulacrumbors-1/+1
2021-06-29Rollup merge of #86671 - m-ou-se:non-fmt-panic-future-incompatible, r=nikomat...Yuki Okushi-1/+8
2021-06-29Fix typo and improve documentation for E0632Fabian Wolff-1/+1
2021-06-28Make incomplete features part of delcarationSmitty-1/+1
2021-06-28Add comment for future_incompatible lint groupRyan Levick-0/+3
2021-06-28Only include lint in future_incompatible lint group if not an edition lintRyan Levick-10/+10
2021-06-27Auto merge of #85359 - lrh2000:reserved-prefixes, r=nikomatsakisbors-0/+9
2021-06-27Turn non_fmt_panic into a future_incompatible edition lint.Mara Bos-1/+8
2021-06-26Add migration lint for reserved prefixes.Mara Bos-0/+9
2021-06-26Better suggestion for array_into_iter in for loop.Mara Bos-18/+45
2021-06-26Add new suggestion to array_into_iter lint.Mara Bos-0/+8
2021-06-26Change wording on array_into_iter lint for 1.53 and edition changes.Mara Bos-17/+11
2021-06-26Make ForceWarn a lint level.Camille GILLOT-39/+30
2021-06-25Address PR feedbackRyan Levick-1/+0
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-10/+10
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-0/+1
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-2/+2
2021-06-08Rollup merge of #85906 - LingMan:iter_find, r=matthewjasperYuki Okushi-8/+3
2021-06-07Rollup merge of #85912 - LingMan:iter_any, r=nagisaGuillaume Gomez-9/+4
2021-06-05Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomezbors-1/+1
2021-06-05Rollup merge of #85853 - marmeladema:improper-ctypes-definitions-boxed-dst, r...Yuki Okushi-4/+11
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-14/+39
2021-06-04Remove `doc(include)`Joshua Nelson-1/+1