| Age | Commit message (Expand) | Author | Lines |
| 2025-07-13 | Auto merge of #140717 - mejrs:diagnostic_lints, r=oli-obk | bors | -12/+89 |
| 2025-07-11 | Split up the `unknown_or_malformed_diagnostic_attributes` lint | mejrs | -12/+89 |
| 2025-07-10 | Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro... | Trevor Gross | -1/+2 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -1/+1 |
| 2025-06-25 | deny AMBIGUOUS_GLOB_IMPORTS; tests fail in this commit | LorrensP-2158466 | -1/+2 |
| 2025-06-23 | compiler: Remove unsupported_fn_ptr_calling_conventions lint | Jubilee Young | -1/+0 |
| 2025-06-15 | Rollup merge of #141937 - WaffleLapkin:never-report-in-deps, r=oli-obk,travis... | León Orell Valerian Liehr | -0/+2 |
| 2025-06-14 | Remove all support for wasm's legacy ABI | bjorn3 | -45/+0 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -46/+0 |
| 2025-06-12 | Make `missing_fragment_specifier` an unconditional error | Trevor Gross | -46/+0 |
| 2025-06-11 | compiler: Avoid reporting unsupported_calling_conventions in deps | Jubilee Young | -1/+1 |
| 2025-06-08 | add (back) unsupported_calling_conventions lint to reject more invalid callin... | Ralf Jung | -0/+48 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -33/+0 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -33/+0 |
| 2025-06-03 | report never type lints in deps | Waffle Lapkin | -0/+2 |
| 2025-06-03 | decouple "reporting in deps" from future incompatibility reason | Waffle Lapkin | -27/+38 |
| 2025-05-30 | Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwco | Matthias Krüger | -3/+39 |
| 2025-05-27 | Warn on non-crate level text direction lints | Matthew Jasper | -1/+3 |
| 2025-05-27 | Avoid including text direction codepoints in lint messages | Matthew Jasper | -4/+4 |
| 2025-05-27 | Report text_direction_codepoint_in_literal when parsing | Matthew Jasper | -1/+35 |
| 2025-05-25 | Make UNNECESSARY_TRANSMUTES into a HIR lint | Michael Goulet | -25/+0 |
| 2025-05-25 | Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lint | Michael Goulet | -35/+0 |
| 2025-05-22 | make enabling the neon target feature a FCW | Ralf Jung | -8/+50 |
| 2025-05-07 | Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross | Jacob Pratt | -29/+3 |
| 2025-04-26 | Update lint-docs to default to Rust 2024 | Eric Huss | -2/+2 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -0/+25 |
| 2025-04-20 | make abi_unsupported_vector_types a hard error | Ralf Jung | -69/+0 |
| 2025-04-07 | Add `naked_functions_rustic_abi` feature gate | Folkert de Vries | -34/+0 |
| 2025-03-25 | add FCW to warn about wasm ABI transition | Ralf Jung | -0/+46 |
| 2025-03-09 | Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile... | Matthias Krüger | -1/+1 |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -37/+0 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -1/+1 |
| 2025-03-05 | Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har... | 许杰友 Jieyou Xu (Joe) | -53/+0 |
| 2025-03-03 | After introducing the warning in 1.83, now also warn in deps | Tamme Dittrich | -1/+1 |
| 2025-02-22 | Make `ptr_cast_add_auto_to_object` lint into hard error | Travis Cross | -53/+0 |
| 2025-02-22 | Fix builtin lints | Michael Goulet | -4/+4 |
| 2025-02-20 | Turn order dependent trait objects future incompat warning into a hard error | Oli Scherer | -37/+0 |
| 2025-02-13 | Implement lint for definition site item shadowing too | Michael Goulet | -1/+41 |
| 2025-02-13 | Implement shadowing lint | Michael Goulet | -0/+43 |
| 2025-02-05 | Rollup merge of #135964 - ehuss:cenum_impl_drop_cast, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -53/+0 |
| 2025-01-26 | Downgrade `linker-warnings` to allow-by-default | jyn | -5/+13 |
| 2025-01-25 | Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubilee | Jacob Pratt | -39/+0 |
| 2025-01-23 | Make cenum_impl_drop_cast a hard error | Eric Huss | -53/+0 |
| 2025-01-23 | Make the wasm_c_abi future compat warning a hard error | bjorn3 | -39/+0 |
| 2025-01-20 | make it possible to silence linker warnings with a crate-level attribute | jyn | -0/+34 |
| 2025-01-15 | Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril | Jacob Pratt | -1/+1 |
| 2025-01-13 | remove test_unstable_lint feature | Aditya-PS-05 | -1/+2 |
| 2025-01-12 | Update unstable lint docs to include required feature attributes | Aditya-PS-05 | -0/+3 |
| 2025-01-07 | Switch missing_abi lint to warn-by-default. | Mara Bos | -1/+1 |