-
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
Enhance modern component serialization with inf and nan support
#351
by tiaanl
was merged Jul 24, 2023
Loading…
macros: Keep the ability for ascii_case_insensitive_phf_map to reference custom types.
#354
by emilio
was merged Aug 2, 2023
Loading…
tokenizer: Source positions are always at char boundaries, so avoid overhead when slicing
#356
by emilio
was merged Aug 25, 2023
Loading…
Make NumberOrPercentage and AngleOrNumber getters public.
#357
by tiaanl
was merged Sep 1, 2023
Loading…
parser: Use a lookup table for Delimiter::from_byte.
#358
by emilio
was merged Sep 11, 2023
Loading…
rules: Avoid tokenizing too much when nesting declarations that look like selectors.
#359
by emilio
was merged Sep 11, 2023
Loading…
color: Split most of the color parsing to a separate crate.
#363
by emilio
was merged Sep 11, 2023
Loading…
Replace TokenSerializationType with TokenSerializationTypeVariants
#369
by zrhoffman
was merged Nov 14, 2023
Loading…
Fix the documentation of what certain parse functions return
#372
by tiaanl
was merged Apr 6, 2024
Loading…
Refactoring, better ability to use
cssparser-color
as a separate crate.
#377
by chipnertkj
was closed Apr 6, 2024
Loading…
Further clarifications in docs for what errors are returned.
#380
by tiaanl
was merged Apr 7, 2024
Loading…
Switch tokenizer to use a pointer rather than index for position tracking
#381
by emilio
was closed Apr 7, 2024
Loading…
ProTip!
Exclude everything labeled
bug
with -label:bug.