about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs/src
AgeCommit message (Expand)AuthorLines
2024-12-15Use links to edition guide for edition migrationsEric Huss-9/+9
2024-12-15Add hir::AttributeJonathan Dönszelmann-3/+4
2024-12-13the soft_unstable lint cannot have an example that will keep workingRalf Jung-29/+3
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-2/+2
2024-10-26Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillotbors-6/+23
2024-10-25Revert "Emit error when calling/declaring functions with unavailable vectors."Rémy Rakic-67/+0
2024-10-25Auto merge of #127731 - veluca93:abi_checks, r=RalfJungbors-0/+67
2024-10-25Emit error when calling/declaring functions with unavailable vectors.Luca Versari-0/+67
2024-10-22Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-...bors-48/+0
2024-10-21Move COGNITIVE_COMPLEXITY to use macro againblyxyas-3/+3
2024-10-21Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnayMatthias Krüger-4/+2
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-4/+2
2024-10-20make unsupported_calling_conventions a hard errorRalf Jung-48/+0
2024-10-19Apply review comments + use `shallow_lint_levels_on`blyxyas-11/+0
2024-10-19Unify syntax (all to @eval_always)blyxyas-2/+2
2024-10-19Remove module passes filteringblyxyas-12/+19
2024-10-19Follow review comments (optimize the filtering)blyxyas-3/+2
2024-10-19Do not run lints that cannot emitblyxyas-7/+29
2024-10-18Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warningNoratrieb-1/+1
2024-10-16Auto merge of #131792 - matthiaskrgr:rollup-480nwg4, r=matthiaskrgrbors-5/+2
2024-10-16Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelixMatthias Krüger-5/+2
2024-10-15update bootstrap configsJosh Stone-1/+0
2024-10-14Update lint message for ABI not supportedTamme Dittrich-1/+1
2024-10-12Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errorsMatthias Krüger-0/+45
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+43
2024-10-08Stabilize `min_match_ergonomics_2024`Nadrieril-5/+2
2024-10-08Error on resetted binding mode in edition 2024Nadrieril-2/+2
2024-10-06Auto merge of #128651 - folkertdev:naked-asm-macro-v2, r=Amanieubors-3/+3
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-3/+3
2024-10-06Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgaubors-39/+0
2024-10-06Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebankbors-0/+35
2024-10-05Add a Lint for Pointer to Integer Transmutes in ConstsVeera-0/+35
2024-10-05Make deprecated_cfg_attr_crate_type_name a hard errorest31-39/+0
2024-09-23Check ABI target compatibility for function pointersTamme Dittrich-0/+45
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-53/+1