aboutsummaryrefslogtreecommitdiffstats
path: root/components/domobject_derive
Commit message (Expand)AuthorAgeFilesLines
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-1/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+1
* remove `extern crate` (#30311)Samson2023-09-081-5/+2
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-3/+3
* More Cargo.toml cleanupsAlex Touchet2020-05-141-1/+1
* Introduce a new type MaybeUnreflectedDom<T> (fixes #25701)Anthony Ramine2020-02-171-1/+1
* Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15)Simon Sapin2020-01-161-1/+0
* Bump all in-tree components to syn 1Anthony Ramine2019-09-271-3/+3
* Restrict syn features for in-tree componentsAnthony Ramine2019-09-271-1/+1
* Update syn and related dependenciesBastien Orivel2018-11-302-6/+13
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format remaining filesPyfisch2018-11-061-3/+3
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Use 2018-style paths in code generated by proc-macro derivesSimon Sapin2018-11-061-8/+8
* Format components dom_struct, domobject_derive and embedder_traits #21373kingdido9992018-09-031-3/+7
* Update WebrenderBastien Orivel2018-04-251-2/+2
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+1
* Bump syn/quote in domobject_deriveBastien Orivel2018-02-122-32/+21
* Fix quote dependency versionAnthony Ramine2017-08-231-1/+1
* Update syn to 0.11Anthony Ramine2017-02-271-1/+1
* Replace inheritance_integrity by trait shenanigansAnthony Ramine2017-02-151-4/+55
* Derive DomObject with a proc macroAnthony Ramine2017-02-142-0/+67