summary refs log tree commit diff
path: root/compiler/rustc_lint_defs
AgeCommit message (Expand)AuthorLines
2024-06-06Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obkbors-0/+41
2024-06-05Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion to...Santiago Pastorino-3/+9
2024-06-05Add unsafe_extern_blocks feature flagSantiago Pastorino-2/+5
2024-06-04Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebankGuillaume Gomez-52/+0
2024-06-04Make extern blocks without unsafe warn in edition 2024Santiago Pastorino-0/+32
2024-06-03Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violationMichael Goulet-42/+0
2024-05-30Add `deprecated_safe` lintTobias Bucher-0/+49
2024-05-28Convert `proc_macro_back_compat` lint to an unconditional error.Nicholas Nethercote-52/+0
2024-05-27Rollup merge of #125522 - spastorino:fix-lint-docs-edition-handling, r=Urgau,...Guillaume Gomez-2/+2
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-16/+9
2024-05-26Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelixbors-87/+0
2024-05-24Add "better" edition handling on lint-docs toolSantiago Pastorino-2/+2
2024-05-23Slightly clean up some lint infra codeLeón Orell Valerian Liehr-16/+9
2024-05-21Rename buffer_lint_with_diagnostic to buffer_lintXiretza-1/+1
2024-05-21Make early lints translatableXiretza-8/+11
2024-05-21Convert uses of BuiltinLintDiag::Normal to custom variantsXiretza-15/+41
2024-05-21Port DeprecatedMacro to diag structsXiretza-2/+11
2024-05-21Generate lint diagnostic message from BuiltinLintDiagXiretza-16/+33
2024-05-21Convert NAMED_ASM_LABELS lint to diag structXiretza-1/+0
2024-05-20Auto merge of #125219 - Urgau:check-cfg-cargo-config, r=fmeasebors-4/+7
2024-05-19Link to the check-cfg doc section in the `unexpected_cfgs` lint docUrgau-4/+7
2024-05-18Make `NEVER_TYPE_FALLBACK_FLOWING_INTO_UNSAFE` into an FCW and report it ext ...Waffle Lapkin-1/+6
2024-05-18Remove fixmeWaffle Lapkin-2/+1
2024-05-15Add `on_unimplemented" typo suggestionsmejrs-0/+4
2024-05-12Match ergonomics 2024: migration lintJules Bertholet-19/+19
2024-05-03turn pointer_structural_match into a hard errorRalf Jung-40/+0
2024-05-03remove IndirectStructuralMatch lint, emit the usual hard error insteadRalf Jung-47/+0
2024-05-02Stabilize exclusive_rangeRoss Smyth-1/+0
2024-05-02Add an explanation about never type fallbackMaybe Waffle-2/+38
2024-05-02Add a lint against never type fallback affecting unsafe codeMaybe Waffle-0/+44
2024-04-30Auto merge of #117164 - fmease:orphan-norm, r=lcnrbors-0/+66
2024-04-30Normalize trait ref before orphan check & consider ty params in alias types t...León Orell Valerian Liehr-0/+66
2024-04-30Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-deadMatthias Krüger-3/+1
2024-04-29[Refactor] Rename Lint and LintGroup\'s is_loaded to is_externally_loadedblyxyas-4/+5
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-3/+1
2024-04-15Rename feature gateJules Bertholet-1/+1
2024-04-15Fix typoJules Bertholet-1/+1
2024-04-15Temporarily remove future compatibility label from migration lintJules Bertholet-2/+3
2024-04-15Migration lintJules Bertholet-0/+36
2024-04-09Split back out unused_lifetimes -> redundant_lifetimesMichael Goulet-2/+24
2024-04-09Add commentsMichael Goulet-0/+6
2024-04-08Rollup merge of #120144 - petrochenkov:unty, r=davidtwcoMatthias Krüger-2/+5
2024-04-03rename `expose_addr` to `expose_provenance`joboet-3/+3
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-3/+3
2024-03-16Rollup merge of #121720 - tmandry:split-refining, r=compiler-errorsLeón Orell Valerian Liehr-10/+80
2024-03-16Add `wasm_c_abi` `future-incompat` lintdaxpedda-0/+39
2024-03-14Rollup merge of #122373 - surechen:fix_121331, r=petrochenkovMatthias Krüger-0/+1
2024-03-14Rollup merge of #122482 - weiznich:fix/122446, r=compiler-errorsMatthias Krüger-1/+0
2024-03-14Rollup merge of #121899 - shepmaster:dead-code-docs, r=wesleywiserMatthias Krüger-0/+14
2024-03-14Ungate the `UNKNOWN_OR_MALFORMED_DIAGNOSTIC_ATTRIBUTES` lintGeorg Semmler-1/+0