-
Notifications
You must be signed in to change notification settings - Fork 457
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.10.4
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.10.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 25 files changed
- 8 contributors
Commits on Mar 26, 2024
-
syntax: accept
{,n}
as an equivalent to{0,n}
Most regular expression engines don't accept the `{,n}` syntax, but some other do it (namely Python's `re` library). This introduces a new parser configuration option that enables the `{,n}` syntax. PR #1086
Configuration menu - View commit details
-
Copy full SHA for f5d0b69 - Browse repository at this point
Copy the full SHA f5d0b69View commit details -
Configuration menu - View commit details
-
Copy full SHA for d895bd9 - Browse repository at this point
Copy the full SHA d895bd9View commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66a3bca - Browse repository at this point
Copy the full SHA 66a3bcaView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c565c8 - Browse repository at this point
Copy the full SHA 4c565c8View commit details
Commits on Apr 22, 2024
-
syntax/utf8: avoid a spurious vector reallocation
This reworks `Utf8Sequences` logic in order to avoid allocating a 0-sized vector and immediately reallocating it for the initial element. Directly create the populated vector instead. I was looking at the memory usage patterns of [rolldown] through heaptrack, and this spot showed up as a potentially-spurious temporary allocation. The consumer side is [here][consumer side]. I do not have a specific benchmark for this. [rolldown]: https://github.com/rolldown/rolldown [consumer side]: https://github.com/rolldown/rolldown/blob/ce36a195ed4e9ce7c446557cefff4750a2268e01/crates/rolldown/src/utils/extract_hash_pattern.rs#L12
Configuration menu - View commit details
-
Copy full SHA for b12a276 - Browse repository at this point
Copy the full SHA b12a276View commit details
Commits on May 6, 2024
-
syntax: simplify
Hir::dot
constructorsThis also likely avoids a spurious alloc or two, although it assuredly doesn't matter in practice.
Configuration menu - View commit details
-
Copy full SHA for 9c139f4 - Browse repository at this point
Copy the full SHA 9c139f4View commit details
Commits on May 8, 2024
-
lite: fix attribute warning about rustfmt
I'm not sure why I wrote it like this originally?
Configuration menu - View commit details
-
Copy full SHA for 023f1c9 - Browse repository at this point
Copy the full SHA 023f1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddeb85e - Browse repository at this point
Copy the full SHA ddeb85eView commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab4c8d1 - Browse repository at this point
Copy the full SHA ab4c8d1View commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f9f9cc - Browse repository at this point
Copy the full SHA 1f9f9ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1430b65 - Browse repository at this point
Copy the full SHA 1430b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4757b5f - Browse repository at this point
Copy the full SHA 4757b5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c4f0b - Browse repository at this point
Copy the full SHA 68c4f0bView commit details -
We had previously release regex 1.10.4 but omitted a changelog entry for it. So this adds it.
Configuration menu - View commit details
-
Copy full SHA for 377463b - Browse repository at this point
Copy the full SHA 377463bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0718fc5 - Browse repository at this point
Copy the full SHA 0718fc5View 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.10.4...1.10.5