| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2025-07-18 | fix: don't panic on volatile access to null | Luigi Sartor Piucco | -3/+1 |
| 2025-03-30 | Uplift `clippy::invalid_null_ptr_usage` as `invalid_null_arguments` | Urgau | -3/+103 |
| 2025-03-30 | Improve explicitness of the impl of the `useless_ptr_null_checks` lint | Urgau | -12/+12 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+3 |
| 2024-01-23 | Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`. | Nicholas Nethercote | -4/+4 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -8/+13 |
| 2023-08-06 | Improve diagnostics and add tests for function calls | est31 | -23/+29 |
| 2023-08-05 | Add #[rustc_never_returns_null_ptr] | est31 | -1/+1 |
| 2023-08-03 | Also add label with original type for function pointers | Urgau | -1/+1 |
| 2023-08-03 | Also lint on cast/cast_mut and ptr::from_mut/ptr::from_ref | Urgau | -16/+36 |
| 2023-08-01 | Rename incorrect_fn_null_checks to useless_ptr_null_checks | Urgau | -0/+126 |
