Rollup of 6 pull requests#154316
Conversation
This also fixes the Cargo rendering bug noted in the pre-release thread.
… r=sayantn add neon load/store assembly test I'm adding this test because it was requested for the beta backport of rust-lang#153336. We'd like to test this with Miri, but currently there is no load/store pair that roundtrips because one or the other still uses the platform-specific intrinsics. r? sayantn I believe test-various runs some arm and android tests? @bors try job=test-various
…-2, r=petrochenkov Delegation: eliminate usage of AST from generics creation This PR eliminates all interaction with AST during creation of generics, then it supports proper const param types propagation. Fixes rust-lang#153433. Fixes rust-lang#153499. Part of rust-lang#118212. r? @petrochenkov
allow `incomplete_features` in more tests This PR allows the `incomplete_features` lint for the `traits` and `const-generics` directories. `specialization` will come in a followup PR. Followup to rust-lang#154174. Part of rust-lang#154168.
doc: linker-plugin-based LTO: update list of good combinations This PR is similar to rust-lang#146827 . I just ran the Python script as was [recommended](rust-lang#146827 (review)) in this comment. Also updated the LOWER_BOUND in the script to skip a bit redundant work in the Python script. @nnethercote pinging you as a reviewer here since the last time you did it too ;)
Cherry-pick 1.94.1 release notes This also fixes the Cargo rendering bug noted in the pre-release thread (https://internals.rust-lang.org/t/rust-1-94-1-pre-release-testing/24107/2).
…nathanBrouwer Remove more `BuiltinLintDiag` variants - part 2 Part of rust-lang#153099. r? @JonathanBrouwer
|
@bors r+ rollup=never p=5 |
1 similar comment
|
@bors r+ rollup=never p=5 |
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 0312931 (parent) -> 63154b7 (this PR) Test differencesShow 46 test diffsStage 1
Stage 2
Additionally, 36 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 63154b7b47fd77cc1012693a50c78d022fc0db25 --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 (63154b7): 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 5.7%, secondary -6.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -0.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.1%, secondary 0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 484.31s -> 485.223s (0.19%) |
Successful merges:
incomplete_featuresin more tests #154276 (allowincomplete_featuresin more tests)BuiltinLintDiagvariants - part 2 #154303 (Remove moreBuiltinLintDiagvariants - part 2)r? @ghost
Create a similar rollup