-
Notifications
You must be signed in to change notification settings - Fork 136
Pull requests: servo/rust-cssparser
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Replace TokenSerializationType with TokenSerializationTypeVariants
#369
by zrhoffman
was merged Nov 14, 2023
Loading…
updated Nov 14, 2023
color: Split most of the color parsing to a separate crate.
#363
by emilio
was merged Sep 11, 2023
Loading…
updated Sep 11, 2023
parser: Use a lookup table for Delimiter::from_byte.
#358
by emilio
was merged Sep 11, 2023
Loading…
updated Sep 11, 2023
serializer: Use match_byte in the serializer.
#361
by emilio
was merged Sep 11, 2023
Loading…
updated Sep 11, 2023
rules: Avoid tokenizing too much when nesting declarations that look like selectors.
#359
by emilio
was merged Sep 11, 2023
Loading…
updated Sep 11, 2023
Make NumberOrPercentage and AngleOrNumber getters public.
#357
by tiaanl
was merged Sep 1, 2023
Loading…
updated Sep 1, 2023
tokenizer: Source positions are always at char boundaries, so avoid overhead when slicing
#356
by emilio
was merged Aug 25, 2023
Loading…
updated Aug 25, 2023
parser: Remove the line-number-offset mechanism.
#355
by emilio
was merged Aug 10, 2023
Loading…
updated Aug 10, 2023
macros: Keep the ability for ascii_case_insensitive_phf_map to reference custom types.
#354
by emilio
was merged Aug 2, 2023
Loading…
updated Aug 2, 2023
color: Expose named colors more directly.
#353
by emilio
was merged Aug 2, 2023
Loading…
updated Aug 2, 2023
Rgba does not store Option as component
#352
by tiaanl
was merged Jul 24, 2023
Loading…
updated Jul 24, 2023
Enhance modern component serialization with inf and nan support
#351
by tiaanl
was merged Jul 24, 2023
Loading…
updated Jul 24, 2023
Enable the GitHub merge queue
#349
by mrobinson
was merged Jul 11, 2023
Loading…
updated Jul 11, 2023
color: Avoid a string copy in parse_color_function.
#347
by emilio
was merged Jun 6, 2023
Loading…
updated Jun 6, 2023
Bump version for the nesting fixes.
#344
by emilio
was merged Jun 4, 2023
Loading…
updated Jun 4, 2023
[css-nesting] Make our nesting implementation match the new spec better.
#343
by emilio
was merged Jun 3, 2023
Loading…
updated Jun 3, 2023
Update cssparser-macros to syn 2
#342
by glandium
was merged Jun 2, 2023
Loading…
updated Jun 2, 2023
Make the serialize_alpha function public.
#340
by tiaanl
was merged May 22, 2023
Loading…
updated May 22, 2023
[css-nesting] Fix body parsing recovery when nesting is not enabled.
#339
by emilio
was merged May 16, 2023
Loading…
updated May 16, 2023
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.