| Age | Commit message (Expand) | Author | Lines |
| 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 | make soft_unstable show up in future breakage reports | Ralf Jung | -0/+15 |
| 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 |
| 2023-09-12 | Tests passing | Chinedu Francis Nwafili | -2/+6 |
| 2023-09-11 | Rollup merge of #115631 - compiler-errors:ctypes-unsized, r=davidtwco | Matthias Krüger | -0/+24 |
| 2023-09-11 | Auto merge of #115387 - weihanglo:merge-check-and-lint, r=oli-obk | bors | -13/+168 |
| 2023-09-09 | Fix ICE in improper_ctypes_definitions lint | Gurinder Singh | -9/+25 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -1/+1 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -56/+56 |
| 2023-09-07 | Don't ICE when computing ctype's repr_nullable_ptr for possibly-unsized ty | Michael Goulet | -0/+24 |
| 2023-09-07 | Auto merge of #115166 - Urgau:invalid_ref_casting-invalid-unsafecell-usage, r... | bors | -20/+76 |
| 2023-09-06 | still accept references to u8 slices and str in packed fields | Ralf Jung | -11/+41 |
| 2023-09-05 | fix detecting references to packed unsized fields | Ralf Jung | -11/+34 |
| 2023-09-04 | Add help to allow lint for the implied by suggestion | Urgau | -0/+10 |
| 2023-09-03 | Emit unused doc comment warnings for pat and expr fields | Gurinder Singh | -4/+52 |
| 2023-09-01 | Rollup merge of #115424 - notriddle:notriddle/issue-106413, r=oli-obk | Matthias Krüger | -0/+159 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -3/+3 |
| 2023-08-31 | diagnostics: avoid wrong `unused_parens` on `x as (T) < y` | Michael Howell | -0/+159 |
| 2023-08-30 | feat(rustc_lint): make `CheckLintName` respect lint level | Weihang Lo | -47/+75 |
| 2023-08-30 | test(ui/lint): demonstrate the current cmdline lint behavior | Weihang Lo | -0/+127 |
| 2023-08-24 | Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lint | Urgau | -20/+76 |
| 2023-08-23 | Improve note for the invalid_reference_casting lint | Urgau | -0/+57 |
| 2023-08-22 | Add support for ptr::write for the invalid_reference_casting lint | Urgau | -5/+53 |
| 2023-08-16 | Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ... | Matthias Krüger | -17/+102 |
| 2023-08-15 | Misc progress | Chinedu Francis Nwafili | -0/+3 |
| 2023-08-15 | Rollup merge of #114820 - ehuss:unknown-lint-mod-warning, r=compiler-errors | Guillaume Gomez | -0/+36 |