Clippy subtree update#151501
Conversation
Add checks for expressions such as `x != y && x >= y` and `x != y && x <= y`.
allow only whitespace between the comment marker and `SAFETY:`
MGCA: Support tuple expressions as direct const arguments Tracking issue: rust-lang#132980 Fixes rust-lang#133965 Fixes rust-lang#150613 r? @BoxyUwU
The previous fix only handled `String`+`str`.
By postponing the creation of `Sugg`s, we can properly account for their effect on applicability
…provenance_mut` Currently `without_provenance`/`without_provenance_mut` do not have a `rustc_diagnostic_item` so this change is dependent on them being added before being ready to be used. changelog: [`transmuting_null`]: now checks for [`ptr::without_provenance`](https://doc.rust-lang.org/core/ptr/fn.without_provenance.html) and [`ptr::without_provenance_mut`](https://doc.rust-lang.org/core/ptr/fn.without_provenance_mut.html) which create null pointers
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
|
This comment has been minimized.
This comment has been minimized.
|
r=me, but build fails |
|
@bors r=Manishearth p=1 rollup=never |
This comment has been minimized.
This comment has been minimized.
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 5944b12 (parent) -> d222ddc (this PR) Test differencesShow 4 test diffs4 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard d222ddc4d90743dfc1e53b610be8fc9d95893d2c --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (d222ddc): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 1.7%, secondary -3.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 474.479s -> 470.684s (-0.80%) |
…nishearth Clippy subtree update r? Manishearth `Cargo.lock` update due to Clippy version bump.
r? Manishearth
Cargo.lockupdate due to Clippy version bump.