aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive/parse.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-323/+0
* Revert changes to servo_arc, style_derive, and style_traits (#31387)Martin Robinson2024-02-221-5/+2
* style: Make vertical writing mode (left/right) in text-emphasis-position opti...Anurag Kalia2023-11-031-1/+1
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-4/+7
* style: Allow to derive Parse/ToCss/SpecifiedValueInfo on bitflagsEmilio Cobos Álvarez2023-08-161-4/+75
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-75/+4
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-4/+75
* Upgrade remaining components to edition 2018sagudev2023-02-181-1/+5
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-2/+2
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-06-041-2/+8
* style: Support field_bound in #[derive(Parse)].Emilio Cobos Álvarez2020-06-041-13/+28
* style: Factor out some of style_derive.Cameron McCormack2019-04-121-1/+1
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-02-231-9/+6
* style: Improve #[derive(Parse)].Emilio Cobos Álvarez2019-02-231-34/+125
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Fix all clippy warnings in style_deriveBastien Orivel2018-12-121-2/+2
* Update syn and related dependenciesBastien Orivel2018-11-301-3/+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-8/+8
* Format component of style_derivechansuke2018-09-071-7/+6
* style: Move some parsing-only attributes to use #[parse(..)] instead of #[css...Emilio Cobos Álvarez2018-06-121-7/+17
* style: Introduce css(parse_condition).Emilio Cobos Álvarez2018-06-121-5/+37
* style: Have Parse derive respect #[css(skip)] on variant as well and derive P...Xidorn Quan2018-04-291-0/+4
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-1/+1
* Bump syn/quote in style_deriveBastien Orivel2018-02-121-11/+13
* Move TransformStyle out of Mako filesAnthony Ramine2018-02-011-1/+3
* Rename #[parse(aliases)] to #[css(aliases)]Anthony Ramine2018-02-011-9/+2
* style_derive: Support parse-time aliases.Emilio Cobos Álvarez2017-12-311-0/+22
* style_derive: Make parse derive work with C like enums.Nazım Can Altınova2017-12-161-1/+2
* Allow deriving Parse for keywords.Emilio Cobos Álvarez2017-12-151-0/+74