| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -136/+0 | |
| 2023-01-09 | fix: fix CI errors | Ezra Shaw | -1/+1 | |
| 2022-07-20 | attr: fix expected meta-item for `#[stable]` | David Wood | -1/+1 | |
| When an unexpected meta item is provided to `#[stable]`, the diagnostic lists "since" and "note" as expected meta-items, however the surrounding code actually expects "feature" and "since". Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2022-04-14 | Use native duplicate attribute check | Jacob Pratt | -9/+13 | |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -11/+11 | |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -9/+9 | |
| 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]`. | ||||
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -3/+9 | |
| 2021-07-26 | Add long explanation for E0544. | Chris Midgley | -1/+1 | |
| 2021-03-05 | Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis | bors | -7/+13 | |
| Inherit `#[stable(..)]` annotations in enum variants and fields from its item Lint changes for #65515. The stdlib will have to be updated once this lands in beta and that version is promoted in master. | ||||
| 2021-02-18 | Add long explanation for E0549 | Jesus Rubio | -1/+1 | |
| 2021-02-17 | Add long explanation for E0543 | Jesus Rubio | -1/+1 | |
| 2021-02-10 | Tweak stability attribute diagnostic output | Esteban Küber | -4/+10 | |
| 2021-02-10 | Inherit `#[stable(..)]` annotations in enum variants and fields from its item | Esteban Küber | -4/+4 | |
| 2021-02-08 | Add long explanation for E0547 | Jesus Rubio | -1/+1 | |
| 2021-02-06 | Add long error explanation for E0542 | Jesus Rubio | -1/+1 | |
| 2020-12-16 | Allow `since="TBD"` for rustc_deprecated | bstrie | -3/+9 | |
| 2020-12-02 | bless stability-attribute-sanity ui test | Daiki Ihara | -1/+1 | |
| 2020-11-02 | Improve deprecation attribute diagnostic messages. | Mara Bos | -6/+2 | |
| (From the PR feedback.) Co-authored-by: Esteban Küber <esteban@kuber.com.ar> | ||||
| 2020-11-01 | Use the right span for errors about #[deprecated] attributes. | Mara Bos | -6/+12 | |
| 2020-07-20 | Parse rustc_deprecated as deprecated attribute | Mark Rousskov | -2/+2 | |
| 2020-05-02 | Add long error explanation for E0539 | unexge | -1/+2 | |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -6/+6 | |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable ↵ | Oliver Scherer | -5/+5 | |
| functions with a `const` modifier | ||||
| 2019-09-26 | Add test for E0543 | Guillaume Gomez | -8/+14 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -2/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -16/+16 | |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -50/+14 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -23/+23 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+142 | |
