about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/autorefs.rs
AgeCommit message (Expand)AuthorLines
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-05-27Make the `dangerous_implicit_autorefs` lint deny-by-defaultUrgau-2/+2
2025-05-14Use more subdiagnostics and reword the overloaded deref noteUrgau-9/+20
2025-05-14Improve `dangerous_implicit_aurorefs` diagnostic outputUrgau-11/+16
2025-05-07fix typo in autorefs lint doc exampleJoseph Perez-7/+7
2025-04-29Delay checking of `#[rustc_no_implicit_autorefs]` for reasonUrgau-4/+11
2025-04-20Implement lint against dangerous implicit autorefsUrgau-0/+153