aboutsummaryrefslogtreecommitdiffstats
path: root/components/dom_struct
Commit message (Expand)AuthorAgeFilesLines
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Use global exports from derives (#33169)Samson2024-08-251-1/+1
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-2/+2
* Upgrade remaining components to edition 2018sagudev2023-02-182-5/+2
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Remove redundant webidl_must_inherit compiler plugin lintSimon Sapin2019-09-291-1/+0
* Bump all in-tree components to syn 1Anthony Ramine2019-09-272-7/+3
* Restrict syn features for in-tree componentsAnthony Ramine2019-09-271-1/+1
* Can collect webidl paths.krk2019-04-201-0/+1
* Update syn and related dependenciesBastien Orivel2018-11-301-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+0
* Format remaining filesPyfisch2018-11-061-1/+2
* Use 2018-style paths in code generated by proc-macro derivesSimon Sapin2018-11-061-1/+1
* Format components dom_struct, domobject_derive and embedder_traits #21373kingdido9992018-09-031-2/+5
* Upgrade to rustc 1.29.0-nightly (1ecf6929d 2018-07-16)Simon Sapin2018-07-181-3/+0
* Assert that DOM structs have the correct first fieldManish Goregaokar2018-07-032-4/+46
* Upgrade to rustc 1.28.0-nightly (524ad9b9e 2018-05-29)Anthony Ramine2018-05-301-0/+1
* Revert "Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)"Josh Matthews2018-05-181-1/+1
* Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)Simon Sapin2018-05-041-1/+1
* Upgrade to rustc 1.27.0-nightly (056f589fb 2018-04-07)Simon Sapin2018-04-091-3/+2
* Upgrade to rustc 1.24.0-nightly (5a2465e2b 2017-12-06)Simon Sapin2017-12-071-0/+4
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Use the better TokenStream API in dom_structAnthony Ramine2017-09-012-13/+5
* Fix quote dependency versionAnthony Ramine2017-08-231-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-242-0/+41