Rollup of 8 pull requests - #161566
Conversation
This allows building the resulting workspace with --locked.
fix:set newline_style=Unix
Revert "x86: Followup to add const for pack intrinsics and tests"
…ng_packs Revert "x86: use `simd::intrinsics` for saturating packs"
Honor build.docs-minification=false for rustdoc suites run via compiletest by forwarding --disable-minification to rustdoc.
This is motivated by rust-lang#160164, which added the derive which wouldn't actually work, due to recusrive trait bounds (more on this in a later commit). This change will make it so that these errors are caught in rustc CI.
Becuase its implementations must uphold a soundness-critical invariant.
Generate lockfile in intrinsic-test
_mm_maskmoveu_si128 requires mutable in-bounds memory even when it does nothing
This comment has been minimized.
This comment has been minimized.
Rollup of 8 pull requests Successful merges: - #161558 (stdarch subtree update) - #159887 (compiletest: forward disable-minification from bootstrap) - #160229 (Extend `dropping_{references,copy_types}` lints to `drop_in_place`) - #160949 (Add floating point inline ASM support for SPARC) - #156160 (feat: add symmetric PartialEq impls for Vec, &[T], &mut [T] versus Cow<'_, [T]>) - #160914 (Derive `GenericTypeVisitable` for `RegionConstraint` _correctly_) - #161341 (be more permissive wrt overflow and and improve diagnostics) - #161530 (Add regression test for gce dependency ICE in non-gce crate)
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test for b215b3c failed: CI. Failed job:
|
|
Tree closed for PRs with priority less than 1. |
This comment has been minimized.
This comment has been minimized.
|
@bors treeclosed- |
|
Tree is now open for merging. |
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 2f54787 (parent) -> baf1f7c (this PR) Test differencesShow 152 test diffsStage 0
Stage 1
Stage 2
Additionally, 122 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard baf1f7cc4faa79b938148ad52c53e96c0102cbc4 --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 (baf1f7c): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis perf run didn't have relevant results for this metric. Max RSS (memory usage)Results (primary 1.4%, secondary -3.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 2.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 470.877s -> 469.531s (-0.29%) |
|
📌 Perf builds for each rolled up PR:
parent commit: 2f54787b63 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Successful merges:
dropping_{references,copy_types}lints todrop_in_place#160229 (Extenddropping_{references,copy_types}lints todrop_in_place)GenericTypeVisitableforRegionConstraint_correctly_ #160914 (DeriveGenericTypeVisitableforRegionConstraintcorrectly)r? @ghost
Create a similar rollup