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: rust-onig/rust-onig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.0
Choose a base ref
...
head repository: rust-onig/rust-onig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: V6.5.0
Choose a head ref
  • 14 commits
  • 16 files changed
  • 7 contributors

Commits on Aug 9, 2022

  1. Add CHANGELOG

    Introduce a file to track the main features for each release.
    iwillspeak committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    36dd97a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Update Bindings and Expose Whole String Option

    This will be needed to fix #171.
    iwillspeak committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    95fc9e7 View commit details
    Browse the repository at this point in the history
  2. Choose Longest Alternation for is_match

    Fixes #171. When a pattern is being used for `is_match` we should Choose
    the longest match rather than the first one.
    iwillspeak committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    76bc1d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Bump the bindgen version

    It solves a problem with modern clang generating invalid Idents for
    anonymous unions.
    lu-zero authored and iwillspeak committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    fa90c0e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. fix: bump oniguruma

    This fixes GCC 15 building
    
    Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
    ryanabx authored and iwillspeak committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    25a950f View commit details
    Browse the repository at this point in the history
  2. Upgrade to bitflags v2

    Prepare for v6.5.0 release.
    
    As a compatibility note, bitflags v2 does not generate a
    `from_bits_unchecked` method. See the "major changes" section of the
    release notes: https://github.com/bitflags/bitflags/releases/tag/2.0.0
    
    I consider this breakage to be minor and not worth a major version bump,
    but I'm happy to rev the `onig` crate to 7.0.0 if you'd prefer.
    
    I'd appreciate getting this released. `onig` is one of the last crates
    in my lockfile that hasn't yet upgraded to `bitflags` v2.
    lopopolo authored and iwillspeak committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    983b015 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb1c1d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ef74f4 View commit details
    Browse the repository at this point in the history
  5. Update Cargo.toml small fix, use https

    szabgab authored and iwillspeak committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    842f28a View commit details
    Browse the repository at this point in the history
  6. Update Cargo.toml small fix, use https

    szabgab authored and iwillspeak committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    c4378ab View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Updates

    Keats authored and iwillspeak committed May 21, 2025
    Configuration menu
    Copy the full SHA
    8ca6cf2 View commit details
    Browse the repository at this point in the history
  2. Fix MSRV

    Keats authored and iwillspeak committed May 21, 2025
    Configuration menu
    Copy the full SHA
    9d7ee5d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Create crate-publish.yml (#199)

    * Create crate-publish.yml
    
    * Update .github/workflows/crate-publish.yml
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update .github/workflows/crate-publish.yml
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * fix: Fixup Publish Triggers for Crate Publish Workflow
    
    * Create pre-release-packages.yml
    
    * Update .github/workflows/pre-release-packages.yml
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update pre-release-packages.yml
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    iwillspeak and Copilot authored May 23, 2025
    Configuration menu
    Copy the full SHA
    c5e599b View commit details
    Browse the repository at this point in the history
  2. Update crate-publish.yml (#201)

    * Update crate-publish.yml
    
    * Update pre-release-packages.yml
    
    * Update pre-release-packages.yml
    iwillspeak authored May 23, 2025
    Configuration menu
    Copy the full SHA
    1f609bb View commit details
    Browse the repository at this point in the history
Loading