| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-27 | Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obk | Jonas Schievink | -7/+31 | |
| Check for missing const-stability attributes in `rustc_passes` Currently, this happens as a side effect of `is_min_const_fn`, which is non-obvious. Also adds a test for this case, since we didn't seem to have one before. | ||||
| 2020-09-25 | Check for missing const-stability attributes in `stability` | Dylan MacKenzie | -7/+31 | |
| This used to happen as a side-effect of `is_min_const_fn`, which was subtle. | ||||
| 2020-09-22 | Fix compilation & test failures | Jacob Hughes | -2/+8 | |
| 2020-09-22 | Update src/librustc_passes/stability.rs | Avi Dessauer | -2/+1 | |
| Co-authored-by: varkor <github@varkor.com> | ||||
| 2020-09-22 | Update src/librustc_passes/stability.rs | Avi Dessauer | -2/+6 | |
| Co-authored-by: varkor <github@varkor.com> | ||||
| 2020-09-22 | Add documentation | Avi Dessauer | -33/+84 | |
| 2020-09-22 | Stability annotations on generic trait parameters | Avi Dessauer | -16/+52 | |
| 2020-09-11 | Improve `ineffective_unstable_trait_impl` error message. | Mara Bos | -4/+4 | |
| 2020-09-11 | Turn unstable trait impl error into a lint, so it can be disabled. | Mara Bos | -21/+28 | |
| 2020-09-11 | Turn useless #[unstable] attributes into errors. | Mara Bos | -1/+1 | |
| 2020-09-11 | Warn for #[unstable] on trait impls when it has no effect. | Mara Bos | -2/+64 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+697 | |
