about summary refs log tree commit diff
path: root/src/test/ui/lint/lint-stability-deprecated.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-464/+0
2022-10-13fix small word dupe typosRageking8-1/+1
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-13/+13
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-13/+13
2022-02-24don't special case `DefKind::Ctor` in encodinglcnr-6/+6
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
2020-07-26report kind of deprecated item in messageAndy Russell-112/+112
2020-01-23Use check-pass mode for lint testsTomasz Miąsko-1/+1
2020-01-09Update testsVadim Petrochenkov-0/+3
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-23/+23
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-05-29Update ui test suite to use dynmemoryruins-3/+3
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-3/+3
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+473