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: rust-lang/libc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ctest-v0.5.0-beta.0
Choose a base ref
...
head repository: rust-lang/libc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 42 files changed
  • 2 contributors

Commits on Sep 6, 2025

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

Commits on Sep 19, 2025

  1. ci: Upgrade Ubuntu docker images to 25.04

    24.10 is EOL so we need to bump the images.
    tgross35 committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    65da4e4 View commit details
    Browse the repository at this point in the history
  2. Resolve clippy::zero_ptr

    Recent versions of Clippy now lint against `0 as *(const|mut) T` rather
    than using `null`/`null_mut`. Make the updates required for this to
    pass.
    tgross35 committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    c4eefd5 View commit details
    Browse the repository at this point in the history
Loading