| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+3 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 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 | |
| And look for it in the useless_ptr_null_checks lint | ||||
| 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 | |
