aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/builder.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt and fix tidy on recent changes.Emilio Cobos Álvarez2019-06-251-6/+3
* style: Add an extra flag to flag ::part() to selectors.Emilio Cobos Álvarez2019-06-251-14/+36
* style: Cleanup selector-matching for nested pseudo-elements, match ::slotted ...Emilio Cobos Álvarez2019-05-291-6/+0
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-05-071-2/+1
* style: Add parsing support for ::part().Emilio Cobos Álvarez2019-05-071-0/+1
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-1/+1
* style: Derive more.Bobby Holley2019-01-291-33/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-2/+2
* Reorder importsPyfisch2018-11-061-1/+1
* style: Assert earlier to try to get a more helpful stack.Emilio Cobos Álvarez2018-10-281-1/+1
* style: Back out diagnostics for not being helpful enough at diagnosing.Emilio Cobos Álvarez2018-10-281-16/+9
* format components/selectorsAnshul Malik2018-09-121-6/+5
* style: Make :host() and ::slotted() account for the inner selector's specific...Emilio Cobos Álvarez2018-07-011-12/+37
* style: Add diagnostics.Emilio Cobos Álvarez2018-06-121-7/+18
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-40/+33
* style: Implement the functional :host(..) selector.Emilio Cobos Álvarez2018-04-101-1/+1
* style: Implement the non-functional :host selector.Emilio Cobos Álvarez2018-04-091-0/+1
* style: Store ::slotted rules separately on the cascade data, since they may c...Emilio Cobos Álvarez2018-01-091-2/+20
* selectors: Add parsing support for ::slotted().Emilio Cobos Álvarez2017-12-141-3/+14
* Add support for :scope pseudo-classXidorn Quan2017-10-091-1/+1
* Report invalid selectors (bug 1384216).Josh Matthews2017-08-281-0/+6
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Less unsafe in selectors::builder.Simon Sapin2017-06-201-58/+40
* Invert the order of each compound selector.Bobby Holley2017-06-201-12/+200
* Hoist specificity computation into a new private builder module.Bobby Holley2017-06-201-0/+141