about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/static_mut_refs.rs
AgeCommit message (Expand)AuthorLines
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-1/+1
2025-04-26Fix error message for static references or mutable referencesyuk1ty-1/+1
2025-02-08Rustfmtbjorn3-6/+4
2024-10-24Fix #131977 parens mangled in shared mut static lint suggestionGreg Echelberger-8/+19
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+7
2024-09-13Disallow hidden references to mutable staticObei Sideg-0/+154