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: bits-and-blooms/bitset
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: bits-and-blooms/bitset
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 15 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 1, 2024

  1. Bump the github-actions group across 1 directory with 4 updates

    Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/setup-go](https://github.com/actions/setup-go).
    
    
    Updates `actions/checkout` from 4.1.0 to 4.1.6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.0...a5ac7e5)
    
    Updates `ossf/scorecard-action` from 2.3.1 to 2.3.3
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@0864cf1...dc50aa9)
    
    Updates `actions/upload-artifact` from 3.1.3 to 4.3.3
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@a8a3f3a...6546280)
    
    Updates `actions/setup-go` from 5.0.0 to 5.0.1
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@0c52d54...cdcb360)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    1bf7760 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. fix for issue 162

    lemire committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8c929d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #163 from bits-and-blooms/doc_fix

    fix for issue 162
    lemire authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4a01a32 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. [no-ci] typo

    lemire authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    67644e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    8c35795 View commit details
    Browse the repository at this point in the history
  2. ShiftLeft implementation

    skullhole committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3fa9653 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38849e9 View commit details
    Browse the repository at this point in the history
  4. ShiftRight implementation

    skullhole committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a73b297 View commit details
    Browse the repository at this point in the history
  5. Zero bits cases

    skullhole committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1ceac61 View commit details
    Browse the repository at this point in the history
  6. Tests and fixes

    skullhole committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f156426 View commit details
    Browse the repository at this point in the history
  7. One more test

    skullhole committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5cfc6ad View commit details
    Browse the repository at this point in the history
  8. [no-ci] adding comment

    lemire committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    29e970f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fdaf6b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #161 from bits-and-blooms/dependabot/github_action…

    …s/github-actions-3d347f9ea8
    
    Bump the github-actions group across 1 directory with 4 updates
    lemire authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b0cdcdc View commit details
    Browse the repository at this point in the history
  11. Merge pull request #165 from skullhole/144

    Support ShiftLeft and ShiftRight
    lemire authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    12944a5 View commit details
    Browse the repository at this point in the history
Loading