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/backtrace-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.70
Choose a base ref
...
head repository: rust-lang/backtrace-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.71
Choose a head ref
  • 10 commits
  • 7 files changed
  • 6 contributors

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    ea7dc8e View commit details
    Browse the repository at this point in the history
  2. Update version of cc crate (#592)

    Reason:
    
    In order to build the Windows version of the Rust toolchain for the Android platform, the following patch to the cc is crate is required to avoid incorrectly determining that we are building with the Android NDK: rust-lang/cc-rs@57853c4
    
    This patch is present in version 1.0.80 and newer versions of the cc crate. The rustc source distribution currently has 3 different versions of cc in the vendor directory, only one of which has the necessary fix.
    
    We (the Android Rust toolchain) are currently maintaining local patches to upgrade the cc crate dependency versions, which we would like to upstream.
    jfgoog authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6fa4b85 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    3f08ec0 View commit details
    Browse the repository at this point in the history
  2. hack CI

    workingjubilee committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    84dfe24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c8fe97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edc9f5c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #598 from workingjubilee/pull-back-msrv

    Pull back MSRV on Windows
    ChrisDenton authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bdc8b82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    193125a View commit details
    Browse the repository at this point in the history
  7. Use rustc from stage0 instead of stage0-sysroot (#602)

    It contains the right LLVM libraries.
    Noratrieb authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c31ea5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7be8953 View commit details
    Browse the repository at this point in the history
Loading