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

Commits on Sep 24, 2025

  1. Implement iterator for all named flags

    Add method to iterate over all named flags.
    ssrlive authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    3e52578 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. rename all_named_flags to iter_named

    and add a test case test_iter_named
    ssrlive committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    39bd761 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

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

Commits on Oct 19, 2025

  1. Merge pull request #465 from ssrlive/main

    Implement iterator for all named flags
    KodrAus authored Oct 19, 2025
    Configuration menu
    Copy the full SHA
    50fab91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    409666e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #466 from KodrAus/chore/iter-named-tests

    Rename iter_named to iter_defined_names
    KodrAus authored Oct 19, 2025
    Configuration menu
    Copy the full SHA
    7922585 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdc1d4a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #467 from KodrAus/feat/serde_core

    Depend on serde_core instead of serde
    KodrAus authored Oct 19, 2025
    Configuration menu
    Copy the full SHA
    7fdc68c View commit details
    Browse the repository at this point in the history
  6. prepare for 2.10.0 release

    KodrAus committed Oct 19, 2025
    Configuration menu
    Copy the full SHA
    ea9b2f7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #468 from bitflags/cargo/2.10.0

    Prepare for 2.10.0 release
    KodrAus authored Oct 19, 2025
    Configuration menu
    Copy the full SHA
    7cc8595 View commit details
    Browse the repository at this point in the history
Loading