-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Rollup of 3 pull requests #150089
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 3 pull requests #150089
Conversation
Implements proper variadic argument handling for hexagon-unknown-linux-musl targets using a 3-pointer VaList structure compatible with LLVM's HexagonBuiltinVaList implementation. * Handles register save area vs overflow area transition * Provides proper 4-byte and 8-byte alignment for arguments * Only activates for hexagon+musl targets via Arch::Hexagon & Env::Musl
Pointing out they can set the crate's name is non-actionable: their problem is they found out how and set it incorrectly. Remove extraneous information that can only confuse the matter.
…rtdev Implement va_arg for Hexagon targets Implements proper variadic argument handling for hexagon-unknown-linux-musl targets using a 3-pointer VaList structure compatible with LLVM's HexagonBuiltinVaList implementation. * Handles register save area vs overflow area transition * Provides proper 4-byte and 8-byte alignment for arguments * Only activates for hexagon+musl targets via Arch::Hexagon & Env::Musl
…relevant-rename, r=jieyouxu Avoid unhelpful suggestion when crate name is invalid Pointing out they can set the crate's name is non-actionable: their problem is they found out how and set it incorrectly. Remove extraneous information that can only confuse the matter.
…inter, r=JonathanBrouwer Port `#[rustc_never_returns_null_ptr]` to attribute parser Ports `#[rustc_never_returns_null_ptr]` to be parsed using the attribute parser r? `@JonathanBrouwer`
|
@bors r+ rollup=never p=5 |
|
☀️ Test successful - checks-actions |
|
📌 Perf builds for each rolled up PR:
previous master: f2c70877a7 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 f2c7087 (parent) -> 68f11a1 (this PR) Test differencesShow 13 test diffsStage 2
Additionally, 12 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 68f11a11b666b36137374b6e54fc0d013a3b26cf --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 (68f11a1): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 2.7%, secondary 1.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.7%, secondary -2.4%)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: 483.372s -> 483.218s (-0.03%) |
|
@rust-timer build d3c7f80 |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (d3c7f80): comparison URL. Overall result: no relevant changes - BENCHMARK(S) FAILED❗ ❗ ❗ ❗ ❗
❗ ❗ ❗ ❗ ❗ 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: missing data |
|
@rust-timer build d3c7f80 |
|
@rust-timer build d3c7f80 |
|
@rust-timer ping |
|
Command cannot be empty |
|
@rust-timer build d3c7f80 |
|
Ok one more try |
|
You have to ask nicely! Please: @rust-timer build d3c7f80 |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (d3c7f80): comparison URL. Overall result: no relevant changes - no action neededInstruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 3.0%, secondary 1.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
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: 483.372s -> 482.536s (-0.17%) |
|
I don't see the other 2 PRs affecting perf, and the perf graphs of the affected benchmarks do look kinda noisy, so I'm calling this noise then |
|
Yeah, it's fine. It wasn't even marked as a regression previously. |
Successful merges:
#[rustc_never_returns_null_ptr]to attribute parser #150086 (Port#[rustc_never_returns_null_ptr]to attribute parser)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup