Skip to content

Conversation

@matthiaskrgr
Copy link
Member

Successful merges:

r? @ghost

Create a similar rollup

Shunpoco and others added 30 commits December 25, 2025 12:15
Define a new function ensure_version which is extracted (and modified) from ensure_version_or_cargo_install.
for other extra checks, it is WIP.
This updates the rust-version file to 23d01cd.
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 23d01cd
Filtered ref: 5d28c73d267214190903896b4caf2e40a17a56cb
Upstream diff: rust-lang/rust@2dc3024...23d01cd

This merge was created using https://github.com/rust-lang/josh-sync.
…emove unsafe from usages"

We can't drop the `unsafe` here because it is required at the `libm`
MSRV. Instead, we will need to `allow` the lint.

This reverts commit 96ac3624abc144db930d94504a9c67aad7b949ed.
- Implement basic opening and creating files.
- Also implement debug.

Signed-off-by: Ayush Singh <[email protected]>
Make it easier to run the same steps outside of GitHub Actions.
- Using the implementation from sys::fs::common since UEFI does not have
  a built-in for this functionality.

Signed-off-by: Ayush Singh <[email protected]>
Similarly to i686 and X86_64 MinGW targets, Rust needs to provide the
right chkstk symbol for AArch64 to avoid relying on the linker to
provide it.

CC rust-lang#150725
This commit moves a query to `associated_item_defs` from above an error
condition caused independently of it to below it.

It looks generally cleaner and might potentially save some runtime in
case the error condition is met, rendering `items` to be left unused,
yet still queried.
…k, r=lolbinarycat

tidy: add if-installed prefix condition to extra checks system

Ref: https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/Should.20Spellcheck.20check.20all.20files.3F/with/543227610

tidy now runs spellcheck (typos-cli) without adding `--extra-checks=spellcheck` option if the tool is already installed under ./build/misc-tools and the version is expected.
It will improve code quality without bothering engineers who doesn't want to use typos or who cleans up ./build directory frequently.
std: sys: fs: uefi: Implement initial File

- Implement basic opening and creating files.
- Also implement debug.

@rustbot label +O-UEFI
std: sys: fs: uefi: Implement remove_dir_all

- Using the implementation from sys::fs::common since UEFI does not have a built-in for this functionality.

@rustbot label +O-UEFI
@rustbot rustbot added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-tidy Area: The tidy tool S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output. labels Jan 8, 2026
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=5

@rust-bors rust-bors bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 8, 2026
@rust-bors
Copy link
Contributor

rust-bors bot commented Jan 8, 2026

📌 Commit 0fbcfb9 has been approved by matthiaskrgr

It is now in the queue for this repository.

@matthiaskrgr
Copy link
Member Author

@bors try=dist-ohos-x86_64

@rust-bors
Copy link
Contributor

rust-bors bot commented Jan 8, 2026

Unknown command "try". Run @bors help to see available commands.

@matthiaskrgr
Copy link
Member Author

@bors try jobs=dist-ohos-x86_64

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Jan 8, 2026
Rollup of 11 pull requests

try-job: dist-ohos-x86_64
@rust-bors
Copy link
Contributor

rust-bors bot commented Jan 8, 2026

☀️ Try build successful (CI)
Build commit: 9514167 (95141672033f684896e74f20e9e460873175cb5f, parent: 4586feb998521343b91c554adbb11ba30547d67a)

@rust-bors

This comment has been minimized.

@rust-bors rust-bors bot added the merged-by-bors This PR was explicitly merged by bors. label Jan 9, 2026
@rust-bors
Copy link
Contributor

rust-bors bot commented Jan 9, 2026

☀️ Test successful - CI
Approved by: matthiaskrgr
Pushing 3fda0e4 to main...

@rust-bors rust-bors bot merged commit 3fda0e4 into rust-lang:main Jan 9, 2026
13 checks passed
@rustbot rustbot added this to the 1.94.0 milestone Jan 9, 2026
@rust-bors rust-bors bot mentioned this pull request Jan 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2026

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 31cd367 (parent) -> 3fda0e4 (this PR)

Test differences

Show 42 test diffs

Stage 0

  • extra_checks::tests::test_extra_check_arg_from_str_err: [missing] -> pass (J1)
  • extra_checks::tests::test_extra_check_arg_from_str_ok: [missing] -> pass (J1)

Stage 1

  • [rustdoc-html] tests/rustdoc-html/intra-doc/deprecated.rs: [missing] -> pass (J0)
  • [ui] tests/rustdoc-ui/intra-doc/deprecated.rs: [missing] -> pass (J0)

Stage 2

  • [rustdoc-html] tests/rustdoc-html/intra-doc/deprecated.rs: [missing] -> pass (J2)
  • [ui] tests/rustdoc-ui/intra-doc/deprecated.rs: [missing] -> pass (J2)

Additionally, 36 doctest diffs were found. These are ignored, as they are noisy.

Job group index

Test dashboard

Run

cargo run --manifest-path src/ci/citool/Cargo.toml -- \
    test-dashboard 3fda0e426ca17b0baa0d6e765a0d23f487350573 --output-dir test-dashboard

And then open test-dashboard/index.html in your browser to see an overview of all executed tests.

Job duration changes

  1. dist-apple-various: 3474.1s -> 4285.9s (+23.4%)
  2. aarch64-gnu-llvm-20-1: 3634.2s -> 3242.8s (-10.8%)
  3. tidy: 163.0s -> 180.2s (+10.5%)
  4. aarch64-msvc-1: 7449.6s -> 6730.9s (-9.6%)
  5. pr-check-1: 1690.2s -> 1529.9s (-9.5%)
  6. x86_64-msvc-ext1: 7173.1s -> 7817.1s (+9.0%)
  7. dist-aarch64-llvm-mingw: 6355.9s -> 5828.7s (-8.3%)
  8. i686-gnu-nopt-1: 7283.3s -> 7836.7s (+7.6%)
  9. dist-various-1: 4327.0s -> 4058.9s (-6.2%)
  10. dist-android: 1666.9s -> 1570.1s (-5.8%)
How to interpret the job duration changes?

Job durations can vary a lot, based on the actual runner instance
that executed the job, system noise, invalidated caches, etc. The table above is provided
mostly for t-infra members, for simpler debugging of potential CI slow-downs.

@rust-timer
Copy link
Collaborator

📌 Perf builds for each rolled up PR:

PR# Message Perf Build Sha
#149961 tidy: add if-installed prefix condition to extra checks sys… e62844f11c5cd48b02bc9bfff6f6bd5b6d0a640c (link)
#150475 std: sys: fs: uefi: Implement initial File f01fea837cbf089608da2a66fbb65712528f2c6c (link)
#150533 std: sys: fs: uefi: Implement remove_dir_all 9c530a25800cba51d9fa77613c4684e628fe734a (link)
#150549 fix missing_panics_doc in std::os::fd::owned ca47f13b4ece969d36279051648d93d9effa9c2c (link)
#150699 MGCA: Support literals as direct const arguments 7dcb568a5ab87f090341fed0ad6ce6482c4e6b1d (link)
#150721 Deprecated doc intra link 8afa5b41773a6088f83d4f30be70c5f16d78b684 (link)
#150802 Minor cleanups to fn_abi_new_uncached fcd63d1b95ce9350135a7b85d1068de995238602 (link)
#150803 compiler-builtins subtree update 4db46f073a3fd2e072fdb1716675f595224b031c (link)
#150809 Update literal-escaper version to 0.0.7 6bc87d796dedf402fcd44b5f72eeafb1958c2e8d (link)
#150811 Store defids instead of symbol names in the aliases list 54eb8dbe0702f41959bdd5667d809a9242e2acc4 (link)
#150825 Query associated_item_def_ids when needed 58fc491af55543793ba2e6fe955ded1b828d1197 (link)

previous master: 31cd367b9c

In the case of a perf regression, run the following command for each PR you suspect might be the cause: @rust-timer build $SHA

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (3fda0e4): comparison URL.

Overall result: ❌✅ regressions and improvements - no action needed

@rustbot label: -perf-regression

Instruction count

Our most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.

mean range count
Regressions ❌
(primary)
0.1% [0.1%, 0.1%] 1
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-0.2% [-0.2%, -0.2%] 1
All ❌✅ (primary) 0.1% [0.1%, 0.1%] 1

Max RSS (memory usage)

Results (primary 1.0%)

A less reliable metric. May be of interest, but not used to determine the overall result above.

mean range count
Regressions ❌
(primary)
1.0% [1.0%, 1.0%] 1
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) 1.0% [1.0%, 1.0%] 1

Cycles

Results (primary 0.1%, secondary -2.3%)

A less reliable metric. May be of interest, but not used to determine the overall result above.

mean range count
Regressions ❌
(primary)
2.5% [2.5%, 2.5%] 1
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-2.3% [-2.3%, -2.3%] 1
Improvements ✅
(secondary)
-2.3% [-3.0%, -1.5%] 3
All ❌✅ (primary) 0.1% [-2.3%, 2.5%] 2

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 474.812s -> 474.629s (-0.04%)
Artifact size: 390.90 MiB -> 390.98 MiB (0.02%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-tidy Area: The tidy tool merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

Projects

None yet

Development

Successfully merging this pull request may close these issues.