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: awesomized/crc-fast-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.0
Choose a base ref
...
head repository: awesomized/crc-fast-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.0
Choose a head ref
  • 7 commits
  • 50 files changed
  • 2 contributors

Commits on Oct 8, 2025

  1. remove libc

    usamoi committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    c751046 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Improve runtime feature detection

    Uses more runtime feature detection, rather than compile time feature
    detection, for improved reliability, maintainability, graceful
    degradataion across CPU families, and performance.
    
    Should help minimize bugs such as
    #14 in the future.
    onethumb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    dd3c796 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into improve-runtime-checks

    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    onethumb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    85e7a09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9b8291 View commit details
    Browse the repository at this point in the history
  4. Enable generating and publishing binary packages

    Uses GitHub Actions to generate and publish binary packages for
    releases.
    onethumb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    a0eac03 View commit details
    Browse the repository at this point in the history
  5. Improve YAML

    Uses EOF instead of ‘EOF’ (from GitHub Copilot’s suggestion), updates
    design template to reflect stabilizing against actual versions rather
    than `-latest`.
    onethumb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    5b546e6 View commit details
    Browse the repository at this point in the history
  6. Release 1.6.0

    * [Improve runtime feature detection (and performance)](#21)
    * [remove libc](#20)
    * [Enable generating and publishing binary packages](#22)
    onethumb committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    45394b1 View commit details
    Browse the repository at this point in the history
Loading