-
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…
updated Aug 13, 2014
Change directory structure to be more idiomatic.
#58
by metajack
was merged Aug 15, 2014
Loading…
updated Aug 26, 2014
Parse
/
, which is needed for border-radius
#62
by pcwalton
was closed Oct 16, 2014
Loading…
updated Oct 16, 2014
add show instances, and remove useless mut
#64
by cgaebel
was merged Nov 12, 2014
Loading…
updated Nov 12, 2014
Export
parse_color_keyword
for use in legacy HTML color parsing.
#65
by pcwalton
was merged Dec 8, 2014
Loading…
updated Dec 8, 2014
Function tokenizer::preprocess 3x faster
#66
by ayosec
was merged Dec 18, 2014
Loading…
updated Dec 18, 2014
Modernize the ToCss trait and implement it on more things.
#67
by SimonSapin
was merged Dec 29, 2014
Loading…
updated Dec 29, 2014
Rewrite the parser to be fully incremental
#68
by SimonSapin
was closed Jan 21, 2015
Loading…
updated Jan 22, 2015
Migrate
next_*
methods to return Option
#70
by frewsxcv
was closed Mar 17, 2015
Loading…
updated Mar 17, 2015
Clamp to MAX / INFINITY rather than panic on overflow in number parsing
#73
by SimonSapin
was merged Apr 2, 2015
Loading…
updated Apr 2, 2015
Allow colors to be serialized with
serde
.
#77
by pcwalton
was merged Jul 13, 2015
Loading…
updated Jul 13, 2015
Add notifications from Travis to Homu.
#79
by metajack
was merged Jul 14, 2015
Loading…
updated Jul 14, 2015
Parse 8, 4 digits hex notations
#80
by disjukr
was merged Jul 20, 2015
Loading…
updated Jul 20, 2015
tokenizer: Remove division from the floating point conversion code.
#81
by pcwalton
was merged Jul 29, 2015
Loading…
updated Jul 29, 2015
Bump version number for release.
#82
by metajack
was merged Jul 29, 2015
Loading…
updated Jul 29, 2015
Add tracking of
var()
functions.
#87
by SimonSapin
was merged Sep 2, 2015
Loading…
updated Sep 2, 2015
Add Delimiter::Bang for CSS Custom Properties.
#88
by SimonSapin
was merged Sep 7, 2015
Loading…
updated Sep 7, 2015
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.