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-lang/regex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.11.2
Choose a base ref
...
head repository: rust-lang/regex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.11.3
Choose a head ref
  • 8 commits
  • 35 files changed
  • 3 contributors

Commits on Aug 24, 2025

  1. ci: fix cross testing

    I have no idea how CI was passing with this error in the CI
    configuration. Apparently it is failing the `master` run, but the PRs
    were not failing. Crazy.
    BurntSushi committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    2695e29 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. style: inline formatting arguments

    nyurik authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    19172cc View commit details
    Browse the repository at this point in the history
  2. cargo: exclude tests/fuzz from the package

    I missed more binary test data `tests/fuzz/` in #1281, which should
    remove another 56KiB from the regex crate.
    
    PR #1289
    erickt authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    a76e0a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. automata: call Vec::shrink_to_fit in a few strategic places

    Other parts of `regex-automata` do this implicitly by using `Box<[T]>`,
    btu it's not always straight-forward to use `Box<[T]>`. (Or, at least,
    non-annoying.) In some of those cases here, we call `Vec::shrink_to_fit`
    to decrease memory usage.
    
    These are probably the biggest offenders, but I didn't do a thorough
    investigation here.
    
    Fixes #1297
    BurntSushi committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    02a62ba View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. regex-automata-0.4.11

    BurntSushi committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    159fa3e View commit details
    Browse the repository at this point in the history
  2. changelog: 1.11.3

    BurntSushi committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    ee69d9e View commit details
    Browse the repository at this point in the history
  3. deps: bump regex-automata

    BurntSushi committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    ad5cd6c View commit details
    Browse the repository at this point in the history
  4. 1.11.3

    BurntSushi committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    ef1c2c3 View commit details
    Browse the repository at this point in the history
Loading