about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/if_let_rescope.rs
AgeCommit message (Expand)AuthorLines
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-1/+1
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-9/+3
2025-02-26Print out destructorMichael Goulet-18/+59
2025-02-24Consider lvalues of field and index as possibly temporary placesMichael Goulet-0/+8
2025-02-24More commentsMichael Goulet-8/+16
2025-02-24Improve behavior of IF_LET_RESCOPE around temporaries and place expressionsMichael Goulet-77/+63
2025-02-21Move methods from Map to TyCtxt, part 3.Nicholas Nethercote-2/+2
2025-02-08Rustfmtbjorn3-14/+19
2025-01-23Auto merge of #132666 - dingxiangfei2009:skip-if-let-rescope-lint, r=compiler...bors-6/+5
2024-12-15Use links to edition guide for edition migrationsEric Huss-1/+1
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-0/+1
2024-12-02reduce false positives on some common cases from if-let-rescopeDing Xiang Fei-2/+5
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-1/+1
2024-11-06skip if-let-rescope lint unless requested by migrationDing Xiang Fei-6/+5
2024-10-24stabilize if_let_rescopeDing Xiang Fei-2/+1
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-1/+1
2024-10-15update bootstrap configsJosh Stone-1/+1
2024-09-30Rollup merge of #131035 - dingxiangfei2009:tweak-if-let-rescope-lint, r=jieyouxuMatthias Krüger-2/+28
2024-09-30apply suggestionsDing Xiang Fei-1/+2
2024-09-30preserve brackets around if-lets and skip while-letsDing Xiang Fei-2/+27
2024-09-29cleanup: don't `.into()` identical typesMatthias Krüger-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-20/+15
2024-09-14Make some lint doctests compatible with `--stage=0`Zalathar-1/+1
2024-09-13simplify the suggestion notesDing Xiang Fei-108/+123
2024-09-11coalesce lint suggestions that can intersectDing Xiang Fei-108/+211
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-0/+312