aboutsummaryrefslogtreecommitdiffstats
path: root/components/config_plugins
Commit message (Expand)AuthorAgeFilesLines
* add allow(non_camel_case_types) to generated pref structs (#33987)Ville Lindholm2024-10-241-0/+1
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Replace lazy_static crate with `std::sync::LazyLock` in layout and config (#3...Hayashi Mikihiro2024-08-151-4/+3
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* clippy: fix warnings in components/config* (#31562)eri2024-03-081-1/+1
* Remove use of proc_macro_diagnostics feature (#30745)Martin Robinson2023-11-171-11/+1
* Update to syn 2 where possible (#30387)Samson2023-09-192-21/+15
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-112-5/+10
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-4/+4
* cargo-fix for 2021sagudev2023-05-071-7/+7
* Fix some Clippy lints.Teymour Aldridge2022-08-041-2/+2
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-6/+8
* More Cargo.toml cleanupsAlex Touchet2020-05-141-3/+3
* 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-272-7/+7
* Restrict syn features for in-tree componentsAnthony Ramine2019-09-271-2/+1
* #8539 Config preferences backend restructurePeter Hall2019-03-203-0/+387