-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Rollup of 5 pull requests #146797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 5 pull requests #146797
Conversation
This change is included for discussion purposes. The PartialOrd bound on PartialEq is not strictly necessary. It is, rather, logical: anything which is orderable should by definition have equality. Is the same true for constness? Should every type which is const orderable also have const equality?
add `[const] PartialEq` bound to `PartialOrd` This change is included for discussion purposes. The PartialOrd bound on PartialEq is not strictly necessary. It is, rather, logical: anything which is orderable should by definition have equality. Is the same true for constness? Should every type which is const orderable also have const equality?
fixes for numerous clippy warnings
fix ./x readdir logic when CDPATH is set Fixes rust-lang#146769 r? ``@Kobzol``
…e-gate, r=wesleywiser mbe: Fix feature gate for `macro_derive`
btree: safety comments for init and new
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 0be8e16088 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
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 0be8e16 (parent) -> ec38671 (this PR) Test differencesShow 76 test diffs76 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard ec38671075266e9cee0348701da2e133379e7c6c --output-dir test-dashboard And 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 (ec38671): 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)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 472.625s -> 470.599s (-0.43%) |
Successful merges:
[const] PartialEq
bound toPartialOrd
#146690 (add[const] PartialEq
bound toPartialOrd
)macro_derive
#146781 (mbe: Fix feature gate formacro_derive
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup