| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-24 | Improve the pretty print of UnstableFeature clause | tiif | -3/+3 | |
| 2025-09-03 | don't uppercase error messages | Sasha Pourcelot | -2/+2 | |
| a more general version of https://github.com/rust-lang/rust/pull/146080. after a bit of hacking in [`fluent.rs`](https://github.com/rust-lang/rust/blob/master/compiler/rustc_fluent_macro/src/fluent.rs), i discovered that i'm not the only one that is bad at following guidelines :sweat_smile:. this pr lowercases the first letter of all the error messages in the codebase. (i did not change things that are traditionally uppercased such as _MIR_, _ABI_ or _C_) i think it's reasonable to run a `@bors try` so all the test suite is checked, as i cannot run some of the tests on my machine. i double checked (and replaced manually) all the old error messages, but better be safe than sorry. in the future i will try to add a check in `x test tidy` that errors if an error message starts with an uppercase letter. | ||||
| 2025-08-21 | refactor target checking, move out of context.rs and rename MaybeWarn to Policy | Jana Dönszelmann | -2/+2 | |
| 2025-08-14 | Update uitests | Jonathan Brouwer | -10/+8 | |
| Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com> | ||||
| 2025-08-11 | Update error message | tiif | -6/+6 | |
| 2025-08-11 | Support using #[unstable_feature_bound] on trait | tiif | -0/+51 | |
| 2025-07-15 | Add tests | tiif | -0/+583 | |
| 2025-07-15 | Lint against having both #[unstable_feature_bound] and #[stable] on the same ↵ | tiif | -0/+24 | |
| item | ||||
| 2025-07-15 | Make stability attribute not to error when unstable feature bound is in effect | tiif | -0/+46 | |
| 2025-07-15 | Setup unstable feature bound attribute | tiif | -0/+43 | |
