| Age | Commit message (Expand) | Author | Lines |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -4/+176 |
| 2024-12-03 | Rollup merge of #133753 - dingxiangfei2009:reduce-false-positive-if-let-resco... | Matthias Krüger | -2/+5 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -3/+44 |
| 2024-12-02 | Add warn-by-default lint against unpredictable fn pointer comparisons | Urgau | -4/+176 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -2/+6 |
| 2024-12-02 | remove outdated comment | lcnr | -11/+4 |
| 2024-12-02 | reduce false positives on some common cases from if-let-rescope | Ding Xiang Fei | -2/+5 |
| 2024-12-01 | Fixed typos by changing `happend` to `happened` | HomelikeBrick42 | -3/+3 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -1/+1 |
| 2024-11-28 | Implement lint against `Symbol::intern` on a string literal | clubby789 | -2/+43 |
| 2024-11-28 | Rollup merge of #133487 - pitaj:reserve-guarded-strings, r=fee1-dead | Guillaume Gomez | -2/+16 |
| 2024-11-27 | Avoid even more decoding if not absolutely necessary | Urgau | -2/+2 |
| 2024-11-26 | Avoid decoding from metadata if not necessary | Urgau | -1/+1 |
| 2024-11-25 | fix confusing diagnostic for reserved `##` | Peter Jaszkowiak | -2/+16 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -19/+19 |
| 2024-11-24 | add guard pattern AST node | Max Niederman | -1/+1 |
| 2024-11-23 | no more Reveal :( | lcnr | -2/+0 |
| 2024-11-21 | Rollup merge of #133153 - maxcabrajac:flat_maps, r=petrochenkov | Matthias Krüger | -8/+9 |
| 2024-11-20 | Items | maxcabrajac | -8/+9 |
| 2024-11-20 | Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakis | bors | -314/+0 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -314/+0 |
| 2024-11-20 | Auto merge of #133234 - jhpratt:rollup-42dmg4p, r=jhpratt | bors | -24/+25 |
| 2024-11-20 | Rollup merge of #133108 - RalfJung:future-compat-needs-to-run, r=lcnr | Jacob Pratt | -10/+12 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -14/+13 |
| 2024-11-19 | Add external macro specific diagnostic to check-cfg | Urgau | -12/+93 |
| 2024-11-19 | Disable most Cargo check-cfg help in external macros | Urgau | -3/+10 |
| 2024-11-19 | lints_that_dont_need_to_run: never skip future-compat-reported lints | Ralf Jung | -10/+12 |
| 2024-11-19 | impl trait overcaptures, yeet ` TypingMode::from_param_env` | lcnr | -3/+3 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -13/+11 |
| 2024-11-19 | Correct comments concerning updated dangling pointer lint | gavincrawford | -8/+5 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -66/+77 |
| 2024-11-15 | Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkov | Guillaume Gomez | -19/+4 |
| 2024-11-15 | Rollup merge of #132936 - surechen:fix_131989, r=Nadrieril | Guillaume Gomez | -0/+9 |
| 2024-11-14 | Adding `BreakValue` to UnusedDelimsCtx to make `UnusedParens` and `UnusedBrac... | surechen | -1/+8 |
| 2024-11-12 | Change rustc_lint | maxcabrajac | -19/+4 |
| 2024-11-12 | For expr `return (_ = 42);` unused_paren lint should not be triggered | surechen | -0/+2 |
| 2024-11-11 | Recurse into APITs in impl_trait_overcaptures | Michael Goulet | -1/+5 |
| 2024-11-11 | Update dangling pointer tests | gavincrawford | -3/+4 |
| 2024-11-11 | Check for #[rustc_as_ptr] attribute instead of searching for function names | gavincrawford | -4/+5 |
| 2024-11-10 | Rollup merge of #132426 - Urgau:unreach_pub-super, r=petrochenkov | Matthias Krüger | -1/+20 |
| 2024-11-09 | Dont suggest use<APIT> | Michael Goulet | -1/+3 |
| 2024-11-09 | Suggest turning APITs into generics in opaque overcaptures | Michael Goulet | -36/+11 |
| 2024-11-07 | Rollup merge of #132095 - gechelberger:fix-131977, r=wesleywiser | Jubilee | -8/+19 |
| 2024-11-07 | Remove unused intercrate dependencies | clubby789 | -1/+0 |
| 2024-11-06 | skip if-let-rescope lint unless requested by migration | Ding Xiang Fei | -6/+5 |
| 2024-11-05 | Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995 | Matthias Krüger | -0/+3 |
| 2024-11-05 | Do not filter empty passes & Make CTFE Clippy into lintless pass | blyxyas | -0/+3 |
| 2024-11-04 | Prefer `pub(super)` in `unreachable_pub` lint suggestion | Urgau | -1/+20 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -7/+7 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -2/+2 |