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: 0.2.181
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: 0.2.182
Choose a head ref
  • 12 commits
  • 12 files changed
  • 6 contributors

Commits on Feb 11, 2026

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

Commits on Feb 13, 2026

  1. ci: Ensure TARGET_REF is set during scheduled jobs

    This was causing a failure in prep-semver-baseline.sh for the daily
    cache-building job since there is no base for jobs that run on a branch.
    
    (backport <#4960>)
    (cherry picked from commit 708aa56)
    tgross35 committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    5dbcc36 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump vmactions/solaris-vm from 1.2.8 to 1.3.0

    Bumps [vmactions/solaris-vm](https://github.com/vmactions/solaris-vm) from 1.2.8 to 1.3.0.
    - [Release notes](https://github.com/vmactions/solaris-vm/releases)
    - [Commits](vmactions/solaris-vm@v1.2.8...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: vmactions/solaris-vm
      dependency-version: 1.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    (backport <#4962>)
    (cherry picked from commit f908e86)
    dependabot[bot] authored and tgross35 committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    ab8c36c View commit details
    Browse the repository at this point in the history
  3. feat(redox): add renameat2

    Signed-off-by: Anhad Singh <[email protected]>
    
    (backport <#4968>)
    (cherry picked from commit 5a68089)
    Andy-Python-Programmer authored and tgross35 committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    4b4ce4f View commit details
    Browse the repository at this point in the history
  4. feat(redox): add RENAME_NOREPLACE

    Signed-off-by: Anhad Singh <[email protected]>
    
    (backport <#4968>)
    (cherry picked from commit c6900b7)
    Andy-Python-Programmer authored and tgross35 committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    25f7dde View commit details
    Browse the repository at this point in the history
  5. feat(linux): add tgkill for Linux and Android

    Add the `tgkill(tgid, tid, sig)` wrapper
    
    (backport <#4970>)
    (cherry picked from commit c659e29)
    sami-daniel authored and tgross35 committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    abe93a0 View commit details
    Browse the repository at this point in the history
  6. Revert "aix: Temporarily skip checking powerpc64-ibm-aix builds"

    The LLVM bump to resolve this is available in nightlies from the past
    couple of days.
    
    This reverts commit e98800a.
    
    (backport <#4971>)
    (cherry picked from commit 42cb72d)
    tgross35 committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    b7807c3 View commit details
    Browse the repository at this point in the history
  7. Revert "ci: Skip hexagon-unknown-linux-musl"

    compiler-builtins has been fixed such that this is no longer needed.
    
    This reverts commit 5a9e1db.
    
    Link: rust-lang/compiler-builtins#1066
    
    (backport <#4971>)
    (cherry picked from commit e79f46e)
    tgross35 committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    14e2f56 View commit details
    Browse the repository at this point in the history
  8. Revert "Disable hexagon-unknown-linux-musl testing for now"

    Similar to the previous commit, re-enable hexagon docs builds.
    
    This reverts commit 77e9d06.
    
    (backport <#4971>)
    (cherry picked from commit e9f75f8)
    tgross35 committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    d7aa109 View commit details
    Browse the repository at this point in the history
  9. ci: Update the list of tested and documented targets

    Add new tier 2 targets to verify-build.py that have shown up since the
    last update, and sync the docs.rs target list to it.
    
    In particular, this adds the ohos targets which are tier 2 but were not
    documented.
    
    (backport <#4971>)
    (cherry picked from commit c57615d)
    tgross35 committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    634bc4e View commit details
    Browse the repository at this point in the history
  10. remove copyright year in LICENSE-MIT

    (backport <#4969>)
    (cherry picked from commit c12def3)
    xtqqczze authored and tgross35 committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    2efe72f View commit details
    Browse the repository at this point in the history
  11. chore: Release libc 0.2.182

    tgross35 committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    e879ee9 View commit details
    Browse the repository at this point in the history
Loading