aboutsummaryrefslogtreecommitdiffstats
path: root/components/deny_public_fields
Commit message (Expand)AuthorAgeFilesLines
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-0/+1
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-2/+2
* Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15)Simon Sapin2020-01-161-2/+0
* Bump all in-tree components to syn 1Anthony Ramine2019-09-271-2/+2
* Restrict syn features for in-tree componentsAnthony Ramine2019-09-271-1/+1
* Update syn and related dependenciesBastien Orivel2018-11-301-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-3/+2
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Format components debugger and deny_public_fields #21373kingdido9992018-09-011-2/+4
* Update WebrenderBastien Orivel2018-04-251-2/+2
* Bump syn/quote in deny_public_fieldsBastien Orivel2018-02-122-13/+11
* deny_public_fields: display field identifier in help messageHarvey Hunt2017-06-251-1/+2
* Update syn to 0.11Anthony Ramine2017-02-271-2/+2
* Change #[privatize] into #[derive(DenyPublicFields)]Anthony Ramine2017-02-152-0/+40