aboutsummaryrefslogtreecommitdiffstats
path: root/components/config_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-6/+8
| | | | | | | | | | | | This does not (yet) upgrade ./rust-toolchain The warnings: * dead_code "field is never read" * redundant_semicolons "unnecessary trailing semicolon" * non_fmt_panic "panic message is not a string literal, this is no longer accepted in Rust 2021" * unstable_name_collisions "a method with this name may be added to the standard library in the future" * legacy_derive_helpers "derive helper attribute is used before it is introduced" https://github.com/rust-lang/rust/issues/79202
* 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