about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-11-18Check for duplicate attributes.Eric Huss-0/+2
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-1/+0
2021-06-28Make incomplete features part of delcarationSmitty-1/+1
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2020-12-12tidy: Re-enable check for inline unit testsVadim Petrochenkov-27/+3
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-3/+39
2020-10-01Add note about possible future improvementMara Bos-0/+2
2020-09-17Fix 'FIXME' about using NonZeroU32 instead of u32.Mara Bos-10/+11
2020-09-04Implementation of incompatible features errorAmjad Alsharafi-1/+1
2020-09-01feature: replace `lazy_static` by `SyncLazy` from stdmarmeladema-0/+2
2020-08-30mv compiler to compiler/mark-0/+137