| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -513/+0 | |
| 2022-08-12 | enum variant ctor inherits stability of variant | Michael Goulet | -0/+8 | |
| 2022-07-26 | Add tests for `#[rustc_default_body_unstable]` | Maybe Waffle | -0/+29 | |
| 2022-07-20 | middle: add `implies_by` to `#[unstable]` | David Wood | -0/+8 | |
| If part of a feature is stabilized and a new feature is added for the remaining parts, then the `implied_by` attribute can be used to indicate which now-stable feature previously contained a item. If the now-stable feature is still active (if the user has only just updated rustc, for example) then there will not be an stability error for uses of the item from the implied feature. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-07-08 | add opt in attribute for stable-in-unstable items | Jane Lusby | -0/+14 | |
| 2022-07-08 | Support unstable moves via stable in unstable items | Jane Lusby | -0/+19 | |
| 2022-06-04 | Allow unstable items to be re-exported unstably without requiring the ↵ | cole | -0/+9 | |
| feature be enabled | ||||
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -29/+29 | |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -29/+29 | |
| This keeps `reason` around for the time being. This is necessary to avoid breakage during the bootstrap process. This change, as a whole, brings `#[rustc_deprecated]` more in line with `#[deprecated]`. | ||||
| 2020-12-07 | Move some tests to subdirectories | Vadim Petrochenkov | -0/+188 | |
| 2020-09-23 | Add enum and type alias tests for generic default stability | Jacob Hughes | -0/+106 | |
| 2020-09-22 | Test removing unstable default parameter | Avi Dessauer | -0/+12 | |
| 2020-09-22 | Test unstable Alloc param on Box | Avi Dessauer | -1/+35 | |
| 2020-09-22 | Add unstable default feature enabled test | Avi Dessauer | -0/+6 | |
| 2020-09-22 | Test stability on default parameter of deprecated | Avi Dessauer | -0/+20 | |
| 2020-09-22 | Add more tests | Avi Dessauer | -0/+10 | |
| 2020-09-22 | Stability annotations on generic trait parameters | Avi Dessauer | -0/+41 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+19 | |
