-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: olanod/rust-cssparser
base: main
head repository: servo/rust-cssparser
compare: main
- 20 commits
- 16 files changed
- 11 contributors
Commits on Nov 7, 2024
-
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
MallocSizeOffor 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
Commits on Aug 27, 2025
-
chore(deps): update phf to 0.13 (servo#406)
* fix: fix clippy warnings * fix: fix invalid rustdoc code block attributes * chore(deps)!: update phf to 0.13 Also raises MSRV to 1.66, as it is required by phf 0.13.
Configuration menu - View commit details
-
Copy full SHA for 37fe2cd - Browse repository at this point
Copy the full SHA 37fe2cdView commit details
Commits on Oct 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 03f982e - Browse repository at this point
Copy the full SHA 03f982eView commit details
Commits on Oct 25, 2025
-
Bug 1996318 - Add display-p3-linear color-space to css color(). (serv…
…o#411) * Bug 1996318 - Add display-p3-linear color-space to css color(). r=#style,tlouw It's display-p3 without gamma encoding. cssparser change will obviously go upstream. Differential Revision: https://phabricator.services.mozilla.com/D270012 * Bump MSRV to 1.68 to deal with syn.
Configuration menu - View commit details
-
Copy full SHA for 71b7cfe - Browse repository at this point
Copy the full SHA 71b7cfeView commit details
Commits on Oct 30, 2025
-
Fix outdated parser names in comments (servo#412)
* Correct outdated references from RuleListParser to StyleSheetParser in comments * Correct outdated references from DeclarationListParser to RuleBodyParser in comments
Configuration menu - View commit details
-
Copy full SHA for 11d2d01 - Browse repository at this point
Copy the full SHA 11d2d01View commit details
Commits on Nov 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 88c9a12 - Browse repository at this point
Copy the full SHA 88c9a12View commit details
Commits on Nov 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 60d05a5 - Browse repository at this point
Copy the full SHA 60d05a5View commit details
Commits on Nov 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1de9d4a - Browse repository at this point
Copy the full SHA 1de9d4aView commit details -
parser: Make list of arbitrary substitution functions configurable. (s…
…ervo#416) This prevents needing cssparser changes every time we add one, and makes them configurable at runtime.
Configuration menu - View commit details
-
Copy full SHA for ff98fbe - Browse repository at this point
Copy the full SHA ff98fbeView commit details -
Bump version 0.36.0 (servo#417)
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Configuration menu - View commit details
-
Copy full SHA for 9339ddd - Browse repository at this point
Copy the full SHA 9339dddView commit details
Commits on Nov 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ccdec4 - Browse repository at this point
Copy the full SHA 6ccdec4View commit details -
fix issue that integer 1000001 is written as 1000000 (servo#410)
* fix issue that interger 1000001 is written as 1000000 * lint --------- Co-authored-by: Yidong Wei <weiy@fortinet.com>
Configuration menu - View commit details
-
Copy full SHA for 452e6af - Browse repository at this point
Copy the full SHA 452e6afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6967a85 - Browse repository at this point
Copy the full SHA 6967a85View commit details
Commits on Dec 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8fc7a5c - Browse repository at this point
Copy the full SHA 8fc7a5cView 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 main...main