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/cc-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc-v1.2.8
Choose a base ref
...
head repository: rust-lang/cc-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cc-v1.2.9
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 12, 2025

  1. Fix compilation on macOS using clang and fix compilation using zig-cc (

    …#1364)
    
    * Fix compilation on macOS using clang and fix zig-cc
    
    * Reenable test detecting the regression
    
    * Fix fmt in tool.rs
    
    * Add comment
    NobodyXu authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    9b91744 View commit details
    Browse the repository at this point in the history
  2. Adjusted zig cc judgment and avoided zigbuild errors(#1360) (#1361)

    * Adjusted zig cc judgment and avoided zigbuild errors(#1360)
    
    Adjusted is_zig_cc judgment and adjusted how supports_path_delimiter is handled.
    
    * Update src/lib.rs
    
    Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
    
    * typo fix and format check
    
    cargo fmt --check
    
    * Revert "Update src/lib.rs"
    
    This reverts commit a69d8bb.
    
    ---------
    
    Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
    phoepsilonix and NobodyXu authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    559609a View commit details
    Browse the repository at this point in the history
  3. build: Don't pass inherited PGO flags to GNU compilers (#1363)

    Clang and GNU use different PGO libraries, so PGO flags inherited
    from rustc should not automatically be passed to GNU compilers.
    
    Fixes #1354
    mrkajetanp authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    7dab895 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    966183e View commit details
    Browse the repository at this point in the history
Loading