-
Notifications
You must be signed in to change notification settings - Fork 488
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rust-lang/regex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.11.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 35 files changed
- 3 contributors
Commits on Aug 24, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2695e29 - Browse repository at this point
Copy the full SHA 2695e29View commit details
Commits on Aug 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 19172cc - Browse repository at this point
Copy the full SHA 19172ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a76e0a0 - Browse repository at this point
Copy the full SHA a76e0a0View commit details
Commits on Sep 23, 2025
-
automata: call
Vec::shrink_to_fitin a few strategic placesOther 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
Configuration menu - View commit details
-
Copy full SHA for 02a62ba - Browse repository at this point
Copy the full SHA 02a62baView commit details
Commits on Sep 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 159fa3e - Browse repository at this point
Copy the full SHA 159fa3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee69d9e - Browse repository at this point
Copy the full SHA ee69d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5cd6c - Browse repository at this point
Copy the full SHA ad5cd6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef1c2c3 - Browse repository at this point
Copy the full SHA ef1c2c3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.11.2...1.11.3