-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Rollup of 10 pull requests #145844
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 10 pull requests #145844
Conversation
see rust-lang#145253 for reference.
Losslessly optimizes all of the PNG files in the repo. Done with: ``` oxipng -o max -a -s oxipng -o max --zopfli -a -s ```
add gpu device side instructions
Losslessly optimize PNG files
Update bootstrapping docs to account for new stage meanings
...and add adaptation of detection for some arm variants.
I thought tidy would be more allergic to 80-coloumn overflow, but so be it.
fixes 134088, though it is a shame to lose some of this wonderful detail.
Suggest using `@bors try jobs=...`
Signed-off-by: Jonathan Brouwer <[email protected]>
This avoids the need for `#![allow(non_upper_case_globals)]`.
Previously it indicated a single version, regardless of their count. Observed in: davidlattimore/wild#1041
The `bitflags!` macro in the latest release has slightly streamlined codegen. See bitflags/bitflags#458 for details.
`TokenKind` now impls `Copy`, so we can store it directly rather than a reference.
This updates the rust-version file to a1dbb44.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: a1dbb44 Filtered ref: c2339048a82c55166f9b9ee83fd618be252a6e23 This merge was created using https://github.com/rust-lang/josh-sync.
Removed comments related to a bug in Repeat variant.
Rustc pull update
Remove outdated bug comments The related issue rust-lang#74836 was closed. This PR may close rust-lang#145835. Details are in the issue rust-lang#145835.
rustc-dev-guide subtree update Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@a03c1ef. Created using https://github.com/rust-lang/josh-sync. r? `@ghost`
@bors r+ rollup=never p=5 |
@bors try jobs=test-various,dist-various-2,x86_64-gnu-llvm-19-3 |
This comment has been minimized.
This comment has been minimized.
Rollup of 10 pull requests try-job: test-various try-job: dist-various-2 try-job: x86_64-gnu-llvm-19-3
☀️ Test successful - checks-actions |
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 ee361e8 (parent) -> b779120 (this PR) Test differencesShow 110 test diffsStage 1
Stage 2
Additionally, 106 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 b779120cad2c93e53c0dfb7007c1214b2b275183 --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 |
📌 Perf builds for each rolled up PR:
previous master: ee361e8fca In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (b779120): 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.5%, secondary -2.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 3.2%)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: 467.59s -> 467.387s (-0.04%) |
Successful merges:
llvm::Bool
typedef with a proper newtype #145817 (cg_llvm: Replace thellvm::Bool
typedef with a proper newtype)DT_VERDEFNUM
#145820 (raw-dylib-elf: set correctDT_VERDEFNUM
)bitflags
to 2.9.3. #145828 (Updatebitflags
to 2.9.3.)ExpTokenPair
/SeqSep
. #145830 (Remove the lifetime fromExpTokenPair
/SeqSep
.)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup