about summary refs log tree commit diff
path: root/src/test/run-pass/deriving
AgeCommit message (Collapse)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-3/+2
2018-12-25Remove licensesMark Rousskov-390/+0
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ↵Felix S. Klock II-0/+16
with clean stderr again. Most were added mechanically.
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+1435
Fix #54047