about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/shadowed_into_iter.rs
AgeCommit message (Expand)AuthorLines
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-2/+2
2025-04-22Use `is_lang_item` and `as_lang_item` instead of handrolling their logicOli Scherer-2/+2
2025-02-21Move methods from Map to TyCtxt, part 3.Nicholas Nethercote-1/+1
2025-02-08Rustfmtbjorn3-6/+5
2024-12-15Use links to edition guide for edition migrationsEric Huss-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+6
2024-09-06Make `Ty::boxed_ty` return an `Option`Pavel Grigorenko-5/+2
2024-08-27Add `warn(unreachable_pub)` to `rustc_lint`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+3
2024-06-16boxed_slice_into_iter: tiny doc correctionKalle Wachsmuth-1/+1
2024-06-11replace version placeholderPietro Albini-2/+2
2024-05-20Implement BOXED_SLICE_INTO_ITERMichael Goulet-0/+157