| Age | Commit message (Expand) | Author | Lines |
| 2024-09-23 | Revert "Add recursion limit to FFI safety lint" | Michael Goulet | -19/+3 |
| 2024-09-23 | add unqualified_local_imports lint | Ralf Jung | -0/+98 |
| 2024-09-23 | Remove with/without trait and bounds consideration | Urgau | -12/+2 |
| 2024-09-23 | Point to every relevant types in the main diag | Urgau | -67/+17 |
| 2024-09-23 | Rework `non_local_definitions` lint to only be a syntactic heuristic | Urgau | -239/+24 |
| 2024-09-23 | Revert "Switch back `non_local_definitions` lint to allow-by-default" | Urgau | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -619/+483 |
| 2024-09-21 | compiler: Accept "improper" ctypes in extern "rust-cold" fn | Jubilee Young | -1/+4 |
| 2024-09-21 | Auto merge of #130599 - jieyouxu:snake_case_binary_cleanup, r=petrochenkov | bors | -0/+3 |
| 2024-09-21 | Explain why non_snake_case is skipped for binary crates | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-09-21 | Rollup merge of #130646 - workingjubilee:literally-factorize-int-lint, r=comp... | Matthias Krüger | -405/+395 |
| 2024-09-21 | Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi... | Matthias Krüger | -3/+19 |
| 2024-09-20 | compiler: reuse {un,}signed_fit in get_type_suggestion (nfc) | Jubilee Young | -40/+14 |
| 2024-09-20 | compiler: factor OVERFLOWING_LITERALS impl into a file (nfc) | Jubilee Young | -405/+421 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+196 |
| 2024-09-20 | Add recursion limit to FFI safety lint | Gurinder Singh | -3/+19 |
| 2024-09-19 | warn less about non-exhaustive in ffi | Jubilee Young | -9/+18 |
| 2024-09-18 | Rollup merge of #130507 - Urgau:check-cfg-raw-keywords, r=jieyouxu | Matthias Krüger | -4/+13 |
| 2024-09-18 | Improve handling of raw-idents in check-cfg | Urgau | -4/+13 |
| 2024-09-17 | Rollup merge of #130469 - compiler-errors:wc-obj-safety, r=jackh726 | Matthias Krüger | -0/+5 |
| 2024-09-17 | Mark where_clauses_object_safety as removed | Michael Goulet | -0/+5 |
| 2024-09-16 | Don't ICE in opaque_hidden_inferred_bound lint for RPITIT in trait with no de... | Michael Goulet | -0/+12 |
| 2024-09-15 | Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillot | Matthias Krüger | -5/+3 |
| 2024-09-15 | Rollup merge of #130353 - Zalathar:lint-zero, r=jieyouxu | Stuart Cook | -1/+1 |
| 2024-09-14 | Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-dead | bors | -0/+4 |
| 2024-09-14 | Rollup merge of #130343 - Fayti1703:patch-correct-async-block-lint-doc, r=com... | León Orell Valerian Liehr | -0/+1 |
| 2024-09-14 | Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr | León Orell Valerian Liehr | -16/+16 |
| 2024-09-14 | Make some lint doctests compatible with `--stage=0` | Zalathar | -1/+1 |
| 2024-09-14 | Fix lint levels not getting overridden by attrs on `Stmt` nodes | Gurinder Singh | -5/+3 |
| 2024-09-14 | docs: Enable required feature for 'closure_returning_async_block' lint | Fayti1703 | -0/+1 |
| 2024-09-13 | Disallow hidden references to mutable static | Obei Sideg | -0/+196 |
| 2024-09-13 | some fixes for clashing_extern_declarations lint | Ralf Jung | -39/+35 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -13/+13 |
| 2024-09-13 | Remove unnecessary lifetime from `BuiltinTypeAliasBounds`. | Nicholas Nethercote | -3/+3 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -0/+438 |
| 2024-09-13 | simplify the suggestion notes | Ding Xiang Fei | -111/+124 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -4/+2 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -1/+1 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -4/+2 |
| 2024-09-11 | Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-dead | bors | -51/+39 |
| 2024-09-11 | coalesce lint suggestions that can intersect | Ding Xiang Fei | -110/+215 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -0/+320 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -6/+0 |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but kee... | Ralf Jung | -0/+4 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -5/+35 |
| 2024-09-06 | Check AttrId for expectations. | Camille GILLOT | -51/+39 |
| 2024-09-06 | Lint against keyword lifetimes in keyword_idents | Michael Goulet | -5/+18 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -0/+17 |
| 2024-09-06 | Hack around a conflict with `clippy::needless_lifetimes` | Pavel Grigorenko | -0/+7 |