about summary refs log tree commit diff
path: root/src/test/run-pass/coherence
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-55/+0
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-292/+0
2019-07-09Added a test for coherence when a generic type param has a default value ↵Ohad Ravid-0/+36
from an associated type
2019-04-22Remove leading newlinesvarkor-2/+1
2019-01-03More test deduplicationGeorg Semmler-0/+74
2019-01-02tests: move coherence-subtyping from run-pass to compile-failNiko Matsakis-39/+0
This is the pattern we no longer accept.
2018-12-25Remove licensesMark Rousskov-150/+0
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ↵Felix S. Klock II-0/+8
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/+419
Fix #54047