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.168
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.169
Choose a head ref
  • 14 commits
  • 25 files changed
  • 7 contributors

Commits on Dec 9, 2024

  1. Merge pull request #4189 from rust-lang/release-plz-2024-12-09T08-02-34Z

    chore: release v0.2.168
    tgross35 authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    f4cbbdb View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. triagebot: Remove JohnTitor from the review rotation

    (backport <#4191>)
    (cherry picked from commit 65d0ffb)
    tgross35 committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    fabe9c1 View commit details
    Browse the repository at this point in the history
  2. freebsd add more socket TCP stack constants.

    [ref](https://man.freebsd.org/cgi/man.cgi?query=tcp)
    
    (backport <#4193>)
    (cherry picked from commit abf49f6)
    devnexen authored and tgross35 committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    7fc5940 View commit details
    Browse the repository at this point in the history
  3. Add sockaddr_vm definition for Fuchsia

    (backport <#4194>)
    (cherry picked from commit 816a236)
    jamesr authored and tgross35 committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    eb4649d View commit details
    Browse the repository at this point in the history
  4. feat: Update c_char type

    (backport <#4195>)
    (cherry picked from commit c66faeb)
    SergioGasquez authored and tgross35 committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    3eb9670 View commit details
    Browse the repository at this point in the history
  5. Mirror c_char configuration from rust-lang/rust

    Create a module providing the same definitions of `c_char` as in
    `rust-lang/rust`, which in most cases are based on the architecture
    rather than the OS. This will allow individual platforms to reexport the
    definition rather than having configuration repeated in numerous
    modules.
    
    (backport <#4198>)
    (cherry picked from commit 28d4064)
    tgross35 committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    9fea17a View commit details
    Browse the repository at this point in the history
  6. Fix c_char on various targets

    - aarch64-kmc-solid_asp3
    - armv7a-kmc-solid_asp3-eabi
    - armv7a-kmc-solid_asp3-eabihf
    - riscv64-linux-android
    - x86_64-unknown-l4re-uclibc
    - armv7-sony-vita-newlibeabihf
    - riscv32imac-unknown-nuttx-elf
    - riscv32imafc-unknown-nuttx-elf
    - riscv32imc-unknown-nuttx-elf
    - riscv64gc-unknown-nuttx-elf
    - riscv64imac-unknown-nuttx-elf
    - thumbv6m-nuttx-eabi
    - thumbv7em-nuttx-eabi
    - thumbv7em-nuttx-eabihf
    - thumbv7m-nuttx-eabi
    - thumbv8m.base-nuttx-eabi
    - thumbv8m.main-nuttx-eabi
    - thumbv8m.main-nuttx-eabihf
    - aarch64-unknown-redox
    - aarch64-unknown-illumos
    - riscv32-wrs-vxworks
    - riscv64-wrs-vxworks
    
    (backport <#4199>)
    (cherry picked from commit 0344a78)
    taiki-e authored and tgross35 committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    7e761a5 View commit details
    Browse the repository at this point in the history
  7. Do not re-export c_void in target-specific code

    (backport <#4200>)
    (cherry picked from commit c389c30)
    taiki-e authored and tgross35 committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    3e09b7c View commit details
    Browse the repository at this point in the history
  8. Ignore ordering style for c_char

    (backport <#4205>)
    (cherry picked from commit c33744e)
    tgross35 committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    0567b59 View commit details
    Browse the repository at this point in the history
  9. Replace arch-conditional c_char with a reexport

    For any platforms that have `c_char` within a `cfg_if` block, ensure
    they match the top-level `arch` definitions and reexport that to clean
    up code.
    
    (backport <#4205>)
    (cherry picked from commit fead383)
    tgross35 committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    2ade12c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4206 from tgross35/backport-tomato

    [0.2] Backports
    tgross35 authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    c86544f View commit details
    Browse the repository at this point in the history
  11. Skip c_char_def on OpenBSD

    Fixes #4209
    
    (backport <#4210>)
    (cherry picked from commit 9ff3409)
    tgross35 committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    fab6a64 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4211 from tgross35/backport-openbsd-build

    [0.2] Skip `c_char_def` on OpenBSD
    tgross35 authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    8ebcf49 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. chore: release v0.2.169

    Co-authored-by: Trevor Gross <tmgross@umich.edu>
    github-actions[bot] and tgross35 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    bb5944c View commit details
    Browse the repository at this point in the history
Loading