about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-29540.rs
AgeCommit message (Collapse)AuthorLines
2020-07-08Avoid "blacklist"Tamir Duberstein-1/+1
Other terms are more inclusive and precise. Clippy still has a lint named "blacklisted-name", but renaming it would be a breaking change, so is left for future work. The target configuration option "abi-blacklist" has been depreciated and renamed to "unsupported-abis". The old name continues to work.
2019-11-06Apply review suggestionsTomasz Miąsko-1/+1
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-30make run-pass tests with empty main just compile-pass testsRalf Jung-0/+502