-
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
Specify versions for serde and serde_macros (fixes #94)
#95
by nox
was merged Feb 1, 2016
Loading…
updated Feb 1, 2016
Test serde-serialization feature on Travis CI.
#103
by frewsxcv
was closed Mar 17, 2016
Loading…
updated Mar 17, 2016
Record whether viewport percentage dimensions are seen
#99
by mbrubeck
was merged Mar 19, 2016
Loading…
updated Mar 19, 2016
Fix accidentally quadratic algorithm
#102
by SimonSapin
was merged Mar 19, 2016
Loading…
updated Mar 19, 2016
Allow serde 0.8 and remove use of compiler plugins
#106
by nox
was merged Aug 3, 2016
Loading…
updated Aug 3, 2016
Remove the first rule if it’s
@charset
in "parse a stylesheet"
#107
by SimonSapin
was merged Aug 23, 2016
Loading…
updated Aug 23, 2016
Upgrade to rustc 1.13.0-nightly (a23064af5 2016-08-27)
#108
by SimonSapin
was merged Aug 28, 2016
Loading…
updated Aug 28, 2016
Make rules and declarations parsers take &mut self
#109
by SimonSapin
was merged Sep 7, 2016
Loading…
updated Sep 7, 2016
Don't use utf8 logic to parse unquoted urls.
#110
by emilio
was merged Nov 1, 2016
Loading…
updated Nov 1, 2016
Avoid overflowing the stack in consume_until_end_of_block.
#111
by emilio
was merged Dec 15, 2016
Loading…
updated Dec 15, 2016
Exclude css-parsing-tests from crate publishes
#116
by Manishearth
was merged Feb 4, 2017
Loading…
updated Feb 4, 2017
Use a more compact RGBA color representation.
#118
by emilio
was merged Feb 14, 2017
Loading…
updated Feb 14, 2017
Add comments to justify
unsafe
blocks.
#119
by SimonSapin
was merged Feb 14, 2017
Loading…
updated Feb 14, 2017
Preconvert in Color::parse to avoid codesize impact
#115
by Manishearth
was closed Feb 25, 2017
Loading…
updated Feb 25, 2017
Make match_ignore_ascii_case more efficient, add ascii_case_insensitive_phf_map
#122
by SimonSapin
was merged Feb 25, 2017
Loading…
updated Feb 25, 2017
Rewrite procedural macro based on the enum discriminant trick
#123
by SimonSapin
was merged Feb 28, 2017
Loading…
updated Feb 28, 2017
Don't heap-allocate a tokenizer for top-level parsing.
#124
by emilio
was merged Mar 3, 2017
Loading…
updated Mar 3, 2017
Some perf tweaks to the tokenizer.
#112
by emilio
was merged Jan 21, 2017
Loading…
updated Mar 13, 2017
Stop using temp files and an external program for diffs in test failures
#130
by SimonSapin
was merged Apr 3, 2017
Loading…
updated Apr 3, 2017
ProTip!
Add no:assignee to see everything that’s not assigned.