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.0.105
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.0.106
Choose a head ref
  • 6 commits
  • 10 files changed
  • 5 contributors

Commits on Jul 7, 2024

  1. Fix clippy warnings (#1138)

    * Optimize CI job clippy
    
    Pass `--no-deps` to avoid checking dependencies.
    
    Signed-off-by: Jiahao XU <[email protected]>
    
    * Deny all clippy warning
    
    So that the clippy warning will be catched in CI and
    contributors would not submit code that has clippy warnings.
    
    Signed-off-by: Jiahao XU <[email protected]>
    
    * Fix clippy warnings
    
    Signed-off-by: Jiahao XU <[email protected]>
    
    * Fix clippy warning on windows
    
    Signed-off-by: Jiahao XU <[email protected]>
    
    ---------
    
    Signed-off-by: Jiahao XU <[email protected]>
    NobodyXu authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    2802459 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Bump msrv to 1.65 (#1140)

    * Bump main.yml
    
    * Check msrv on macOS in main.yml
    
    * Bump msrv to 1.65
    
    * Bump msrv to 1.66
    
    Signed-off-by: Jiahao XU <[email protected]>
    
    * Fix job msrv
    
    Signed-off-by: Jiahao XU <[email protected]>
    
    ---------
    
    Signed-off-by: Jiahao XU <[email protected]>
    NobodyXu authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0eebb31 View commit details
    Browse the repository at this point in the history
  2. Bump msrv to 1.67 (#1143)

    For #1137
    
    Signed-off-by: Jiahao XU <[email protected]>
    NobodyXu authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5a1efa2 View commit details
    Browse the repository at this point in the history
  3. Use raw-dylib for windows-sys (#1137)

    * Use raw-dylib for windows-sys
    
    To avoid having to declare `#[link(name = "...")]`
    
    Signed-off-by: Jiahao XU <[email protected]>
    
    * Update windows_targets.rs
    
    Co-authored-by: Chris Denton <[email protected]>
    
    ---------
    
    Signed-off-by: Jiahao XU <[email protected]>
    Co-authored-by: Chris Denton <[email protected]>
    NobodyXu and ChrisDenton authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f657ba1 View commit details
    Browse the repository at this point in the history
  4. Drop support for Visual Studio 12 (2013) (#1046)

    * Drop support for Visual Studio 12 (2013)
    
    * Fix clippy lint
    
    Signed-off-by: Jiahao XU <[email protected]>
    
    ---------
    
    Signed-off-by: Jiahao XU <[email protected]>
    Co-authored-by: Jiahao XU <[email protected]>
    dpaoliello and NobodyXu authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9c556d8 View commit details
    Browse the repository at this point in the history
  5. chore: release (#1142)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1372bf5 View commit details
    Browse the repository at this point in the history
Loading