-
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
Use Result/Err(()) instead of Option/None to indicate a parse error.
#57
by SimonSapin
was closed Aug 11, 2014
Loading…
Export
parse_color_keyword
for use in legacy HTML color parsing.
#65
by pcwalton
was merged Dec 8, 2014
Loading…
Modernize the ToCss trait and implement it on more things.
#67
by SimonSapin
was merged Dec 29, 2014
Loading…
Clamp to MAX / INFINITY rather than panic on overflow in number parsing
#73
by SimonSapin
was merged Apr 2, 2015
Loading…
tokenizer: Remove division from the floating point conversion code.
#81
by pcwalton
was merged Jul 29, 2015
Loading…
ProTip!
Filter pull requests by the default branch with base:main.