about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/for_loops_over_fallibles.rs
AgeCommit message (Expand)AuthorLines
2025-09-09erase_regions to erase_and_anonymize_regionsBoxy-1/+1
2025-05-08Use span before macro expansion in lint for-loops-over-faliblesxizheyin-5/+7
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-1/+1
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-1/+1
2025-02-08Rustfmtbjorn3-8/+5
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-2/+2
2024-10-29TypingMode :thinking:lcnr-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-6/+9
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-1/+1
2024-08-13Use is_lang_item moreMichael Goulet-2/+5
2024-07-29Reformat `use` declarations.Nicholas Nethercote-9/+8
2024-05-24Run rustfmt on files that need it.Nicholas Nethercote-1/+3
2024-05-15Use 'a' article for &Option.Zachary S-0/+1
2024-05-15Include reference in lint diagnosticZachary S-3/+7
2024-05-15Also apply `warn(for_loops_over_fallibles)` to &T and &mut T, not just T = Re...Zachary S-1/+9
2024-05-10Rename some ObligationCauseCode variantsMichael Goulet-5/+2
2024-05-09always use `GenericArgsRef`lcnr-2/+2
2024-04-29Remove `extern crate rustc_session` from `rustc_lint`.Nicholas Nethercote-0/+1
2024-01-23Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.Nicholas Nethercote-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-10-13Format all the let chains in compilerMichael Goulet-15/+22
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-4/+4
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-1/+3
2023-03-21use the correct param envlcnr-2/+1
2023-03-21remove some trait solver helperslcnr-3/+7
2023-02-16`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`Maybe Waffle-5/+2
2023-01-23fix: use LocalDefId instead of HirId in trait resVincenzo Palazzo-1/+2
2023-01-09refactor: cleanupRejyr-2/+0
2023-01-09migrate: `for_loops_over_fallibles.rs`Rejyr-46/+29
2022-12-18use &str / String literals instead of format!()Matthias Krüger-3/+3
2022-11-02Use TraitEngine lessMichael Goulet-9/+2
2022-10-09adopt to building infcxMaybe Waffle-24/+21
2022-10-09adopt to new rustc lint apiMaybe Waffle-15/+13
2022-10-09fixup lint nameMaybe Waffle-0/+188