aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive/to_animated_zero.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-65/+0
* Revert changes to servo_arc, style_derive, and style_traits (#31387)Martin Robinson2024-02-221-2/+1
* Upgrade remaining components to edition 2018sagudev2023-02-181-1/+2
* Bump all in-tree components to syn 1Anthony Ramine2019-09-271-1/+1
* style: Factor out some of style_derive.Cameron McCormack2019-04-121-1/+1
* Fix all clippy warnings in style_deriveBastien Orivel2018-12-121-1/+1
* Update syn and related dependenciesBastien Orivel2018-11-301-2/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-2/+2
* Use 2018-style paths in code generated by style_deriveSimon Sapin2018-11-101-4/+4
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-1/+1
* Share a single #[animation(no_bound(…))] for the animation traitsAnthony Ramine2018-03-121-10/+3
* Opt out of bounds on type params for #[derive(ToAnimatedZero)]Anthony Ramine2018-03-121-18/+24
* Opt into field bounds when deriving ToCss, instead of opting outAnthony Ramine2018-03-081-5/+8
* Bump syn/quote in style_deriveBastien Orivel2018-02-121-16/+15
* Implement #[animate(fallback)] for #[derive(Animate)]Anthony Ramine2017-08-281-3/+3
* Improve handling of trait bounds when deriving fmap-like traitsAnthony Ramine2017-08-281-2/+3
* Support #[animation(constant)] when deriving ToAnimatedZeroAnthony Ramine2017-08-281-5/+18
* Support #[animation(error)] in more casesAnthony Ramine2017-08-271-6/+23
* Refactor how we handle trait bounds in style_deriveAnthony Ramine2017-08-271-6/+6
* Introduce style_derive::cgAnthony Ramine2017-08-231-58/+11
* Derive the most trivial ToAnimatedZero implsAnthony Ramine2017-08-221-0/+79