Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.85.0
Choose a base ref
...
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.85.1
Choose a head ref
  • 17 commits
  • 19 files changed
  • 7 contributors

Commits on Mar 12, 2025

  1. skip submodule updating logics on tarballs

    Signed-off-by: onur-ozkan <[email protected]>
    (cherry picked from commit d2203ad)
    onur-ozkan authored and cuviper committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    a28fc0b View commit details
    Browse the repository at this point in the history
  2. downgrade bootstrap cc

    Signed-off-by: onur-ozkan <[email protected]>
    (cherry picked from commit e4ca11f)
    onur-ozkan authored and cuviper committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    a280bac View commit details
    Browse the repository at this point in the history
  3. Windows: Use MoveFileEx by default in fs:rename

    (cherry picked from commit 0dfe2ae)
    ChrisDenton authored and cuviper committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    e616d37 View commit details
    Browse the repository at this point in the history
  4. Return OutOfMemoryError and update docs

    (cherry picked from commit 3cb53df)
    ChrisDenton authored and cuviper committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    3aa36cf View commit details
    Browse the repository at this point in the history
  5. doctests: fix merging on stable

    Fixes #137898
    
    The generated multi-test harness relies on nightly-only APIs,
    so the only way to run it on stable is to enable them. Since
    tests that use crate attrs don't be merged, there's no way to use
    nightly-only features on it anyway.
    
    (cherry picked from commit 5d6eeea)
    notriddle authored and cuviper committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    b30cc1e View commit details
    Browse the repository at this point in the history
  6. doctests: build test bundle and harness separately

    This prevents the included test case from getting at nightly-only
    features when run on stable. The harness builds with
    RUSTC_BOOTSTRAP, but the bundle doesn't.
    
    (cherry picked from commit 9cf531d)
    notriddle authored and cuviper committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    23322f3 View commit details
    Browse the repository at this point in the history
  7. Bless rustdoc-ui differences

    These changed in the stable backport because we don't have the rewording
    that came in #133154.
    cuviper committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    eb2bae3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. rustdoc: disable forbidden #[target_feature] check

    (cherry picked from commit b6f2240)
    RalfJung authored and cuviper committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    d4de520 View commit details
    Browse the repository at this point in the history
  2. also fix potential issues with mixed stable/unstable target features …

    …in rustdoc
    
    (cherry picked from commit 039af88)
    RalfJung authored and cuviper committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    c13521b View commit details
    Browse the repository at this point in the history
  3. add test

    (cherry picked from commit dc04c0c)
    RalfJung authored and cuviper committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    207a543 View commit details
    Browse the repository at this point in the history
  4. also skip abi_required_features check in rustdoc

    (cherry picked from commit 4c939db)
    RalfJung authored and cuviper committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    541b2c6 View commit details
    Browse the repository at this point in the history
  5. Release 1.85.1

    cuviper committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    eb5c32d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Remove Win SDK 10.0.26100.0 from CI

    (cherry picked from commit 25617c7)
    ChrisDenton authored and cuviper committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    3c37eba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e8fd2d View commit details
    Browse the repository at this point in the history
  3. Do not use rustup to build Rust for Linux

    (cherry picked from commit e3117e6)
    Kobzol authored and cuviper committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    c990a19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d11490 View commit details
    Browse the repository at this point in the history
  5. Auto merge of #138521 - cuviper:stable-next, r=cuviper

    [stable] Release 1.85.1
    
    - [Fix the doctest-merging feature of the 2024 Edition.](#137899)
    - [Relax some `target_feature` checks when generating docs.](#137632)
    - [Fix errors in `std::fs::rename` on Windows 1607.](#137528)
    - [Downgrade bootstrap `cc` to fix custom targets.](#137460)
    - [Skip submodule updates when building Rust from a source tarball.](#137338)
    
    Added backports to fix CI:
    
    - Remove latest Windows SDK from 32-bit CI #137753
    - Do not install rustup on Rust for Linux job #137947
    
    cc `@rust-lang/release`
    r? cuviper
    bors committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    4eb1612 View commit details
    Browse the repository at this point in the history
Loading