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.1.0
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.2.0
Choose a head ref
  • 13 commits
  • 11 files changed
  • 3 contributors

Commits on Apr 11, 2023

  1. add support for bytemuck

    KodrAus committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f48259d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bb6a34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98e9542 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Create SECURITY.md

    KodrAus authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    28c6f62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #338 from bitflags/feat/security-policy

    Create SECURITY.md
    KodrAus authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e40b8f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. add docs to describe the behavior of multi-bit flags

    This clears up possible confusion about how a flag that defines multiple
    bits behaves when calling `from_bits` or `from_bits_truncate`. Those
    functions do not treat multi-bit flags as a set of possible bits that
    can be set, but rather as a unit where the bits must exactly match one
    of the defined flags.
    nicholasbishop committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    7a6cea9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #340 from nicholasbishop/bishop-multi-bit-doc

    add docs to describe the behavior of multi-bit flags
    KodrAus authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    483b1bb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #336 from KodrAus/feat/bytemuck

    Add support for bytemuck
    KodrAus authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    dc97104 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

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

Commits on Apr 19, 2023

  1. updates macro field names

    KodrAus committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    405e7de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #341 from KodrAus/fix/doc-alias

    Add a top-level macro for filtering attributes
    KodrAus authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    780f456 View commit details
    Browse the repository at this point in the history
  3. prepare for 2.2.0 release

    KodrAus committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    61df53a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #342 from KodrAus/cargo/2.2.0

    Prepare for 2.2.0 release
    KodrAus authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    cbcafa7 View commit details
    Browse the repository at this point in the history
Loading