| Age | Commit message (Expand) | Author | Lines |
| 2022-03-01 | Rollup merge of #94448 - c410-f3r:yet-more-let-chains, r=estebank | Dylan DPC | -16/+14 |
| 2022-03-01 | Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot | Dylan DPC | -1/+34 |
| 2022-02-28 | 5 - Make more use of let_chains | Caio | -16/+14 |
| 2022-02-27 | Lint against more useless `#[must_use]` attributes | Ruby Lazuli | -1/+34 |
| 2022-02-25 | `check_used` should only look at actual `used` attributes | cynecx | -2/+2 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -1/+1 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -1/+1 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -1/+1 |
| 2022-02-19 | Adopt let else in more places | est31 | -12/+9 |
| 2022-02-08 | add more tests and make used(linker/compiler) mutually exclusive | cynecx | -0/+34 |
| 2022-02-01 | review + rebase | lcnr | -2/+2 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -73/+89 |
| 2022-01-27 | Check that `#[rustc_must_implement_one_of]` is applied to a trait | Maybe Waffle | -0/+23 |
| 2022-01-18 | Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasper | Matthias Krüger | -0/+21 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -8/+7 |
| 2022-01-17 | Auto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011 | bors | -11/+0 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -8/+7 |
| 2022-01-16 | Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr | Matthias Krüger | -0/+19 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -5/+5 |
| 2022-01-10 | rustc_pass_by_value lint: add test on custom types | Mahdi Dibaiee | -8/+3 |
| 2022-01-10 | expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributes | Vadim Petrochenkov | -11/+0 |
| 2022-01-09 | Add validation for `link` attribute position. | Eric Huss | -0/+21 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -0/+24 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -2/+2 |
| 2021-12-15 | Remove `in_band_lifetimes` for `rustc_passes` | Peter Jaszkowiak | -5/+5 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-03 | Update invalid crate attributes, add help message | Tom Farmer | -6/+30 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -3/+3 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -1/+1 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -1/+1 |
| 2021-11-18 | Add checks for more empty attributes. | Eric Huss | -2/+11 |
| 2021-11-18 | Check for duplicate attributes. | Eric Huss | -17/+101 |
| 2021-11-17 | Rollup merge of #89610 - guswynn:must_use_future, r=wesleywiser | Matthias Krüger | -0/+32 |
| 2021-11-16 | Update compiler/rustc_passes/src/check_attr.rs | Wesley Wiser | -1/+1 |
| 2021-11-12 | rustc_feature: Convert `BuiltinAttribute` from tuple to a struct | Vadim Petrochenkov | -2/+2 |
| 2021-11-08 | warn on must_use use on async fn's | Gus Wynn | -0/+32 |
| 2021-10-30 | Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelid | Matthias Krüger | -1/+1 |
| 2021-10-29 | Unify titles in rustdoc book doc attributes chapter | Guillaume Gomez | -1/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -83/+61 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -61/+83 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -2/+1 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -0/+1 |
| 2021-10-05 | Add `cfg_hide` to the list of known attributes | Joshua Nelson | -0/+1 |
| 2021-10-04 | Add a check for duplicated doc aliases in unused lint | Guillaume Gomez | -6/+36 |
| 2021-09-11 | skip the uninhabitated check and comments | Gus Wynn | -4/+4 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+16 |
| 2021-08-29 | emit specific warning to clarify that foreign items can't have no_mangle | asquared31415 | -0/+30 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -8/+13 |
| 2021-08-21 | Address review comments | Aaron Hill | -1/+6 |