about summary refs log tree commit diff
path: root/compiler/rustc_lint/src
AgeCommit message (Expand)AuthorLines
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-10/+0
2021-12-17fix(rustc_lint): mark the parens around `(1..loop {})` as unusedMichael Howell-1/+1
2021-12-16suggest adding a `#[cfg(test)]` to test modulesTakayuki Maeda-1/+9
2021-12-15fix(rustc_lint): better detect when parens are necessaryMichael Howell-1/+4
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-14/+13
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-6/+6
2021-12-15Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcmMatthias Krüger-1/+0
2021-12-15Rollup merge of #90939 - estebank:wg-af-polish, r=tmandryMatthias Krüger-1/+1
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-12-13Keep info on pre-desugaring expression for better "incorrect `.await`" sugges...Esteban Kuber-1/+1
2021-12-12Address review feedbackAmanieu d'Antras-1/+0
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-5/+3
2021-12-11Show the unused type for `unused_results` lintNoah Lev-1/+3
2021-12-11Remove useless variant.Camille GILLOT-20/+1
2021-12-09Remove redundant [..]sest31-1/+1
2021-12-04Lint bare traits in AstConv.Camille GILLOT-10/+0
2021-12-03Use let_else in some more places in rustc_lintest31-69/+52
2021-12-02Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbiniMatthias Krüger-1/+0
2021-12-01Auto merge of #91255 - b-naber:normalization-ice, r=jackh276bors-1/+3
2021-12-01implement version of normalize_erasing_regions that doesn't assume value is n...b-naber-1/+3
2021-12-01Rollup merge of #90985 - camsteffen:diag-name-usage, r=jackh726Matthias Krüger-48/+52
2021-11-30Emit a warning on generic parameters with doc commentsJoshua Nelson-0/+4
2021-11-30Apply cfg-bootstrap switchMark Rousskov-1/+0
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-1/+1
2021-11-16Use get_diagnostic_name moreCameron Steffen-48/+52
2021-11-15Stabilize format_args_captureJosh Triplett-1/+1
2021-11-12rustc_feature: Convert `BuiltinAttribute` from tuple to a structVadim Petrochenkov-6/+5
2021-11-07Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514bors-67/+53
2021-11-07more clippy fixesMatthias Krüger-67/+53
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-5/+4
2021-11-06Improve terminology around "after typeck"pierwill-1/+1
2021-11-04Optimize literal, doc comment lint as well, extract function.Hans Kratz-10/+6
2021-11-01Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgrbors-1/+0
2021-10-31Feature gate and make must_not_suspend allow-by-defaultGus Wynn-1/+0
2021-10-31Lint against RTL unicode codepoints in literals and commentsEsteban Küber-1/+202
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-65/+6
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-6/+65
2021-10-22Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwcoYuki Okushi-2/+1
2021-10-21ignore `potential_query_instability` in rustdoclcnr-0/+15
2021-10-18Rollup merge of #89987 - pierwill:fix-85526-docs-hidden-assoc, r=GuillaumeGomezMatthias Krüger-0/+18
2021-10-17Check implementing type for `#[doc(hidden)]`pierwill-0/+18
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-1/+1
2021-10-15Don't mark for loop head span with desugaringCameron Steffen-2/+1
2021-10-15allow `potential_query_instability` everywherelcnr-2/+6
2021-10-15add a `rustc::query_stability` lintlcnr-4/+44
2021-10-11Add enum_intrinsics_non_enums lintFlying-Toast-0/+109
2021-10-08Rollup merge of #89672 - klensy:unwrap-or-macro, r=jackh726Guillaume Gomez-2/+4
2021-10-08clippy::complexity fixesMatthias Krüger-2/+1
2021-10-08remove unwrap_or! macroklensy-2/+4
2021-10-06Use get_diagnostic_nameCameron Steffen-38/+38