| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -4/+157 |
| 2021-08-16 | Add check for doc(test(...)) attribute | Guillaume Gomez | -2/+43 |
| 2021-08-16 | feature gate doc(primitive) | Joshua Nelson | -1/+16 |
| 2021-08-12 | Adjust `check_no_mangle` and `check_export_name` to warn/error on `#[no_mangl... | hyd-dev | -12/+20 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -1/+1 |
| 2021-07-25 | clippy::useless_format | Matthias Krüger | -1/+1 |
| 2021-07-25 | Only check macro attributes when checking the crate root. | Camille GILLOT | -2/+2 |
| 2021-07-10 | Check if the attribute is applied correctly | Deadbeef | -0/+26 |
| 2021-06-25 | Check that `#[cmse_nonsecure_entry]` is applied to a function definition | Fabian Wolff | -0/+20 |
| 2021-06-17 | Fix ICE when using `#[doc(keyword = "...")]` on non-items | Fabian Wolff | -2/+5 |
| 2021-06-15 | Fix ICE when doc aliases were put on function params | Ryan Levick | -0/+2 |
| 2021-06-05 | Don't fire `invalid_doc_attributes` on `extern crate` items | Joshua Nelson | -1/+1 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -2/+25 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -79/+1 |
| 2021-05-10 | Add documentation | LeSeulArtichaut | -0/+17 |
| 2021-05-08 | Error on conflicting `#[doc(inline)]`/`#[doc(no_inline)]` attributes | LeSeulArtichaut | -26/+74 |
| 2021-05-08 | Emit `invalid_doc_attributes` warnings in more cases | LeSeulArtichaut | -12/+75 |
| 2021-04-19 | Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco | bors | -49/+42 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -1/+1 |
| 2021-04-11 | Match against attribute name when validating attributes | Tomasz Miąsko | -49/+42 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -6/+40 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -5/+17 |
| 2021-03-23 | Fix comment. | Camille GILLOT | -1/+2 |
| 2021-03-22 | Err if the debugging options are not passed. | Camille GILLOT | -0/+19 |
| 2021-03-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -30/+83 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -2/+2 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -5/+17 |
| 2021-03-15 | Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwco | Dylan DPC | -46/+64 |