| Age | Commit message (Expand) | Author | Lines |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -10/+0 |
| 2021-12-17 | fix(rustc_lint): mark the parens around `(1..loop {})` as unused | Michael Howell | -1/+1 |
| 2021-12-16 | suggest adding a `#[cfg(test)]` to test modules | Takayuki Maeda | -1/+9 |
| 2021-12-15 | fix(rustc_lint): better detect when parens are necessary | Michael Howell | -1/+4 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -14/+13 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -6/+6 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-15 | Rollup merge of #90939 - estebank:wg-af-polish, r=tmandry | Matthias Krüger | -1/+1 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-13 | Keep info on pre-desugaring expression for better "incorrect `.await`" sugges... | Esteban Kuber | -1/+1 |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -1/+0 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -5/+3 |
| 2021-12-11 | Show the unused type for `unused_results` lint | Noah Lev | -1/+3 |
| 2021-12-11 | Remove useless variant. | Camille GILLOT | -20/+1 |
| 2021-12-09 | Remove redundant [..]s | est31 | -1/+1 |
| 2021-12-04 | Lint bare traits in AstConv. | Camille GILLOT | -10/+0 |
| 2021-12-03 | Use let_else in some more places in rustc_lint | est31 | -69/+52 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -1/+0 |
| 2021-12-01 | Auto merge of #91255 - b-naber:normalization-ice, r=jackh276 | bors | -1/+3 |
| 2021-12-01 | implement version of normalize_erasing_regions that doesn't assume value is n... | b-naber | -1/+3 |
| 2021-12-01 | Rollup merge of #90985 - camsteffen:diag-name-usage, r=jackh726 | Matthias Krüger | -48/+52 |
| 2021-11-30 | Emit a warning on generic parameters with doc comments | Joshua Nelson | -0/+4 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -1/+1 |
| 2021-11-16 | Use get_diagnostic_name more | Cameron Steffen | -48/+52 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -1/+1 |
| 2021-11-12 | rustc_feature: Convert `BuiltinAttribute` from tuple to a struct | Vadim Petrochenkov | -6/+5 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -67/+53 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -67/+53 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -5/+4 |
| 2021-11-06 | Improve terminology around "after typeck" | pierwill | -1/+1 |
| 2021-11-04 | Optimize literal, doc comment lint as well, extract function. | Hans Kratz | -10/+6 |
| 2021-11-01 | Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgr | bors | -1/+0 |
| 2021-10-31 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -1/+0 |
| 2021-10-31 | Lint against RTL unicode codepoints in literals and comments | Esteban Küber | -1/+202 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -65/+6 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -6/+65 |
| 2021-10-22 | Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco | Yuki Okushi | -2/+1 |
| 2021-10-21 | ignore `potential_query_instability` in rustdoc | lcnr | -0/+15 |
| 2021-10-18 | Rollup merge of #89987 - pierwill:fix-85526-docs-hidden-assoc, r=GuillaumeGomez | Matthias Krüger | -0/+18 |
| 2021-10-17 | Check implementing type for `#[doc(hidden)]` | pierwill | -0/+18 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-15 | Don't mark for loop head span with desugaring | Cameron Steffen | -2/+1 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -2/+6 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -4/+44 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+109 |
| 2021-10-08 | Rollup merge of #89672 - klensy:unwrap-or-macro, r=jackh726 | Guillaume Gomez | -2/+4 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2021-10-08 | remove unwrap_or! macro | klensy | -2/+4 |
| 2021-10-06 | Use get_diagnostic_name | Cameron Steffen | -38/+38 |