aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive/to_computed_value.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-205/+0
* Revert changes to servo_arc, style_derive, and style_traits (#31387)Martin Robinson2024-02-221-3/+0
* Upgrade remaining components to edition 2018sagudev2023-02-181-0/+3
* style: Teach style_derive's map_type_params about mapping self correctly.Emilio Cobos Álvarez2021-02-261-1/+3
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-1/+1
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-3/+14
* style: Ensure that derived types are right for optimized-away implementations.Emilio Cobos Álvarez2020-04-161-60/+99
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-27/+18
* 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-121-48/+91
* 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-12/+12
* Format component of style_derivechansuke2018-09-071-4/+6
* Opt into field bounds for #[derive(ToComputedValue)]Anthony Ramine2018-03-091-27/+51
* Remove #[compute(clone)]Anthony Ramine2018-03-091-20/+5
* Opt into field bounds when deriving ToCss, instead of opting outAnthony Ramine2018-03-081-5/+8
* Unconditionally derive ToComputedValue as Clone for non-genericsAnthony Ramine2018-03-031-0/+23
* Bump syn/quote in style_deriveBastien Orivel2018-02-121-10/+10
* Add ToComputedValue and ToCss implsManish Goregaokar2017-11-021-1/+4
* Implement #[compute(clone)] for #[derive(ToComputedValue)]Anthony Ramine2017-08-281-5/+28
* Improve handling of trait bounds when deriving fmap-like traitsAnthony Ramine2017-08-281-10/+10
* Refactor how we handle trait bounds in style_deriveAnthony Ramine2017-08-271-9/+11
* Introduce style_derive::cgAnthony Ramine2017-08-231-107/+11
* Derive ToComputedValueAnthony Ramine2017-05-211-0/+142