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: miknoj/rust-bindgen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rust-lang/rust-bindgen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 26 files changed
  • 6 contributors

Commits on Sep 16, 2025

  1. codegen: Support new-type-alias constants

    maurer authored and emilio committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    50ec3ee View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

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

Commits on Oct 2, 2025

  1. Fix generation of f32 NAN, INFINITY, and NEG_INFINITY

    Signed-off-by: Nico Burns <[email protected]>
    nicoburns authored and emilio committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    af3694f View commit details
    Browse the repository at this point in the history
  2. Add tests for f32 literals

    nicoburns authored and emilio committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    e604f6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2460d9 View commit details
    Browse the repository at this point in the history
  4. Use NonNull for C++ references

    - Make feature disabled by default until usability concerns are resolved.
    - Add test for --nonnull-references argument
    
    Signed-off-by: Tin Švagelj <[email protected]>
    Caellian authored and emilio committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    ac0fa3b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. feat: Custom attributes for extern fn blocks

    chore: allow both wasm_import and raw-dylib
    
    feat: Refactor specific attribute solution to general solution
    
    chore: rustfmt
    
    fix: wasm import module binding order
    
    fix: Use different test attribute
    konradkoschel authored and emilio committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    d5fc49c View commit details
    Browse the repository at this point in the history
Loading