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: 6c67922
Choose a base ref
...
head repository: bitflags/bitflags
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a5f9ce2
Choose a head ref
  • 15 commits
  • 13 files changed
  • 5 contributors

Commits on Nov 27, 2023

  1. Cargo.toml: Anchor excludes to root of the package

    Without anchoring the excludes, src/tests/ is missing from the published
    crate.  This causes “cargo test” to fail because code referenced by
    src/tests.rs is not present.
    jamessan committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1ef4bbb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. update error messages

    KodrAus committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    daa5dc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #387 from jamessan/exclude-anchors

    Cargo.toml: Anchor excludes to root of the package
    KodrAus authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4db18a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #390 from KodrAus/fix/ci

    Update error messages
    KodrAus authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1687ebd View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    a316bc1 View commit details
    Browse the repository at this point in the history
  2. Add compile-pass test

    GnomedDev committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    843cc04 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Merge pull request #388 from GnomedDev/packed-internal

    Add support for impl mode structs to be repr(packed)
    KodrAus authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    586d819 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Remove old unused_tuple_struct_fields lint

        error: lint `unused_tuple_struct_fields` has been renamed to `dead_code`
          --> src/main.rs:38:5
           |
        38 |     unused_tuple_struct_fields,
           |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `dead_code`
           |
        note: the lint level is defined here
          --> src/main.rs:6:5
           |
        6  |     warnings,
           |     ^^^^^^^^
           = note: `#[deny(renamed_and_removed_lints)]` implied by `#[deny(warnings)]`
    dtolnay committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8e014cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #393 from dtolnay-contrib/lint

    Remove old `unused_tuple_struct_fields` lint
    KodrAus authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b988b1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42d6e9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72b712a View commit details
    Browse the repository at this point in the history
  5. Update ui tests

    dtolnay committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d96915e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #392 from dtolnay-contrib/localmacros

    Delete use of `local_inner_macros`
    KodrAus authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1f9f186 View commit details
    Browse the repository at this point in the history
  7. prepare for 2.4.2 release

    KodrAus committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6924249 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #394 from KodrAus/cargo/2.4.2

    Prepare for 2.4.2 release
    KodrAus authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a5f9ce2 View commit details
    Browse the repository at this point in the history
Loading