aboutsummaryrefslogtreecommitdiffstats
path: root/components/domobject_derive/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-9/+12
* Replace `ShouldNotImplDomObject` with `NoDomObjectInDomObject` (#33627)Samson2024-10-031-20/+33
* Impl PartialEq and Eq for DomObject (#33212)Taym Haddadi2024-09-021-0/+8
* Use global exports from derives (#33169)Samson2024-08-251-5/+5
* 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
* 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
* Update syn and related dependenciesBastien Orivel2018-11-301-4/+10
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format remaining filesPyfisch2018-11-061-3/+3
* 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
* 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-121-30/+19
* Replace inheritance_integrity by trait shenanigansAnthony Ramine2017-02-151-4/+55
* Derive DomObject with a proc macroAnthony Ramine2017-02-141-0/+53