index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_lint
/
src
/
ptr_nulls.rs
Age
Commit message (
Collapse
)
Author
Lines
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
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