-
-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: dtolnay/unicode-ident
base: 1.0.19
head repository: dtolnay/unicode-ident
compare: 1.0.20
- 13 commits
- 7 files changed
- 3 contributors
Commits on Sep 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 229f1d5 - Browse repository at this point
Copy the full SHA 229f1d5View commit details
Commits on Sep 25, 2025
-
Unpin unicode 17 in CI, revert to latest
Pinning to 17 is no longer necessary, latest now points to 17 Reverts 17da3fe
Configuration menu - View commit details
-
Copy full SHA for 0adbc19 - Browse repository at this point
Copy the full SHA 0adbc19View commit details -
Merge pull request #39 from Marcondiro/patch-1
Unpin unicode 17 in CI, revert to latest
Configuration menu - View commit details
-
Copy full SHA for 0f4ef3f - Browse repository at this point
Copy the full SHA 0f4ef3fView commit details
Commits on Oct 6, 2025
-
store ascii start/continue bitmaps in u128 instead of slices of bool
Reduce execution time by 44% in 0%-nonascii case and by 32% in 10%-nonascii. Reduce the static data size ~200 bytes.
Configuration menu - View commit details
-
Copy full SHA for 62dfaa1 - Browse repository at this point
Copy the full SHA 62dfaa1View commit details
Commits on Oct 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2820323 - Browse repository at this point
Copy the full SHA 2820323View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0325fd8 - Browse repository at this point
Copy the full SHA 0325fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cf482e - Browse repository at this point
Copy the full SHA 0cf482eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d45cd - Browse repository at this point
Copy the full SHA 75d45cdView commit details -
Disable unreadable_literal pedantic clippy lint
warning: long literal lacking separators --> src/tables.rs:12:38 | 12 | pub(crate) const ASCII_START: u128 = 0x7fffffe07fffffe0000000000000000; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0x07ff_fffe_07ff_fffe_0000_0000_0000_0000` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal = note: `-W clippy::unreadable-literal` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::unreadable_literal)]` warning: long literal lacking separators --> src/tables.rs:13:41 | 13 | pub(crate) const ASCII_CONTINUE: u128 = 0x7fffffe87fffffe03ff000000000000; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0x07ff_fffe_87ff_fffe_03ff_0000_0000_0000` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literalConfiguration menu - View commit details
-
Copy full SHA for eb553bf - Browse repository at this point
Copy the full SHA eb553bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d75a0e - Browse repository at this point
Copy the full SHA 4d75a0eView commit details -
Merge pull request #41 from dtolnay/zero
Extract const promoted zero to a named static
Configuration menu - View commit details
-
Copy full SHA for ad5a6cf - Browse repository at this point
Copy the full SHA ad5a6cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 940104c - Browse repository at this point
Copy the full SHA 940104cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f0a68 - Browse repository at this point
Copy the full SHA 12f0a68View 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.19...1.0.20