-
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
Add declaration_start parameter to DeclarationParser parse_value
#400
by nchevobbe
was merged Feb 21, 2025
Loading…
updated Feb 21, 2025
Derive Default for SourceLocation
#402
by nchevobbe
was merged Feb 21, 2025
Loading…
updated Feb 21, 2025
Add support for * prefix in declaration names
#388
by hamidrezakp
was closed Feb 21, 2025
Loading…
updated Feb 21, 2025
Fix handling of backslashes and Unicode escape sequences in CSS content
#398
by liulinboyi
was closed Feb 21, 2025
Loading…
updated Feb 21, 2025
Implement
MallocSizeOf
for cssparser types
#399
by nicoburns
was merged Feb 21, 2025
Loading…
updated Feb 21, 2025
Minor optimization of Delimiters::from_byte to avoid an extra branch.
#397
by AlaskanEmily
was merged Dec 3, 2024
Loading…
updated Dec 3, 2024
[unicode-range] Avoid integer overflow (panic in debug builds)
#391
by jfkthame
was merged Nov 7, 2024
Loading…
updated Nov 7, 2024
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…
updated Apr 23, 2024
Add cargo fmt and cargo clippy checks to CI
#384
by tiaanl
was merged Apr 16, 2024
Loading…
updated Apr 18, 2024
Make PredefinedColorSpace follow the convention of parse() and ToCss
#386
by tiaanl
was merged Apr 16, 2024
Loading…
updated Apr 16, 2024
Further clarifications in docs for what errors are returned.
#380
by tiaanl
was merged Apr 7, 2024
Loading…
updated Apr 8, 2024
Switch tokenizer to use a pointer rather than index for position tracking
#383
by emilio
was closed Apr 7, 2024
Loading…
updated Apr 7, 2024
Switch tokenizer to use a pointer rather than index for position tracking
#381
by emilio
was closed Apr 7, 2024
Loading…
updated Apr 7, 2024
Fix the documentation of what certain parse functions return
#372
by tiaanl
was merged Apr 6, 2024
Loading…
updated Apr 6, 2024
Run
cargo fmt
and cargo clippy --fix
on all files
#373
by tiaanl
was closed Apr 6, 2024
Loading…
updated Apr 6, 2024
Refactoring, better ability to use
cssparser-color
as a separate crate.
#377
by chipnertkj
was closed Apr 6, 2024
Loading…
updated Apr 6, 2024
Rename
master
branch to main
#371
by mrobinson
was merged Mar 20, 2024
Loading…
updated Mar 20, 2024
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.