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.6
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.7
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 28, 2024

  1. CI: Fix caching (#1334)

    * CI: Fix caching
    
    Create lockfile before invoking rust-cache to make sure it is invalidated when new versions of dependencies have released
    
    * Fix main.yml
    NobodyXu authored Dec 28, 2024
    Configuration menu
    Copy the full SHA
    accf141 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Allow using Visual Studio target names in find_tool (#1335)

    * Allow using VS target names in find_tool
    
    Also fix a bug in vs15plus_vc_paths due to shadowing of the `target` variable.
    
    * code review update
    ChrisDenton authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    e758ed1 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. Configuration menu
    Copy the full SHA
    05a529c View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. Configuration menu
    Copy the full SHA
    cfa61d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f884fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1338 from madsmtm/docs-windows-find

    Document new supported architecture names in `windows_registry::find`
    madsmtm authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    973597d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Configuration menu
    Copy the full SHA
    45d7db7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Configuration menu
    Copy the full SHA
    9f99437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1881acb View commit details
    Browse the repository at this point in the history
Loading