about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs
AgeCommit message (Expand)AuthorLines
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-4/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+4
2025-03-09Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxuMatthias Krüger-4/+3
2025-03-09Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile...Matthias Krüger-1/+1
2025-03-09Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errorsMatthias Krüger-37/+0
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-4/+0
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-03-07compiler: Use size_of from the prelude instead of importedThalia Archibald-1/+1
2025-03-05Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har...许杰友 Jieyou Xu (Joe)-53/+0
2025-03-03After introducing the warning in 1.83, now also warn in depsTamme Dittrich-1/+1
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-9/+13
2025-02-22Make `ptr_cast_add_auto_to_object` lint into hard errorTravis Cross-53/+0
2025-02-22Fix binding mode problemsMichael Goulet-2/+2
2025-02-22Fix builtin lintsMichael Goulet-4/+4
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-20Reword messageEsteban Küber-1/+1
2025-02-20Turn order dependent trait objects future incompat warning into a hard errorOli Scherer-37/+0
2025-02-19Specify scope in `out_of_scope_macro_calls` lintEsteban Küber-0/+2
2025-02-13Implement lint for definition site item shadowing tooMichael Goulet-1/+41
2025-02-13Implement shadowing lintMichael Goulet-0/+43
2025-02-05Rollup merge of #135964 - ehuss:cenum_impl_drop_cast, r=Nadrieril许杰友 Jieyou Xu (Joe)-53/+0
2025-01-31Make comma separated lists of anything easier to make for errorsEsteban Küber-0/+17
2025-01-26Downgrade `linker-warnings` to allow-by-defaultjyn-5/+13
2025-01-25Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubileeJacob Pratt-40/+0
2025-01-23Make cenum_impl_drop_cast a hard errorEric Huss-53/+0
2025-01-23Make the wasm_c_abi future compat warning a hard errorbjorn3-40/+0
2025-01-20make it possible to silence linker warnings with a crate-level attributejyn-1/+47
2025-01-15Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=NadrierilJacob Pratt-1/+1
2025-01-13remove test_unstable_lint featureAditya-PS-05-1/+2
2025-01-12Update unstable lint docs to include required feature attributesAditya-PS-05-0/+3
2025-01-07Switch missing_abi lint to warn-by-default.Mara Bos-1/+1
2025-01-05Mention `unnameable_types` in `unreachable_pub` documentation.Kevin Reid-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-4/+3
2024-12-15Use links to edition guide for edition migrationsEric Huss-9/+9
2024-12-15Add hir::AttributeJonathan Dönszelmann-3/+4
2024-12-07Actually walk into lifetimes and attrs in EarlyContextAndPassMichael Goulet-0/+1
2024-12-02Rollup merge of #133535 - RalfJung:forbidden_lint_groups-future-compat, r=dav...Guillaume Gomez-1/+1
2024-11-27show forbidden_lint_groups in future-compat reportsRalf Jung-1/+1
2024-11-25fix confusing diagnostic for reserved `##`Peter Jaszkowiak-2/+5
2024-11-23show abi_unsupported_vector_types lint in future breakage reportsRalf Jung-1/+1
2024-11-20Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakisbors-0/+78
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-0/+78
2024-11-20Rollup merge of #133108 - RalfJung:future-compat-needs-to-run, r=lcnrJacob Pratt-0/+14
2024-11-19lints_that_dont_need_to_run: never skip future-compat-reported lintsRalf Jung-0/+14
2024-11-18Report `unexpected_cfgs` lint in external macrosUrgau-0/+1
2024-11-14Mark `never_type_fallback_flowing_into_unsafe` as a semantic changeMaybe Lapkin-2/+14
2024-11-14Mention both release *and* edition breakage for never type lintsMaybe Lapkin-5/+23
2024-11-10Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errorsbors-0/+67
2024-11-01Emit warning when calling/declaring functions with unavailable vectors.Luca Versari-0/+67
2024-10-30compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_buildJubilee Young-3/+3