summary refs log tree commit diff
path: root/compiler/rustc_passes/src/stability.rs
AgeCommit message (Expand)AuthorLines
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-20/+24
2020-11-26Formatting.Camille GILLOT-1/+1
2020-11-26Remove ForeignMod struct.Camille GILLOT-2/+2
2020-11-02Improve deprecation attribute diagnostic messages.Mara Bos-3/+3
2020-11-01Turn 'useless #[deprecated]' error into a lint.Mara Bos-11/+11
2020-11-01Use the right span for errors about #[deprecated] attributes.Mara Bos-9/+17
2020-11-01Deny #[deprecated] on trait impl blocks.Mara Bos-1/+4
2020-10-16stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'Ralf Jung-23/+29
2020-09-27Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obkJonas Schievink-7/+31
2020-09-25Check for missing const-stability attributes in `stability`Dylan MacKenzie-7/+31
2020-09-22Fix compilation & test failuresJacob Hughes-2/+8
2020-09-22Update src/librustc_passes/stability.rsAvi Dessauer-2/+1
2020-09-22Update src/librustc_passes/stability.rsAvi Dessauer-2/+6
2020-09-22Add documentationAvi Dessauer-33/+84
2020-09-22Stability annotations on generic trait parametersAvi Dessauer-16/+52
2020-09-11Improve `ineffective_unstable_trait_impl` error message.Mara Bos-4/+4
2020-09-11Turn unstable trait impl error into a lint, so it can be disabled.Mara Bos-21/+28
2020-09-11Turn useless #[unstable] attributes into errors.Mara Bos-1/+1
2020-09-11Warn for #[unstable] on trait impls when it has no effect.Mara Bos-2/+64
2020-08-30mv compiler to compiler/mark-0/+697