forked from servo/rust-cssparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: hamidrezakp/rust-cssparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: servo/rust-cssparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 12 files changed
- 6 contributors
Commits on Nov 7, 2024
-
[unicode-range] Avoid integer overflow (panic in debug builds)
If a long string of hex digits are passed to unicode-range, the code tries to parse them into a number before checking whether there are more than the 6 digits allowed by the syntax, and this may lead to integer overflow. To avoid this, check the number of digits and error out earlier if there are too many to possibly be valid. (See https://bugzilla.mozilla.org/show_bug.cgi?id=1900403)
Configuration menu - View commit details
-
Copy full SHA for 4765111 - Browse repository at this point
Copy the full SHA 4765111View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb07131 - Browse repository at this point
Copy the full SHA bb07131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb149b - Browse repository at this point
Copy the full SHA 6fb149bView commit details
Commits on Dec 3, 2024
-
Minor optimization of Delimiters::from_byte to avoid an extra branch. (…
…servo#397) Co-authored-by: AlaskanEmily <emcdonough@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for fa6f5eb - Browse repository at this point
Copy the full SHA fa6f5ebView commit details
Commits on Feb 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 008a91c - Browse repository at this point
Copy the full SHA 008a91cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e477ab - Browse repository at this point
Copy the full SHA 5e477abView commit details -
Implement
MallocSizeOf
for cssparser types (servo#399)* Implement MallocSizeOf for cssparser types * Fix clippy lints Signed-off-by: Nico Burns <nico@nicoburns.com> --------- Signed-off-by: Nico Burns <nico@nicoburns.com>
Configuration menu - View commit details
-
Copy full SHA for 0d80021 - Browse repository at this point
Copy the full SHA 0d80021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 958a3f0 - Browse repository at this point
Copy the full SHA 958a3f0View commit details
Commits on Mar 20, 2025
-
Bump version 0.35.0 (servo#404)
Signed-off-by: Nico Burns <nico@nicoburns.com>
Configuration menu - View commit details
-
Copy full SHA for 3dd4f63 - Browse repository at this point
Copy the full SHA 3dd4f63View 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 main...main