Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings introduced in newer Rust Nightly | Simon Sapin | 2021-02-25 | 1 | -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 cleanups | Alex Touchet | 2020-05-14 | 1 | -3/+3 |
| | |||||
* | Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15) | Simon Sapin | 2020-01-16 | 1 | -2/+0 |
| | |||||
* | Bump all in-tree components to syn 1 | Anthony Ramine | 2019-09-27 | 2 | -7/+7 |
| | |||||
* | Restrict syn features for in-tree components | Anthony Ramine | 2019-09-27 | 1 | -2/+1 |
| | |||||
* | #8539 Config preferences backend restructure | Peter Hall | 2019-03-20 | 3 | -0/+387 |