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: bytecodealliance/rustix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bytecodealliance/rustix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sunfishcode/fix-platform-check
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 30, 2025

  1. Fix the assertion in Pid::from_raw to accept 0. (#1456)

    * Fix the assertion in `Pid::from_raw` to accept 0.
    
    Fix a regression from #1443 which disallowed calling `Pid::from_raw`
    with the value 0.
    
    * Disable transmutes warnings for now.
    
    * Add a test.
    
    * Update CI to ubuntu-22.04, as ubuntu-20.04 is no longer supported.
    
    * Fix the build on Rust 1.63.
    
    * Temporarily work around nightly build errors on powerpc64-ibm-aix.
    sunfishcode committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    fc794e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6883580 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Remove the AT_BASE platform checking from the auxv code.

    Rustix itself doesn't depend on the value of `AT_BASE`, so don't check
    and validate that it matches rustix's expectations.
    sunfishcode committed May 22, 2025
    Configuration menu
    Copy the full SHA
    06125d4 View commit details
    Browse the repository at this point in the history
Loading