Thanks to visit codestin.com
Credit goes to github.com

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: CodSpeedHQ/codspeed-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: CodSpeedHQ/codspeed-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 5 commits
  • 28 files changed
  • 3 contributors

Commits on Jun 30, 2025

  1. Configuration menu
    Copy the full SHA
    d78ae4a View commit details
    Browse the repository at this point in the history
  2. chore: bump rust toolchain to 1.88.0

    - Fix clippy::uninlined-format-args warnings by using inline format variables
    - Fix unpredictable-function-pointer-comparisons error by using pointer casting
    - Update all format strings to use inline variable syntax
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    art049 and claude committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    96317b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f3aa29 View commit details
    Browse the repository at this point in the history
  4. feat: add Windows build support

    Add conditional compilation for Unix-specific features to enable Windows builds:
    - Wrap FIFO-related code with cfg(unix) attributes
    - Use platform-specific exit status handling in cargo-codspeed
    - Make fifo module Unix-only in lib.rs
    - Guard FIFO constants and operations across all crates
    
    This allows the project to build on Windows (build-only, not runtime support).
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    art049 and claude committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    53c0f95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b72e17 View commit details
    Browse the repository at this point in the history
Loading