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