aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-82/+0
* Revert changes to servo_arc, style_derive, and style_traits (#31387)Martin Robinson2024-02-221-0/+11
* Upgrade remaining components to edition 2018sagudev2023-02-181-11/+0
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+7
* style: Factor out some of style_derive.Cameron McCormack2019-04-121-1/+1
* Update syn and related dependenciesBastien Orivel2018-11-301-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format component of style_derivechansuke2018-09-071-3/+6
* style: Move some parsing-only attributes to use #[parse(..)] instead of #[css...Emilio Cobos Álvarez2018-06-121-2/+2
* style: Add some attributes for SpecifiedValueInfo to help deriving more from ...Xidorn Quan2018-04-291-1/+1
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-0/+7
* Opt out of bounds on type params for #[derive(ToAnimatedZero)]Anthony Ramine2018-03-121-1/+1
* Bump syn/quote in style_deriveBastien Orivel2018-02-121-15/+15
* Rename #[parse(aliases)] to #[css(aliases)]Anthony Ramine2018-02-011-1/+1
* style_derive: Support parse-time aliases.Emilio Cobos Álvarez2017-12-311-1/+1
* Allow deriving Parse for keywords.Emilio Cobos Álvarez2017-12-151-0/+9
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-7/+0
* Implement #[distance(fallback)] for #[derive(ComputeSquaredDistance)]Anthony Ramine2017-08-281-1/+1
* Implement #[animate(fallback)] for #[derive(Animate)]Anthony Ramine2017-08-281-1/+1
* Implement #[compute(clone)] for #[derive(ToComputedValue)]Anthony Ramine2017-08-281-1/+1
* Support #[animation(error)] in more casesAnthony Ramine2017-08-271-1/+1
* Introduce #[animation]Anthony Ramine2017-08-241-2/+2
* Use darling in style_deriveAnthony Ramine2017-08-241-0/+1
* Introduce style_derive::cgAnthony Ramine2017-08-231-0/+1
* Derive the most trivial Animate implsAnthony Ramine2017-08-221-0/+7
* Derive the most trivial ToAnimatedZero implsAnthony Ramine2017-08-221-0/+7
* Derive ComputeSquaredDistanceAnthony Ramine2017-08-131-0/+7
* Introduce ToAnimatedValue 🎥Anthony Ramine2017-06-291-0/+7
* Introduce #[css(function)] for #[derive(ToCss)]Anthony Ramine2017-06-131-1/+1
* Derive the most trivial ToCss implementations 🌋Anthony Ramine2017-06-041-0/+7
* Derive ToComputedValueAnthony Ramine2017-05-211-0/+7
* Derive HasViewportPercentage 🍷Anthony Ramine2017-05-201-0/+18