| Age | Commit message (Expand) | Author | Lines |
| 2022-04-16 | Rollup merge of #95006 - tmiasko:thread-local-static, r=wesleywiser | Dylan DPC | -0/+16 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -31/+27 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+2 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -1/+1 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+21 |
| 2022-03-22 | use `format-args-capture` and remove unnecessary nested if blocks in some par... | Takayuki Maeda | -14/+10 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -2/+2 |
| 2022-03-16 | Reject `#[thread_local]` attribute on non-static items | Tomasz Miąsko | -0/+16 |
| 2022-03-15 | Support other types of pluralization in pluralize macro | est31 | -1/+1 |
| 2022-03-09 | Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726 | Dylan DPC | -1/+1 |
| 2022-03-07 | Do not allow `#[rustc_legacy_const_generics]` on methods | Chayim Refael Friedman | -1/+1 |
| 2022-03-03 | Emit `unused_attributes` if a level attr only has a reason | xFrednet | -29/+51 |
| 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 |