| Age | Commit message (Expand) | Author | Lines |
| 2024-09-06 | Also emit `missing_docs` lint with `--test` to fulfill expectations | Urgau | -0/+13 |
| 2024-09-01 | Auto merge of #127313 - cjgillot:single-expect, r=jieyouxu | bors | -67/+8 |
| 2024-08-31 | Rewrite lint_expectations in a single pass. | Camille GILLOT | -67/+8 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -0/+214 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -6/+6 |
| 2024-08-24 | Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillot | Trevor Gross | -0/+120 |
| 2024-08-23 | Rollup merge of #129408 - Urgau:macro-arg-drop_copy, r=compiler-errors | Guillaume Gomez | -0/+45 |
| 2024-08-22 | Fix handling of macro arguments within the `dropping_copy_types lint | Urgau | -0/+45 |
| 2024-08-21 | Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebank | Matthias Krüger | -1/+1 |
| 2024-08-19 | Reword the "unreachable pattern" explanations | Nadrieril | -1/+1 |
| 2024-08-19 | Rollup merge of #129235 - GoldsteinE:check-may-dangle, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -36/+34 |
| 2024-08-18 | Fix wording of misapplied `must_not_suspend` error | Goldstein | -4/+4 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -38/+38 |
| 2024-08-09 | Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnr | bors | -14/+171 |
| 2024-08-08 | Normalize struct tail properly in disalignment check | Michael Goulet | -14/+171 |
| 2024-08-08 | Only suggest `#[allow]` for `--warn` and `--deny` lint level flags | Alex Macleod | -7/+0 |
| 2024-08-07 | unused_parens: do not lint against parens around &raw | Ralf Jung | -32/+72 |
| 2024-08-06 | Add a special case for CStr/CString in the improper_ctypes lint | Flying-Toast | -0/+120 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -3/+2 |
| 2024-08-03 | Bless test fallout | Michael Goulet | -4/+8 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -119/+10 |
| 2024-08-03 | Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov" | Michael Goulet | -33/+0 |
| 2024-08-03 | Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -31/+0 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -135/+18 |
| 2024-08-03 | Revert "Rollup merge of #127017 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -65/+0 |
| 2024-08-03 | Revert "Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petrochenkov" | Michael Goulet | -49/+0 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -19/+19 |
| 2024-08-01 | Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgr | bors | -28/+172 |
| 2024-08-01 | Rollup merge of #128449 - Urgau:tmp-allow-negative-lit-lint, r=compiler-errors | Matthias Krüger | -12/+18 |
| 2024-07-31 | Temporarily switch `ambiguous_negative_literals` lint to allow | Urgau | -12/+18 |
| 2024-07-31 | Introduce REDUNDANT_IMPORTS lint | Michael Goulet | -28/+172 |
| 2024-07-29 | Rollup merge of #128284 - GKFX:stabilize-offset-of-nested, r=dtolnay,jieyouxu | Matthias Krüger | -8/+6 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -8/+6 |
| 2024-07-26 | Not lint pub structs without pub constructors if containing fields of unit, n... | mu001999 | -0/+49 |
| 2024-07-26 | Rollup merge of #127017 - mu001999-contrib:dead/enhance, r=pnkfelix | Trevor Gross | -0/+65 |
| 2024-07-25 | Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errors | Matthias Krüger | -0/+214 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-07-24 | Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps` | Trevor Gross | -0/+15 |
| 2024-07-23 | Stabilize unsafe extern blocks (RFC 3484) | Santiago Pastorino | -3/+2 |
| 2024-07-18 | Be more accurate about calculating `display_col` from a `BytePos` | Esteban Küber | -1/+1 |
| 2024-07-12 | Rollup merge of #127535 - spastorino:unsafe_code-unsafe_extern_blocks, r=oli-obk | Jubilee | -0/+31 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -2/+2 |
| 2024-07-11 | Implement `ambiguous_negative_literals` lint | Urgau | -0/+214 |
| 2024-07-09 | Fire unsafe_code lint on unsafe extern blocks | Santiago Pastorino | -0/+31 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -0/+42 |
| 2024-07-07 | Fix unconditional recursion lint wrt tail calls | Maybe Waffle | -0/+42 |
| 2024-07-05 | Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix | Michael Goulet | -18/+135 |
| 2024-07-04 | Improve dead code analysis | mu001999 | -18/+135 |
| 2024-06-30 | Rollup merge of #126018 - nnethercote:rm-box_pointers-lint, r=lcnr | Matthias Krüger | -36/+4 |