aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive/to_animated_value.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-35/+0
* Revert changes to servo_arc, style_derive, and style_traits (#31387)Martin Robinson2024-02-221-3/+2
* Upgrade remaining components to edition 2018sagudev2023-02-181-2/+3
* style: Ensure that derived types are right for optimized-away implementations.Emilio Cobos Álvarez2020-04-161-12/+4
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-13/+13
* style: Share more code between ToAnimatedValue and ToComputedValue derive.Emilio Cobos Álvarez2019-04-121-50/+28
* style: Factor out some of style_derive.Cameron McCormack2019-04-121-1/+1
* style: When deriving something with an output type, map preconditions as well.Emilio Cobos Álvarez2019-03-131-0/+6
* Update syn and related dependenciesBastien Orivel2018-11-301-4/+4
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-1/+1
* Use 2018-style paths in code generated by style_deriveSimon Sapin2018-11-101-5/+5
* Format component of style_derivechansuke2018-09-071-6/+10
* Opt into field bounds for #[derive(ToComputedValue)]Anthony Ramine2018-03-091-1/+1
* Simplify the derived bounds for ToAnimatedValueAnthony Ramine2018-03-091-7/+18
* Bump syn/quote in style_deriveBastien Orivel2018-02-121-4/+4
* Improve handling of trait bounds when deriving fmap-like traitsAnthony Ramine2017-08-281-5/+1
* Refactor how we handle trait bounds in style_deriveAnthony Ramine2017-08-271-9/+11
* Introduce style_derive::cgAnthony Ramine2017-08-231-106/+11
* Introduce ToAnimatedValue 🎥Anthony Ramine2017-06-291-0/+141