summary refs log tree commit diff
path: root/compiler/rustc_lint/src/dangling.rs
AgeCommit message (Expand)AuthorLines
2024-11-19Correct comments concerning updated dangling pointer lintgavincrawford-8/+5
2024-11-11Update dangling pointer testsgavincrawford-3/+4
2024-11-11Check for #[rustc_as_ptr] attribute instead of searching for function namesgavincrawford-4/+5
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-0/+223