| Age | Commit message (Expand) | Author | Lines |
| 2024-04-29 | Don't trigger `unused_qualifications` on global paths | 许杰友 Jieyou Xu (Joe) | -25/+23 |
| 2024-04-18 | Silence unused_imports lint for redundant imports | Michael Goulet | -158/+20 |
| 2024-03-14 | fixes #121331 | surechen | -18/+155 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -6/+13 |
| 2024-03-10 | Detect unused struct impls pub trait | r0cky | -4/+31 |
| 2024-03-07 | Use was_invoked_from_cargo method instead of hand-written one | Urgau | -1/+1 |
| 2024-03-07 | Add some weird test cases to the non_local_definitions lint tests | Urgau | -14/+56 |
| 2024-03-07 | Rollup merge of #122107 - Urgau:non_local_def-allow, r=WaffleLapkin | Matthias Krüger | -51/+56 |
| 2024-03-06 | Temporarily make allow-by-default the non_local_definitions lint | Urgau | -51/+56 |
| 2024-03-06 | Rollup merge of #122038 - Alexendoo:unused-qualifications, r=petrochenkov | Matthias Krüger | -1/+19 |
| 2024-03-05 | Rollup merge of #121961 - surechen:add_test_20240304, r=petrochenkov | Matthias Krüger | -0/+124 |
| 2024-03-05 | Fix linting paths with qself in `unused_qualifications` | Alex Macleod | -1/+19 |
| 2024-03-05 | add test for #71450 | surechen | -0/+110 |
| 2024-03-04 | add test for #78894 | surechen | -0/+14 |
| 2024-03-03 | Rollup merge of #121749 - jieyouxu:issue-45127-fix, r=petrochenkov | Matthias Krüger | -14/+126 |
| 2024-03-03 | Rollup merge of #121528 - Alexendoo:unused_qualifications, r=petrochenkov | Matthias Krüger | -7/+127 |
| 2024-03-03 | Consider middle segments of paths in `unused_qualifications` | Alex Macleod | -7/+127 |
| 2024-03-03 | Only run lint tests on x86_64-unknown-linux-gnu | 许杰友 Jieyou Xu (Joe) | -13/+17 |
| 2024-03-03 | Ignore cdylib test for i686-unknown-linux-musl | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-03-02 | Ignore wasm in dylib/proc-macro crate type tests | 许杰友 Jieyou Xu (Joe) | -4/+6 |
| 2024-03-01 | If suggestion would leave an empty line, delete it | clubby789 | -1/+56 |
| 2024-02-28 | Don't lint snake-case on executable crate name | Gil Shoshan | -14/+119 |
| 2024-02-26 | Rollup merge of #121628 - gurry:121534-ice-asymm-binop, r=oli-obk | Matthias Krüger | -0/+21 |
| 2024-02-26 | Do not const pop unions | Gurinder Singh | -0/+21 |
| 2024-02-26 | Rollup merge of #120840 - HTGAzureX1212:HTGAzureX1212/unicode-identifier-type... | Guillaume Gomez | -7/+13 |
| 2024-02-26 | separate messages for individual categories | HTGAzureX1212. | -7/+13 |
| 2024-02-26 | Auto merge of #121461 - reitermarkus:generic-nonzero-tests, r=dtolnay | bors | -185/+182 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+1051 |
| 2024-02-25 | Don't use `unwrap()` in `ArrayIntoIter` lint when typeck fails | Gurinder Singh | -0/+20 |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -185/+182 |
| 2024-02-24 | promotion: don't promote int::MIN / -1 | Ralf Jung | -720/+177 |
| 2024-02-23 | Rollup merge of #121510 - RalfJung:lint-overflowing-ops, r=oli-obk | Matthias Krüger | -676/+1191 |
| 2024-02-23 | lint-overflowing-ops: unify cases and remove redundancy | Ralf Jung | -676/+1191 |
| 2024-02-23 | Rollup merge of #121471 - estebank:lint-clone, r=TaKO8Ki | Matthias Krüger | -77/+62 |
| 2024-02-22 | When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de... | Esteban Küber | -77/+62 |
| 2024-02-22 | remove exception | James Dietz | -8/+8 |
| 2024-02-21 | consolidate tests | James Dietz | -510/+1169 |
| 2024-02-21 | Rollup merge of #121338 - jieyouxu:ambiguous_wide_pointer_comparisons_suggest... | Dylan DPC | -0/+44 |
| 2024-02-20 | Downgrade ambiguous_wide_pointer_comparisons suggestions to MaybeIncorrect | 许杰友 Jieyou Xu (Joe) | -0/+44 |
| 2024-02-20 | trigger `unsafe_code` on `global_asm!` invocations | Kalle Wachsmuth | -0/+47 |
| 2024-02-18 | Auto merge of #119673 - petrochenkov:dialoc5, r=compiler-errors,cjgillot | bors | -8/+10 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -26/+102 |
| 2024-02-18 | macro_rules: Preserve all metavariable spans in a global side table | Vadim Petrochenkov | -8/+10 |
| 2024-02-17 | Add cargo update suggestion for non local defs | Urgau | -49/+113 |
| 2024-02-17 | Add const-anon suggestion for non local impl | Urgau | -0/+3 |
| 2024-02-17 | Implement RFC3373 non local definitions lint | Urgau | -0/+984 |
| 2024-02-17 | Enable `ConstPropLint` for promoteds | Gurinder Singh | -535/+3566 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -532/+532 |
| 2024-02-14 | Ignore unsized types when trying to determine the size of a type | Urgau | -0/+5 |
| 2024-02-14 | Rollup merge of #121075 - chenyukang:yukang-fix-121070-lint-range, r=oli-obk | Guillaume Gomez | -0/+16 |