| Age | Commit message (Expand) | Author | Lines |
| 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/+13 |
| 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 | -311/+0 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -311/+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/+89 |
| 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 | -35/+11 |
| 2024-11-07 | Rollup merge of #132095 - gechelberger:fix-131977, r=wesleywiser | Jubilee | -8/+19 |
| 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 |
| 2024-11-03 | compiler: Directly use rustc_abi in lints | Jubilee Young | -7/+6 |
| 2024-11-02 | Rollup merge of #132453 - Urgau:non_local_defs-impl-mod-transparent, r=jieyouxu | Matthias Krüger | -2/+8 |
| 2024-11-02 | Rollup merge of #132439 - tgross35:f16-f128-nan-lint, r=jieyouxu | Guillaume Gomez | -1/+4 |
| 2024-11-01 | Also treat `impl` definition parent as transparent regarding modules | Urgau | -2/+8 |
| 2024-10-31 | Add `f16` and `f128` to `invalid_nan_comparison` | Trevor Gross | -1/+4 |
| 2024-10-31 | Rollup merge of #132357 - m-ou-se:explicit-abi, r=compiler-errors | Jubilee | -3/+1 |
| 2024-10-31 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -1/+1 |
| 2024-10-31 | Improve the missing_abi lint. | Mara Bos | -3/+1 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -6/+8 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -1/+1 |
| 2024-10-30 | Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -9/+21 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -6/+8 |