-
Notifications
You must be signed in to change notification settings - Fork 506
Comparing changes
Open a pull request
base repository: rust-lang/regex
base: 1.0.6
head repository: rust-lang/regex
compare: 1.1.0
- 20 commits
- 32 files changed
- 7 contributors
Commits on Nov 6, 2018
-
ci: tweak minimum supported Rust handling
lazy_static 1.2 bumped its MSRV to Rust 1.24.1, so we rollback to using lazy_static 1.1 when testing on Rust versions older than 1.24.1.
Configuration menu - View commit details
-
Copy full SHA for a3bccb1 - Browse repository at this point
Copy the full SHA a3bccb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dad48e - Browse repository at this point
Copy the full SHA 6dad48eView commit details
Commits on Nov 7, 2018
-
syntax/license: add the unicode license for unicode-tables
Add the Unicode license to the unicode-tables directory, as the data there comes from the Unicode Consortium. Fixes #530
Configuration menu - View commit details
-
Copy full SHA for ce41543 - Browse repository at this point
Copy the full SHA ce41543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 770edd5 - Browse repository at this point
Copy the full SHA 770edd5View commit details
Commits on Dec 1, 2018
-
syntax: add emoji and break properties
This commit adds several emoji properties such as Emoji and Extended_Pictographic. We also add support for the Grapheme_Cluster_Break, Word_Break and Sentence_Break enumeration properties.
Configuration menu - View commit details
-
Copy full SHA for ecc1a5a - Browse repository at this point
Copy the full SHA ecc1a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b8edcd - Browse repository at this point
Copy the full SHA 2b8edcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e214d8c - Browse repository at this point
Copy the full SHA e214d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e53ed5f - Browse repository at this point
Copy the full SHA e53ed5fView commit details -
regex-set: add 'patterns' accessor method
It is useful to access the pattern provided to the regex set. PR #529
Configuration menu - View commit details
-
Copy full SHA for 1bb38e5 - Browse repository at this point
Copy the full SHA 1bb38e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d51d236 - Browse repository at this point
Copy the full SHA d51d236View commit details -
Configuration menu - View commit details
-
Copy full SHA for 167e5e6 - Browse repository at this point
Copy the full SHA 167e5e6View commit details -
perf: always inline Program's Deref
Shaves of a few percent on dfa heavy regexes such as `RegexSet` use.
Configuration menu - View commit details
-
Copy full SHA for bdea612 - Browse repository at this point
Copy the full SHA bdea612View commit details -
perf: cache the Vec used to build state keys
Avoids frequent re-allocations while the instructions are pushed to it.
Configuration menu - View commit details
-
Copy full SHA for e25dd95 - Browse repository at this point
Copy the full SHA e25dd95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d734e3 - Browse repository at this point
Copy the full SHA 8d734e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e395c - Browse repository at this point
Copy the full SHA 11e395cView commit details -
ci: bump minimum rust version to 1.24.1
This was motivated in part for using `From<&[T]> for Arc<T>`, which technically only requires 1.21.0. However, lazy_static 1.2, which is a dependency of regex, now requires 1.24.1, so we might as well ride the wave.
Configuration menu - View commit details
-
Copy full SHA for 3df8a1a - Browse repository at this point
Copy the full SHA 3df8a1aView commit details -
rustfmt is not something I'm willing to adopt at this time, but contributors are still trying to use it anyway. This is irksome, so we attempt to prevent this from happening by creating a config that explicitly disables rustfmt.
Configuration menu - View commit details
-
Copy full SHA for 2ca70c9 - Browse repository at this point
Copy the full SHA 2ca70c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f87547e - Browse repository at this point
Copy the full SHA f87547eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b77e3fc - Browse repository at this point
Copy the full SHA b77e3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b9419 - Browse repository at this point
Copy the full SHA d4b9419View commit details
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.0.6...1.1.0