Skip to content

Conversation

@jieyouxu
Copy link
Member

@jieyouxu jieyouxu commented Jul 21, 2025

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

ffengyu and others added 30 commits July 18, 2025 19:06
Mistake in section serialization in rustc
From `#[align]` -> `#[rustc_align]`. Attributes starting with `rustc`
are always perma-unstable and feature-gated by `feature(rustc_attrs)`.

See regression RUST-143834.

For the underlying problem where even introducing new feature-gated
unstable built-in attributes can break user code such as

```rs
macro_rules! align {
    () => {
        /* .. */
    };
}

pub(crate) use align; // `use` here becomes ambiguous
```

refer to RUST-134963.

Since the `#[align]` attribute is still feature-gated by
`feature(fn_align)`, we can rename it as a mitigation. Note that
`#[rustc_align]` will obviously mean that current unstable user code
using `feature(fn_aling)` will need additionally `feature(rustc_attrs)`,
but this is a short-term mitigation to buy time, and is expected to be
changed to a better name with less collision potential.

See
<https://rust-lang.zulipchat.com/#narrow/channel/238009-t-compiler.2Fmeetings/topic/.5Bweekly.5D.202025-07-17/near/529290371>
where mitigation options were considered.
It used to search for `'foo` which won't find `'r#foo`, now we search for `foo` instead.
jieyouxu added 2 commits July 22, 2025 00:54
rustc-dev-guide subtree update

Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@cca2337.

Created using https://github.com/rust-lang/josh-sync.

r? ```@ghost```
…obzol

opt-dist: make `artifact-dir` an absolute path for `opt-dist local`

...like for CI environments. the same logic applied as for `build_dir`. fixes the issue where some intermediate steps fail due to path being relative to an active directory

r? Kobzol

try-job: dist-x86_64-msvc
try-job: dist-x86_64-linux
@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustc-dev-guide Area: rustc-dev-guide A-testsuite Area: The testsuite used to check the correctness of rustc F-autodiff `#![feature(autodiff)]` 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. rollup A PR which is a rollup labels Jul 21, 2025
@jieyouxu
Copy link
Member Author

@bors r+ rollup=never p=5

@bors
Copy link
Collaborator

bors commented Jul 21, 2025

📌 Commit 6628a4a has been approved by jieyouxu

It is now in the queue for this repository.

@bors bors 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 Jul 21, 2025
@bors
Copy link
Collaborator

bors commented Jul 21, 2025

⌛ Testing commit 6628a4a with merge 9748d87...

@bors
Copy link
Collaborator

bors commented Jul 21, 2025

☀️ Test successful - checks-actions
Approved by: jieyouxu
Pushing 9748d87 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jul 21, 2025
@bors bors merged commit 9748d87 into rust-lang:master Jul 21, 2025
12 checks passed
@rustbot rustbot added this to the 1.90.0 milestone Jul 21, 2025
@github-actions
Copy link
Contributor

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 3f9f20f (parent) -> 9748d87 (this PR)

Test differences

Show 2052 test diffs

Stage 1

  • [codegen] tests/codegen/gpu_offload/gpu_host.rs: [missing] -> ignore (ignored when LLVM Enzyme is disabled) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_abi.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_allocation.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_assoc_items.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_coroutine_body.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_crate_defs.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_def_ty.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_defs.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_instance.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_intrinsics.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_item_kind.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_normalization.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_trait_queries.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_transform.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/check_variant.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/closure_body.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/crate-info.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/smir_serde.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/rustc_public/smir_visitor.rs: [missing] -> ignore (ignored when the bootstrapping stage is stage1) (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_abi.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_allocation.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_assoc_items.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_attribute.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_binop.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_defs.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_foreign.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_intrinsics.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_normalization.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_trait_queries.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_ty_fold.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/check_variant.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/closure-generic-body.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/crate-info.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/projections.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/smir_internal.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/smir_serde.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui-fulldeps/stable-mir/smir_visitor.rs: ignore (ignored when the bootstrapping stage is stage1) -> [missing] (J1)
  • [ui] tests/ui/attributes/fn-align-nameres-ambiguity-143834.rs: [missing] -> pass (J1)
  • [ui] tests/ui/consts/const-try.rs: pass -> [missing] (J1)
  • [ui] tests/ui/consts/const-try.rs#current: [missing] -> pass (J1)
  • [ui] tests/ui/consts/const-try.rs#next: [missing] -> pass (J1)
  • [ui] tests/ui/rustc_public-ir-print/async-closure.rs: [missing] -> pass (J1)
  • [ui] tests/ui/rustc_public-ir-print/basic_function.rs: [missing] -> pass (J1)
  • [ui] tests/ui/rustc_public-ir-print/operands.rs: [missing] -> pass (J1)
  • [ui] tests/ui/stable-mir-print/async-closure.rs: pass -> [missing] (J1)
  • [ui] tests/ui/stable-mir-print/basic_function.rs: pass -> [missing] (J1)
  • [ui] tests/ui/stable-mir-print/operands.rs: pass -> [missing] (J1)

Stage 2

  • [ui] tests/ui-fulldeps/rustc_public/check_abi.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_allocation.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_assoc_items.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_attribute.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_coroutine_body.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_crate_defs.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_def_ty.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_defs.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_foreign.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_instance.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_intrinsics.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_item_kind.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_transform.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/check_variant.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/closure-generic-body.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/closure_body.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/crate-info.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/projections.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/smir_serde.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/rustc_public/smir_visitor.rs: [missing] -> pass (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_allocation.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_binop.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_coroutine_body.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_crate_defs.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_defs.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_foreign.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_instance.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_item_kind.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_normalization.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_trait_queries.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_transform.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_ty_fold.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/check_variant.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/closure-generic-body.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/closure_body.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/compilation-result.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/projections.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/smir_serde.rs: pass -> [missing] (J0)
  • [ui] tests/ui-fulldeps/stable-mir/smir_visitor.rs: pass -> [missing] (J0)
  • [ui] tests/ui/rustc_public-ir-print/async-closure.rs: [missing] -> ignore (only executed when the architecture is x86_64) (J2)
  • [ui] tests/ui/rustc_public-ir-print/basic_function.rs: [missing] -> ignore (only executed when the architecture is x86_64) (J2)
  • [ui] tests/ui/rustc_public-ir-print/operands.rs: [missing] -> ignore (only executed when the architecture is x86_64) (J2)
  • [ui] tests/ui/stable-mir-print/async-closure.rs: ignore (only executed when the architecture is x86_64) -> [missing] (J2)
  • [ui] tests/ui/stable-mir-print/basic_function.rs: ignore (only executed when the architecture is x86_64) -> [missing] (J2)
  • [ui] tests/ui/stable-mir-print/operands.rs: ignore (only executed when the architecture is x86_64) -> [missing] (J2)
  • [ui] tests/ui/attributes/fn-align-nameres-ambiguity-143834.rs: [missing] -> pass (J3)
  • [ui] tests/ui/consts/const-try.rs: pass -> [missing] (J3)
  • [ui] tests/ui/consts/const-try.rs#next: [missing] -> pass (J3)
  • [ui] tests/ui/lifetimes/elided-lifetime-in-const-param-type.rs: [missing] -> pass (J3)
  • [ui] tests/ui/rustc_public-ir-print/async-closure.rs: [missing] -> pass (J4)
  • [ui] tests/ui/rustc_public-ir-print/basic_function.rs: [missing] -> pass (J4)
  • [ui] tests/ui/stable-mir-print/basic_function.rs: pass -> [missing] (J4)
  • [codegen] tests/codegen/gpu_offload/gpu_host.rs: [missing] -> ignore (ignored when LLVM Enzyme is disabled) (J5)

(and 34 additional test diffs)

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

Job group index

  • J0: aarch64-apple, aarch64-gnu, aarch64-msvc-1, i686-gnu-1, i686-gnu-nopt-1, i686-msvc-1, x86_64-apple-1, x86_64-gnu, x86_64-gnu-llvm-19-2, x86_64-gnu-llvm-20-2, x86_64-gnu-nopt, x86_64-gnu-stable, x86_64-mingw-1, x86_64-msvc-1
  • J1: x86_64-gnu-llvm-19-3, x86_64-gnu-llvm-20-3
  • J2: aarch64-apple, aarch64-gnu, aarch64-msvc-1, arm-android, armhf-gnu, dist-i586-gnu-i586-i686-musl, i686-gnu-1, i686-gnu-nopt-1, i686-msvc-1, x86_64-gnu-llvm-19-2, x86_64-gnu-llvm-20-2
  • J3: aarch64-apple, aarch64-gnu, aarch64-msvc-1, arm-android, armhf-gnu, dist-i586-gnu-i586-i686-musl, i686-gnu-1, i686-gnu-nopt-1, i686-msvc-1, test-various, x86_64-apple-2, x86_64-gnu, x86_64-gnu-llvm-19-2, x86_64-gnu-llvm-20-2, x86_64-gnu-nopt, x86_64-gnu-stable, x86_64-mingw-1, x86_64-msvc-1
  • J4: test-various, x86_64-apple-2, x86_64-gnu, x86_64-gnu-nopt, x86_64-gnu-stable, x86_64-mingw-1, x86_64-msvc-1
  • J5: aarch64-apple, aarch64-gnu, aarch64-msvc-1, arm-android, armhf-gnu, dist-i586-gnu-i586-i686-musl, i686-gnu-1, i686-gnu-nopt-1, i686-msvc-1, test-various, x86_64-apple-1, x86_64-gnu, x86_64-gnu-llvm-19-2, x86_64-gnu-llvm-20-2, x86_64-gnu-nopt, x86_64-gnu-stable, x86_64-mingw-1, x86_64-msvc-1
Test dashboard

Run

cargo run --manifest-path src/ci/citool/Cargo.toml -- \
    test-dashboard 9748d87dc70a9a6725c5dbd76ce29d04752b4f90 --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-aarch64-linux: 6016.2s -> 8243.9s (37.0%)
  2. dist-android: 2874.4s -> 2426.9s (-15.6%)
  3. x86_64-apple-2: 4437.8s -> 3896.3s (-12.2%)
  4. dist-aarch64-windows-gnullvm: 4811.2s -> 4373.3s (-9.1%)
  5. x86_64-apple-1: 8532.8s -> 9200.3s (7.8%)
  6. dist-various-1: 3935.7s -> 4207.7s (6.9%)
  7. dist-armv7-linux: 4941.0s -> 5259.7s (6.5%)
  8. dist-x86_64-netbsd: 4596.7s -> 4884.6s (6.3%)
  9. x86_64-mingw-1: 9344.3s -> 8846.9s (-5.3%)
  10. i686-gnu-2: 5671.0s -> 5376.7s (-5.2%)
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
#142097 gpu offload host code generation a1e73f9a17d83b871859683083ac975287570e7e (link)
#143430 Lower extra lifetimes before normal generic params. 935824efcc79025a59674958500d6b15630bdf68 (link)
#143768 Constify Try, From, TryFrom and relevant traits 6bcbf85d13c99896a84dfc72819e7c8d6c526e9d (link)
#143816 Implement check for compiletest and RA using tool macro 2df89af4da5ee320b607cd6cb35901b2996e2fd1 (link)
#143985 rustc_public: de-StableMIR-ize a40368a6f5c872de5013c16838c5472b84831e6d (link)
#144027 clippy: make tests work in stage 1 84124ef51e6ddcb06da925189e23924943d68f13 (link)
#144080 Mitigate #[align] name resolution ambiguity regression wi… f14a512e9e7471b5f046f2bc1155fd8438a3d058 (link)
#144176 Add approval blocking labels for new bors 3b63a05fa938c89b4f80bc0e8ddc35c93308ee4a (link)
#144187 fix handling of base address for TypeId allocations dfa964bfb4bc044e6ca330c32bb472085a697bbd (link)
#144212 Remove the ptr_unique lang item f2836794afeec4e74dca36e391b23e343c859bf8 (link)
#144243 Subtree update of rust-analyzer 623a17d20ad8580282b79f3e546cb3ad549ce49a (link)
#144246 Don't use another main test file as auxiliary 62d1062fd50819700e1740fc87487cfe4c4b1546 (link)
#144251 rustc-dev-guide subtree update b48d8d334c3421823842866ed9d55a17e5bb81d8 (link)
#144254 opt-dist: make artifact-dir an absolute path for `opt-dis… 366f8794a9e285ccdf6c2ddbdec6dfb171123a75 (link)

previous master: 3f9f20f71d

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 (9748d87): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

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

Max RSS (memory usage)

Results (secondary 1.4%)

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

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
1.4% [1.1%, 2.1%] 4
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) - - 0

Cycles

Results (secondary 2.2%)

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

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

Binary size

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

Bootstrap: 465.766s -> 465.536s (-0.05%)
Artifact size: 374.60 MiB -> 374.60 MiB (-0.00%)

@jieyouxu jieyouxu deleted the rollup-137ysl2 branch July 22, 2025 03:59
makai410 pushed a commit to makai410/rust that referenced this pull request Nov 8, 2025
Rollup of 14 pull requests

Successful merges:

 - rust-lang#142097 (gpu offload host code generation)
 - rust-lang#143430 (Lower extra lifetimes before normal generic params.)
 - rust-lang#143768 (Constify Try, From, TryFrom and relevant traits)
 - rust-lang#143816 (Implement `check` for compiletest and RA using tool macro)
 - rust-lang#143985 (rustc_public: de-StableMIR-ize)
 - rust-lang#144027 (clippy: make tests work in stage 1)
 - rust-lang#144080 (Mitigate `#[align]` name resolution ambiguity regression with a rename)
 - rust-lang#144176 (Add approval blocking labels for new bors)
 - rust-lang#144187 (fix handling of base address for TypeId allocations)
 - rust-lang#144212 (Remove the ptr_unique lang item)
 - rust-lang#144243 (Subtree update of `rust-analyzer`)
 - rust-lang#144246 (Don't use another main test file as auxiliary)
 - rust-lang#144251 (rustc-dev-guide subtree update)
 - rust-lang#144254 (opt-dist: make `artifact-dir` an absolute path for `opt-dist local`)

r? `@ghost`
`@rustbot` modify labels: rollup
makai410 pushed a commit to makai410/rust that referenced this pull request Nov 10, 2025
Rollup of 14 pull requests

Successful merges:

 - rust-lang#142097 (gpu offload host code generation)
 - rust-lang#143430 (Lower extra lifetimes before normal generic params.)
 - rust-lang#143768 (Constify Try, From, TryFrom and relevant traits)
 - rust-lang#143816 (Implement `check` for compiletest and RA using tool macro)
 - rust-lang#143985 (rustc_public: de-StableMIR-ize)
 - rust-lang#144027 (clippy: make tests work in stage 1)
 - rust-lang#144080 (Mitigate `#[align]` name resolution ambiguity regression with a rename)
 - rust-lang#144176 (Add approval blocking labels for new bors)
 - rust-lang#144187 (fix handling of base address for TypeId allocations)
 - rust-lang#144212 (Remove the ptr_unique lang item)
 - rust-lang#144243 (Subtree update of `rust-analyzer`)
 - rust-lang#144246 (Don't use another main test file as auxiliary)
 - rust-lang#144251 (rustc-dev-guide subtree update)
 - rust-lang#144254 (opt-dist: make `artifact-dir` an absolute path for `opt-dist local`)

r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustc-dev-guide Area: rustc-dev-guide A-testsuite Area: The testsuite used to check the correctness of rustc F-autodiff `#![feature(autodiff)]` 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.