| Age | Commit message (Expand) | Author | Lines |
| 2022-06-23 | Rollup merge of #98336 - fmease:remove-faulty-doc-hidden-lint, r=GuillaumeGomez | Yuki Okushi | -151/+0 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -43/+195 |
| 2022-05-10 | Add regression test for #68408 | Yuki Okushi | -0/+22 |
| 2022-05-09 | Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item... | Matthias Krüger | -0/+151 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -0/+151 |
| 2022-05-08 | Test `expect` attribute for tool lints, rustc edition (RFC 2383) | xFrednet | -0/+171 |
| 2022-05-08 | Only assert for unstable expectation ids after conversion (RFC 2383) | xFrednet | -0/+36 |
| 2022-05-05 | Add tests | est31 | -43/+195 |
| 2022-04-23 | Fix lints. | Camille GILLOT | -18/+28 |
| 2022-04-22 | Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkov | bors | -0/+80 |
| 2022-04-21 | Move some tests to more reasonable directories | Caio | -0/+80 |
| 2022-04-17 | Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov | bors | -8/+10 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -8/+10 |
| 2022-04-17 | Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiasko | bors | -16/+6 |
| 2022-04-17 | Rollup merge of #96112 - niluxv:strict-provenance-lint-improvements, r=nagisa | Dylan DPC | -4/+39 |
| 2022-04-16 | Improve `fuzzy_provenance_casts` lint diagnostics | niluxv | -1/+1 |
| 2022-04-16 | Improve `lossy_provenance_casts` lint diagnostics | niluxv | -3/+38 |
| 2022-04-16 | Rollup merge of #95372 - RalfJung:unaligned_references, r=oli-obk | Dylan DPC | -0/+149 |
| 2022-04-14 | make unaligned_reference warning visible in future compat report | Ralf Jung | -0/+149 |
| 2022-04-14 | `Unique<T>` is now considered FFI-safe | Eduardo Sánchez Muñoz | -16/+6 |
| 2022-04-12 | Rollup merge of #95910 - ehuss:fix-crate-type-duplicate, r=Dylan-DPC | Matthias Krüger | -60/+44 |
| 2022-04-10 | Fix crate_type attribute to not warn on duplicates | Eric Huss | -60/+44 |
| 2022-04-09 | Fix missing space in lossy provenance cast lint | niluxv | -2/+2 |
| 2022-04-08 | Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test it | niluxv | -0/+60 |
| 2022-04-01 | invalid_value lint: detect invalid initialization of arrays | Ralf Jung | -11/+52 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -14/+16 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -25/+0 |
| 2022-03-15 | Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-03-15 | fix typos | Dylan DPC | -1/+1 |
| 2022-03-14 | Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199... | Matthias Krüger | -0/+77 |
| 2022-03-10 | Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandry | Dylan DPC | -36/+18 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -84/+84 |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -84/+84 |
| 2022-03-08 | Fix docs, fix incorrect lint source in note | David Koloski | -1/+1 |
| 2022-03-08 | Switch the primary diagnostic to `unknown_lints` | David Koloski | -36/+18 |
| 2022-03-08 | Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnr | Matthias Krüger | -0/+61 |
| 2022-03-07 | Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message | xFrednet | -0/+77 |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -84/+84 |
| 2022-03-04 | Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726 | Dylan DPC | -26/+0 |
| 2022-03-03 | Emit `unused_attributes` if a level attr only has a reason | xFrednet | -0/+61 |
| 2022-03-03 | Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw... | bors | -0/+590 |
| 2022-03-03 | Remove the everybody loops pass | bjorn3 | -26/+0 |
| 2022-03-02 | Update unused_doc_comments ui test | Guillaume Gomez | -1/+41 |
| 2022-03-02 | Use Vec for expectations to have a constant order (RFC-2383) | xFrednet | -19/+19 |
| 2022-03-02 | Test `expect` with `forbid` and fix doc errors (RFC-2383) | xFrednet | -6/+119 |
| 2022-03-02 | Expect each lint in attribute individually (RFC-2383) | xFrednet | -42/+97 |
| 2022-03-02 | Add UI tests for the `expect` attribute (RFC-2383) | xFrednet | -0/+422 |
| 2022-03-01 | Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot | Dylan DPC | -0/+300 |
| 2022-02-27 | Lint against more useless `#[must_use]` attributes | Ruby Lazuli | -0/+300 |
| 2022-02-25 | Rollup merge of #94353 - flip1995:fix_debug_assert_unused, r=Dylan-DPC | Matthias Krüger | -6/+6 |