| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -408/+0 | |
| 2022-10-02 | Delay evaluating lint primary message until after it would be suppressed | Michael Goulet | -0/+7 | |
| 2022-07-18 | Don't add attribute to allow unused-qualifications to derive impl's | Samrat Man Singh | -0/+22 | |
| Currently `#![forbid(unused_qualifications)]` is incompatible with all derive's because we add `#[allow(unused_qualifications)]` in all generated impl's. | ||||
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -32/+32 | |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -32/+32 | |
| 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]`. | ||||
| 2021-07-31 | Move the `unused` dir to `lint`s subdir | Yuki Okushi | -5/+0 | |
| 2021-03-05 | Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis | bors | -4/+19 | |
| 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-27 | Enable report_in_external_macro in unaligned_references | Taiki Endo | -0/+28 | |
| 2021-02-10 | Inherit `#[stable(..)]` annotations in enum variants and fields from its item | Esteban Küber | -4/+19 | |
| 2020-07-30 | Add additional clashing_extern_decl cases. | jumbatm | -1/+1 | |
| 2020-06-20 | Add ClashingExternDecl test case. | jumbatm | -0/+3 | |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -44/+44 | |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -0/+5 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -117/+2 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+424 | |
| 2018-07-17 | rustc: Polish off `in_external_macro` | Alex Crichton | -0/+24 | |
| This commit polishes off this new function to compile on newer rustc as well as update and add a suite of test cases to work with this new check for lints. | ||||
