aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive
Commit message (Expand)AuthorAgeFilesLines
* Update darling to 0.9Bastien Orivel2019-05-231-1/+1
* Upgrade to rustc 1.36.0-nightly (e305df184 2019-04-24)Simon Sapin2019-04-251-1/+1
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-123-56/+47
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+7
* style: Add derive code for a new ToResolvedValue trait, and a few trivial imp...Emilio Cobos Álvarez2019-04-121-0/+69
* style: Handle the non-generic path earlier in the derive code.Emilio Cobos Álvarez2019-04-121-13/+15
* style: Share more code between ToAnimatedValue and ToComputedValue derive.Emilio Cobos Álvarez2019-04-122-98/+119
* style: Factor out some of style_derive.Cameron McCormack2019-04-1211-359/+10
* style: Add two commas to appease tidy.Emilio Cobos Álvarez2019-03-131-2/+2
* style: Reformat recent changes.Emilio Cobos Álvarez2019-03-131-3/+3
* style: When deriving something with an output type, map preconditions as well.Emilio Cobos Álvarez2019-03-133-0/+76
* style: Implement a version of #[css(skip_if)] that takes more context.Emilio Cobos Álvarez2019-03-131-2/+20
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-02-231-9/+6
* style: Improve #[derive(Parse)].Emilio Cobos Álvarez2019-02-231-34/+125
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-01-131-1/+4
* style: Part 1: Support field_bound on Animate.Boris Chiou2019-01-131-15/+26
* Fix some warningsSimon Sapin2018-12-281-1/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-282-4/+2
* Fix all clippy warnings in style_deriveBastien Orivel2018-12-124-14/+12
* Update syn and related dependenciesBastien Orivel2018-11-3011-49/+60
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-1910-10/+10
* `cargo fix --edition`Simon Sapin2018-11-109-20/+15
* Use 2018-style paths in code generated by style_deriveSimon Sapin2018-11-109-65/+65
* Reorder importsPyfisch2018-11-062-2/+2
* Format remaining filesPyfisch2018-11-062-4/+8
* style: Teach ComputeSquaredDistance derive about #[animation(constant)].Emilio Cobos Álvarez2018-09-151-3/+18
* Format component of style_derivechansuke2018-09-078-127/+156
* style: Better debugging for media-query related code and ua-cache.Emilio Cobos Álvarez2018-06-231-0/+2
* style_derive: Fix tidy lint.Emilio Cobos Álvarez2018-06-121-1/+1
* style: Move some parsing-only attributes to use #[parse(..)] instead of #[css...Emilio Cobos Álvarez2018-06-124-12/+22
* style: Introduce css(parse_condition).Emilio Cobos Álvarez2018-06-122-5/+38
* style: Remove values::Verbatim.Emilio Cobos Álvarez2018-05-051-1/+1
* style: Move represents_keyword to the css attributes.Emilio Cobos Álvarez2018-05-052-3/+12
* style: Fix tidy issues and Servo build.Emilio Cobos Álvarez2018-04-291-2/+2
* style: Add some attributes for SpecifiedValueInfo to help deriving more from ...Xidorn Quan2018-04-292-13/+70
* style: Have Parse derive respect #[css(skip)] on variant as well and derive P...Xidorn Quan2018-04-291-0/+4
* style: Add collect_values function to SpecifiedValueInfo trait for collecting...Xidorn Quan2018-04-291-16/+72
* style: Skip system font variant for ToCss in font subproperties.Xidorn Quan2018-04-291-0/+4
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-298-17/+99
* Update WebrenderBastien Orivel2018-04-251-4/+4
* Share a single #[animation(no_bound(…))] for the animation traitsAnthony Ramine2018-03-123-18/+19
* Opt out of bounds on type params for #[derive(ToAnimatedZero)]Anthony Ramine2018-03-123-157/+28
* Opt out of bounds on type params for #[derive(ComputeSquaredDistance)]Anthony Ramine2018-03-121-33/+62
* Opt out of trait bounds on type params for #[derive(Animate)]Anthony Ramine2018-03-121-13/+21
* Kill fmap_output_typeAnthony Ramine2018-03-091-15/+2
* Opt into field bounds for #[derive(ToComputedValue)]Anthony Ramine2018-03-093-40/+53
* Remove #[compute(clone)]Anthony Ramine2018-03-091-20/+5
* Simplify the derived bounds for ToAnimatedValueAnthony Ramine2018-03-092-9/+29
* Don't generate fancy Clone + PartialEq bounds for #[animation(constant)]Anthony Ramine2018-03-091-18/+0
* Move some code to its own function in #[derive(Animate)]Anthony Ramine2018-03-091-54/+66