]> git.lizzy.rs Git - rust.git/history - config_proc_macro/src
Use the traits added to the Rust 2021 Edition prelude
[rust.git] / config_proc_macro / src /
2022-03-28 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-03-17 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-02-16 Cameron SteffenFormat code
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-12-03 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-11-27 Yacin TmimiConditionally compile tests based on CFG_RELEASE_CHANNE...
2021-04-22 Joshua NelsonUse `rustc_private` instead of crates.io dependencies
2020-10-04 Caleb Cartwrightrefactor: move env/osstr imports to avoid warnings
2020-10-04 David TolnayUse rustfmt given by RUSTFMT env var (#4419)
2019-09-08 Seiichi UchidaUpdate deps (#3788)
2019-09-05 CreepySkeletonAdd --config command line option (#3767)
2019-06-12 Stéphane Campinasimplement Display for enums with attribute config_type...
2019-05-09 Seiichi UchidaMerge pull request #3486 from scampi/issue-3197
2019-05-02 Ruben SchmidmeisterMerge remote-tracking branch 'origin/master' into refac...
2019-04-29 Seiichi UchidaMerge pull request #3484 from topecongiro/config_derive
2019-04-27 topecongiroAdd doc comment
2019-04-27 topecongiroAdd config_proc_macro