| Age | Commit message (Expand) | Author | Lines |
| 2022-06-09 | Use `multipart_suggestion` to create an applicable suggestion. | Aaron Kofsky | -4/+4 |
| 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-05 | Add diagnostic items to MutexGuard and RwLock Guards | Aaron Kofsky | -1/+1 |
| 2022-06-05 | Remove `let_underscore_must_use` | Aaron Kofsky | -46/+0 |
| 2022-06-04 | Use `check-pass` instead of `run-pass` | Aaron Kofsky | -2/+3 |
| 2022-06-04 | Move `let_underscore` tests into the `lint` subfolder. | Aaron Kofsky | -0/+102 |
| 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-25 | Tweak memory ordering diagnostic. | Mara Bos | -36/+18 |
| 2022-05-25 | Update tests. | Mara Bos | -180/+216 |
| 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 |
| 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 |