about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs
AgeCommit message (Expand)AuthorLines
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
2024-06-28Only require symbol name for @feature_gateMichael Goulet-13/+12
2024-06-28Make `NEVER_TYPE_FALLBACK_FLOWING_INTO_UNSAFE` deny-by-default in e2024Maybe Lapkin-0/+1
2024-06-28Bump elided_lifetimes_in_associated_constantMichael Goulet-1/+1
2024-06-25`sudo CI=green` && Review changes <3xFrednet-1/+1
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-18/+8
2024-06-24resolve: Implement a lint for out-of-scope use of `macro_rules`Vadim Petrochenkov-0/+42
2024-06-23Add hard error and migration lint for unsafe attrscarbotaniuman-0/+47
2024-06-20Remove useless `tidy-alphabetical` markers.Nicholas Nethercote-2/+0
2024-06-14Resolve elided lifetimes in assoc const to static if no other lifetimes are i...Michael Goulet-3/+6
2024-06-13Fixup links in lint docsWaffle Lapkin-6/+3
2024-06-13Implement lint for obligations broken by never type fallback changeWaffle Lapkin-0/+57
2024-06-12Rollup merge of #126356 - epage:check-cfg, r=UrgauJubilee-0/+4