aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive/compute_squared_distance.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-125/+0
* Revert changes to servo_arc, style_derive, and style_traits (#31387)Martin Robinson2024-02-221-3/+1
* Upgrade remaining components to edition 2018sagudev2023-02-181-1/+3
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-1/+1
* style: Drop fallback attribute from animate and distance.Boris Chiou2020-04-161-14/+2
* style: Make rust generate better code for derive(Animate) and derive(ComputeS...Emilio Cobos Álvarez2020-02-121-61/+74
* 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
* 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-7/+7
* Reorder importsPyfisch2018-11-061-1/+1
* style: Teach ComputeSquaredDistance derive about #[animation(constant)].Emilio Cobos Álvarez2018-09-151-3/+18
* 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-5/+4
* Opt out of bounds on type params for #[derive(ComputeSquaredDistance)]Anthony Ramine2018-03-121-33/+62
* Never store a squared root in SquaredDistanceAnthony Ramine2018-03-041-1/+1
* Bump syn/quote in style_deriveBastien Orivel2018-02-121-18/+20
* Implement #[distance(fallback)] for #[derive(ComputeSquaredDistance)]Anthony Ramine2017-08-281-4/+17
* Implement #[animate(fallback)] for #[derive(Animate)]Anthony Ramine2017-08-281-2/+2
* Improve handling of trait bounds when deriving fmap-like traitsAnthony Ramine2017-08-281-1/+1
* Refactor how we handle trait bounds in style_deriveAnthony Ramine2017-08-271-3/+1
* Introduce #[animation]Anthony Ramine2017-08-241-3/+10
* Introduce style_derive::cgAnthony Ramine2017-08-231-68/+11
* Derive ComputeSquaredDistanceAnthony Ramine2017-08-131-0/+117