-
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
parser: Implement recent syntax spec change to avoid parsing custom properties that look like selectors as rules.
#387
by emilio
was merged Apr 23, 2024
Loading…
Switch tokenizer to use a pointer rather than index for position tracking
#383
by emilio
was closed 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…
color: Split most of the color parsing to a separate crate.
#363
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…
parser: Use a lookup table for Delimiter::from_byte.
#358
by emilio
was merged Sep 11, 2023
Loading…
tokenizer: Source positions are always at char boundaries, so avoid overhead when slicing
#356
by emilio
was merged Aug 25, 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…
[css-nesting] Make our nesting implementation match the new spec better.
#343
by emilio
was merged Jun 3, 2023
Loading…
[css-nesting] Fix body parsing recovery when nesting is not enabled.
#339
by emilio
was merged May 16, 2023
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.