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: v1.1.3
Choose a base ref
...
head repository: bytecodealliance/rustix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.4
Choose a head ref
  • 10 commits
  • 12 files changed
  • 7 contributors

Commits on Feb 15, 2026

  1. Configuration menu
    Copy the full SHA
    74b886d View commit details
    Browse the repository at this point in the history
  2. Drop custom makedev implementation for Redox (#1582)

    * Drop custom makedev implementation for Redox
    
    * Bump libc to 0.2.181
    jackpot51 authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    8bf15a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. Configuration menu
    Copy the full SHA
    a9c8dcb View commit details
    Browse the repository at this point in the history
  2. feat(redox): renameat and renameat_with (#1586)

    * misc(Cargo.toml): bump `libc` to 0.2.182
    
    Signed-off-by: Anhad Singh <andypython@protonmail.com>
    
    * feat(redox): `renameat`
    
    Signed-off-by: Anhad Singh <andypython@protonmail.com>
    
    * feat(redox): `renameat2` and `renameat_with`
    
    Signed-off-by: Anhad Singh <andypython@protonmail.com>
    
    ---------
    
    Signed-off-by: Anhad Singh <andypython@protonmail.com>
    Andy-Python-Programmer authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    99458d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b0d2ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8950589 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ee0ca3 View commit details
    Browse the repository at this point in the history
  6. Bump dependencies (#1567)

    None of these required any code change.
    linkmauve authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    9116c05 View commit details
    Browse the repository at this point in the history
  7. Prune pins in CI that are no longer needed. (#1588)

    * Prune pins in CI that are no longer needed.
    
    * Disable the freebsd-16-0-snap CI run.
    
    * Revert criterion back to 0.4.
    
    It's just a dev-dependency, and the newer versions depend on `alloca`
    which is more work to cross-compile.
    
    * Revert serial_test back to 2.0.
    
    * Restore some pins now that the dev-dependencies are downgraded again.
    sunfishcode authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    5953a2c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

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