| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | Stabilize `ptr::{from_ref, from_mut}` | Maybe Waffle | -73/+69 |
| 2023-12-14 | Recurse into let bindings if possible in ref casting lint | Urgau | -8/+35 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -0/+590 |
| 2023-12-06 | Rollup merge of #118504 - compiler-errors:must-use, r=WaffleLapkin | Matthias Krüger | -0/+53 |
| 2023-12-06 | Add warn-by-default lint against ambiguous wide pointer comparisons | Urgau | -0/+590 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -0/+34 |
| 2023-11-30 | Enforce must_use on associated types and RPITITs | Michael Goulet | -0/+53 |
| 2023-11-29 | Change how `for (x in foo) {}` is handled | Esteban Küber | -13/+17 |
| 2023-11-29 | Bubble parse error when expecting `)` | Esteban Küber | -14/+2 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -90/+90 |
| 2023-11-21 | lib features ending in '_internals?' are internal | Ralf Jung | -0/+34 |
| 2023-11-21 | Auto merge of #115691 - jsgf:typed-json-diags, r=est31,dtolnay | bors | -13/+33 |
| 2023-11-18 | add test for pinned `must_use` pointers | Max Niederman | -0/+65 |
| 2023-10-30 | Rollup merge of #117395 - gurry:117380-wrong-parent-sugg, r=Nilstrieb | Guillaume Gomez | -1/+89 |
| 2023-10-30 | Fix #117284, Fix unused variables lint issue for args in macro | yukang | -0/+46 |
| 2023-10-30 | Fix missing leading space in suggestion | Gurinder Singh | -1/+89 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -6/+6 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-18 | Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv... | Ali MJ Al-Nasrawy | -0/+25 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -1/+1 |
| 2023-10-17 | disable missing_copy_implementations lint on non_exhaustive types | Ryan Mehri | -0/+25 |
| 2023-10-13 | Use `$message_type` as the tag | Jeremy Fitzhardinge | -14/+14 |
| 2023-10-11 | Auto merge of #116623 - Nadrieril:validate-range-endpoints, r=oli-obk | bors | -21/+21 |
| 2023-10-11 | Fix span of overflow lint for negated literals | Nadrieril | -21/+21 |
| 2023-10-07 | Auto merge of #115583 - RalfJung:packed-unsized, r=lcnr | bors | -11/+64 |
| 2023-10-06 | Rollup merge of #116421 - Urgau:inter-mut-invalid_ref_casting, r=oli-obk | Matthias Krüger | -21/+47 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -142/+97 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -142/+97 |
| 2023-10-04 | Auto merge of #114417 - chinedufn:fix-expect-unused-in-impl-block-rust-issue-... | bors | -0/+30 |
| 2023-10-04 | Clarify `invalid_reference_casting` lint around interior mutable types | Urgau | -21/+47 |
| 2023-10-02 | Address misc feedback | Chinedu Francis Nwafili | -3/+1 |
| 2023-09-29 | Rollup merge of #116201 - Jarcho:noop_fix, r=fee1-dead | Matthias Krüger | -7/+33 |
| 2023-09-28 | Fix `noop_method_call` detection for new diagnostic items | Jason Newcomb | -7/+33 |
| 2023-09-27 | Fix ICE by introducing an expr_or_init variant for outside bodies | Urgau | -0/+4 |
| 2023-09-27 | Simplify casting logic of the invalid_reference_casting lint | Urgau | -25/+55 |
| 2023-09-27 | Prefer expr_or_init over manual init detection | Urgau | -20/+66 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -21/+29 |
| 2023-09-23 | Revert duplication of tests. | Camille GILLOT | -394/+26 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -1/+1 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -1/+1 |
| 2023-09-21 | tests/ui: Split large_moves.rs and move to lint/large_assignments | Martin Nordholts | -0/+124 |
| 2023-09-21 | Rollup merge of #115257 - Urgau:invalid-utf8-walk-up-hir, r=Nilstrieb | Guillaume Gomez | -39/+123 |
| 2023-09-21 | Improve invalid UTF-8 lint by finding the expression initializer | Urgau | -39/+123 |
| 2023-09-19 | Add test for future-incompat diagnostics with json output | Jeremy Fitzhardinge | -0/+20 |
| 2023-09-19 | Add `type` field to json diagnostic outputs | Jeremy Fitzhardinge | -13/+13 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -21/+31 |
| 2023-09-14 | Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errors | bors | -0/+15 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -56/+56 |
| 2023-09-13 | Visit ExprField for lint levels. | Camille GILLOT | -0/+15 |