| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-08-15 | Improve `invalid_reference_casting` lint | Urgau | -17/+102 |
| 2023-08-14 | Add test for unknown_lints from another file. | Eric Huss | -0/+36 |
| 2023-08-14 | match scrutinee need necessary parentheses for structs | yukang | -0/+50 |
| 2023-08-13 | Auto merge of #114757 - Urgau:transmute-with-invalid_reference_casting, r=est31 | bors | -9/+26 |
| 2023-08-12 | Auto merge of #114710 - Urgau:fix-expect-dead_code-114557, r=cjgillot | bors | -0/+70 |
| 2023-08-12 | Also consider `transmute` with the `invalid_reference_casting` lint | Urgau | -9/+26 |
| 2023-08-10 | Respect `#[expect]` the same way `#[allow]` is with the `dead_code` lint | Urgau | -0/+70 |
| 2023-08-08 | Fix multiple `expect` attribs in impl block | Chinedu Francis Nwafili | -0/+25 |
| 2023-08-07 | Auto merge of #113902 - Enselic:lint-recursive-drop, r=oli-obk | bors | -0/+55 |
| 2023-08-06 | Improve diagnostics and add tests for function calls | est31 | -21/+31 |
| 2023-08-06 | Rollup merge of #114486 - Urgau:const-context-nan-suggestion-114471, r=compil... | Matthias Krüger | -5/+0 |
| 2023-08-05 | Avoid invalid NaN lint machine-applicable suggestion in const context | Urgau | -5/+0 |
| 2023-08-05 | Rollup merge of #114248 - fmease:neg-copy-rules-out-missing-copy-impl, r=b-naber | Matthias Krüger | -0/+15 |
| 2023-08-05 | Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkov | bors | -151/+145 |
| 2023-08-04 | Rollup merge of #114472 - estebank:issue-76140, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -1/+1 |
| 2023-08-04 | Reword confusable idents lint | Esteban Küber | -8/+8 |
| 2023-08-04 | Make MissingDoc a module lint. | Camille GILLOT | -42/+42 |
| 2023-08-04 | Make MissingDebugImplementation a module lint. | Camille GILLOT | -8/+8 |
| 2023-08-04 | Bless ui tests. | Camille GILLOT | -101/+95 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -1/+1 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -97/+301 |
| 2023-08-03 | Also add label with original type for function pointers | Urgau | -11/+33 |
| 2023-08-03 | Also lint on cast/cast_mut and ptr::from_mut/ptr::from_ref | Urgau | -20/+84 |
| 2023-08-03 | Make lint missing-copy-implementations honor negative Copy impls | León Orell Valerian Liehr | -0/+15 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -3/+3 |
| 2023-08-01 | Add more tests for useless_ptr_null_checks lint | Urgau | -17/+50 |