| Age | Commit message (Expand) | Author | Lines |
| 2024-09-15 | Rollup merge of #130353 - Zalathar:lint-zero, r=jieyouxu | Stuart Cook | -0/+1 |
| 2024-09-14 | Make some lint doctests compatible with `--stage=0` | Zalathar | -0/+1 |
| 2024-09-13 | Disallow hidden references to mutable static | Obei Sideg | -53/+1 |
| 2024-09-10 | const-eval interning: accpt interior mutable pointers in final value (but kee... | Ralf Jung | -46/+0 |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -0/+2 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -0/+2 |
| 2024-09-06 | elided_named_lifetimes: unify lint def & pass MissingLifetimeKind | Pavel Grigorenko | -7/+10 |
| 2024-09-04 | update docs of missing_abi lint | Kalle Wachsmuth | -5/+7 |
| 2024-09-01 | Auto merge of #127313 - cjgillot:single-expect, r=jieyouxu | bors | -26/+5 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -0/+40 |
| 2024-08-31 | Remove attr_id from stable lint ids. | Camille GILLOT | -26/+5 |
| 2024-08-31 | Implement `elided_named_lifetimes` lint | Pavel Grigorenko | -0/+40 |
| 2024-08-31 | Rollup merge of #129534 - workingjubilee:ratchet-wasm-c-abi-fcw-to-deny, r=da... | Matthias Krüger | -1/+1 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_lint_defs`. | Nicholas Nethercote | -0/+4 |
| 2024-08-24 | Deny wasm_c_abi lint to nudge the last 25% | Jubilee Young | -1/+1 |
| 2024-08-24 | Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compil... | Matthias Krüger | -35/+0 |
| 2024-08-21 | Rollup merge of #128727 - RalfJung:conflicting-repr-future-incompat, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-08-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -1/+0 |
| 2024-08-17 | make writes_through_immutable_pointer a hard error | Ralf Jung | -35/+0 |
| 2024-08-07 | Disallow setting built-in cfgs via set the command-line | Urgau | -0/+39 |
| 2024-08-07 | Make `Span` optional in `BufferedEarlyLint` | Urgau | -2/+2 |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -1/+0 |
| 2024-08-06 | bump conflicting_repr_hints lint to be shown in dependencies | Ralf Jung | -1/+1 |
| 2024-08-05 | Rollup merge of #127907 - RalfJung:byte_slice_in_packed_struct_with_derive, r... | Matthias Krüger | -34/+0 |
| 2024-08-05 | Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -1/+0 |
| 2024-07-31 | Rollup merge of #123813 - compiler-errors:redundant-lint, r=petrochenkov | Matthias Krüger | -0/+26 |
| 2024-07-31 | Rollup merge of #128412 - compiler-errors:crate-level-only, r=cjgillot | Matthias Krüger | -2/+1 |
| 2024-07-31 | Introduce REDUNDANT_IMPORTS lint | Michael Goulet | -0/+26 |
| 2024-07-30 | Remove crate_level_only from ELIDED_LIFETIMES_IN_PATHS | Michael Goulet | -2/+1 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -2/+0 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -7/+7 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -2/+0 |
| 2024-07-28 | Rollup merge of #125889 - Nilstrieb:migrate-into-the-future, r=compiler-errors | Matthias Krüger | -0/+41 |
| 2024-07-28 | Add migration lint for 2024 prelude additions | Nilstrieb | -0/+41 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -4/+8 |
| 2024-07-27 | built-in derive: remove BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE hack and lint | Ralf Jung | -34/+0 |
| 2024-07-24 | Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps` | Trevor Gross | -1/+1 |
| 2024-07-23 | Stabilize unsafe extern blocks (RFC 3484) | Santiago Pastorino | -1/+0 |
| 2024-07-22 | Rollup merge of #125990 - tbu-:pr_unsafe_env_lint_name, r=ehuss | Trevor Gross | -6/+6 |
| 2024-07-18 | make pub_use_of_private_extern_crate show up in future breakage reports | Ralf Jung | -4/+4 |
| 2024-07-17 | Rename `deprecated_safe` lint to `deprecated_safe_2024` | Tobias Bucher | -6/+6 |
| 2024-07-15 | make invalid_type_param_default lint show up in cargo future-compat reports | Ralf Jung | -1/+1 |
| 2024-07-11 | Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obk | bors | -13/+12 |
| 2024-07-10 | Rollup merge of #124211 - compiler-errors:bump-elided_lifetimes_in_associated... | Jacob Pratt | -1/+1 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -0/+53 |
| 2024-07-08 | Rollup merge of #126881 - WaffleLapkin:unsafe-code-affected-by-fallback-hard-... | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-07-04 | Fill in tracking issue | Maybe Lapkin | -2/+1 |
| 2024-07-04 | Align the changes to the lang decision | Maybe Lapkin | -0/+54 |
| 2024-07-01 | Ensure `out_of_scope_macro_calls` lint is registered | beetrees | -0/+1 |