| Age | Commit message (Expand) | Author | Lines |
| 2022-06-22 | Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=... | bors | -176/+262 |
| 2022-06-22 | Rollup merge of #98336 - fmease:remove-faulty-doc-hidden-lint, r=GuillaumeGomez | Yuki Okushi | -177/+0 |
| 2022-06-21 | Move some tests to more reasonable directories | Caio | -0/+34 |
| 2022-06-21 | Remove `#[doc(hidden)]` logic from `unused_attributes` lint | León Orell Valerian Liehr | -177/+0 |
| 2022-06-19 | collapse dead code warnings into a single diagnostic | Takayuki Maeda | -176/+262 |
| 2022-06-16 | fix one more case of trailing space | klensy | -14/+14 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -82/+82 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -0/+175 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -0/+175 |
| 2022-06-11 | Auto merge of #97903 - est31:unused_macro_rules_compile_error, r=petrochenkov | bors | -0/+113 |
| 2022-06-10 | Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w... | Yuki Okushi | -0/+8 |
| 2022-06-09 | Test that the unused_macros lint works correctly if rules are malformed | est31 | -0/+41 |
| 2022-06-09 | Suppress the unused_macro_rules lint if malformed rules are encountered | est31 | -0/+19 |
| 2022-06-09 | Never regard macro rules with compile_error! invocations as unused | est31 | -0/+53 |
| 2022-06-06 | Auto merge of #97795 - Dylan-DPC:rollup-dxilagr, r=Dylan-DPC | bors | -0/+156 |
| 2022-06-06 | Rollup merge of #97495 - clarfonthey:e0788-no-coverage, r=nagisa | Dylan DPC | -0/+156 |
| 2022-06-06 | Auto merge of #97086 - 5225225:link-section-is-unsafe, r=davidtwco | bors | -16/+35 |
| 2022-06-05 | Changes from code review | ltdk | -19/+46 |
| 2022-06-04 | Support the `#[expect]` attribute on fn parameters (RFC-2383) | xFrednet | -0/+25 |
| 2022-06-04 | Fix `delayed_good_path_bug` ice for expected diagnostics (RFC 2383) | xFrednet | -0/+8 |
| 2022-06-03 | Auto merge of #96296 - cjgillot:remove-label-lt-shadow, r=petrochenkov | bors | -9/+9 |
| 2022-06-02 | Stop warning against unrelated labels. | Camille GILLOT | -13/+3 |
| 2022-06-02 | Bless tests. | Camille GILLOT | -12/+22 |
| 2022-06-02 | don't use a `span_note` for ignored impls | lcnr | -6/+1 |
| 2022-05-28 | Add E0788 for improper #[no_coverage] usage | ltdk | -0/+129 |
| 2022-05-28 | Make some tests check-pass | Yuki Okushi | -7/+5 |
| 2022-05-24 | Emit weird lint name lints after expansion | est31 | -8/+173 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -272/+49 |
| 2022-05-20 | Do not warn on inherent doc(hidden) assoc items | León Orell Valerian Liehr | -9/+35 |
| 2022-05-16 | Report unsafe for overriding link sections | 5225225 | -16/+35 |
| 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 |