about summary refs log tree commit diff
path: root/compiler/rustc_lint/src
AgeCommit message (Expand)AuthorLines
2024-10-29Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis...Matthias Krüger-2/+1
2024-10-29TypingMode :thinking:lcnr-9/+21
2024-10-29Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubileebors-4/+3
2024-10-29Remove region from adjustmentsMichael Goulet-1/+1
2024-10-29Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgaubors-79/+237
2024-10-28Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errorsJubilee-4/+3
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-79/+237
2024-10-27compiler: Depend on rustc_abi in rustc_lintJubilee Young-4/+3
2024-10-27Clean up some comments on lint implementationEric Huss-66/+18
2024-10-26Auto merge of #132190 - matthiaskrgr:rollup-rsocfiz, r=matthiaskrgrbors-2/+2
2024-10-26Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillotbors-35/+178
2024-10-26Downgrade `untranslatable_diagnostic` and `diagnostic_outside_of_impl` to `al...Jieyou Xu-2/+2
2024-10-26Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-deadMatthias Krüger-7/+9
2024-10-25Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkovMatthias Krüger-4/+4
2024-10-25Introduce `Enabled{Lang,Lib}Feature`许杰友 Jieyou Xu (Joe)-7/+9
2024-10-24Auto merge of #132116 - matthiaskrgr:rollup-3a0ia4r, r=matthiaskrgrbors-27/+23
2024-10-24Rollup merge of #132107 - maxcabrajac:remove_expr_post, r=petrochenkovMatthias Krüger-15/+12
2024-10-24Rollup merge of #131983 - dingxiangfei2009:stabilize-shorter-tail-lifetimes, ...Matthias Krüger-12/+11
2024-10-24Auto merge of #131985 - compiler-errors:const-pred, r=fee1-deadbors-6/+4
2024-10-24Pass Ident by reference in ast Visitormaxcabrajac-4/+4
2024-10-24Remove visit_expr_postmaxcabrajac-15/+12
2024-10-24Implement const effect predicate in new solverMichael Goulet-1/+3
2024-10-24Remove associated type based effects logicMichael Goulet-5/+1
2024-10-24Rollup merge of #129248 - compiler-errors:raw-ref-deref, r=nnethercoteMatthias Krüger-9/+17
2024-10-24Fix #131977 parens mangled in shared mut static lint suggestionGreg Echelberger-8/+19
2024-10-24stabilize if_let_rescopeDing Xiang Fei-2/+1
2024-10-24stabilize shorter-tail-lifetimesDing Xiang Fei-12/+11
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-8/+8
2024-10-22Represent TraitBoundModifiers as distinct parts in HIRMichael Goulet-4/+1
2024-10-22Auto merge of #131321 - RalfJung:feature-activation, r=nnethercotebors-3/+3
2024-10-22make some rustc_feature internals private, and ensure invariants with debug a...Ralf Jung-2/+2
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-3/+3
2024-10-22Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-...bors-0/+1
2024-10-21Move COGNITIVE_COMPLEXITY to use macro againblyxyas-1/+1
2024-10-21Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf...bors-5/+0
2024-10-21Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwUbors-2/+2
2024-10-20Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxuMatthias Krüger-1/+4
2024-10-20make unsupported_calling_conventions a hard errorRalf Jung-0/+1
2024-10-19compiler: Remove outdated commentJubilee Young-1/+0
2024-10-19compiler: Fully stabilize `result_ffi_guarantees`Jubilee Young-4/+0
2024-10-19Rollup merge of #116863 - workingjubilee:non-exhaustive-is-not-ffi-unsafe, r=...Matthias Krüger-20/+66
2024-10-19Get rid of const eval_* and try_eval_* helpersMichael Goulet-2/+2
2024-10-19Apply review comments + use `shallow_lint_levels_on`blyxyas-6/+16
2024-10-19Unify syntax (all to @eval_always)blyxyas-2/+2
2024-10-19Remove module passes filteringblyxyas-159/+65
2024-10-19Follow review comments (optimize the filtering)blyxyas-117/+173
2024-10-19Change lints_to_emit to lints_that_actually_runblyxyas-22/+26
2024-10-19Do not run lints that cannot emitblyxyas-31/+198
2024-10-18compiler: Embed consensus in `lint::types::improper_ctypes`Jubilee Young-28/+65
2024-10-18Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warningNoratrieb-1/+4