Skip to content

Pull requests: servo/rust-cssparser

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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
Fixed broken links
#59 by Perelandric was merged Sep 16, 2014 Loading… updated Sep 17, 2014
Implement color value serialization.
#60 by jdm was merged Oct 1, 2014 Loading… updated Oct 1, 2014
Parse /, which is needed for border-radius
#62 by pcwalton was closed Oct 16, 2014 Loading… updated Oct 16, 2014
fail => panic
#63 by ghost was merged Oct 30, 2014 Loading… updated Oct 30, 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
Link to documentation
#75 by frewsxcv was merged Jun 6, 2015 Loading… updated Jun 6, 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
Clamp rgb values to [0,1]
#84 by SimonSapin was merged Aug 4, 2015 Loading… updated Aug 4, 2015
clamp rgb values to [0,1]
#83 by dzbarsky was merged Aug 4, 2015 Loading… updated Aug 4, 2015
Add HeapSizeOf support.
#85 by notriddle was merged Aug 13, 2015 Loading… updated Aug 13, 2015
Make Tokenizer public
#74 by xojoc was closed Sep 2, 2015 Loading… updated Sep 2, 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.