about summary refs log tree commit diff
path: root/src/test/run-pass/syntax-trait-polarity.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-29/+0
2015-04-21test: Fix fallout in testsAlex Crichton-4/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-3/+3
2015-01-16fix latest changes falloutFlavio Percoco-2/+0
2015-01-16Don't use NoSend/NoSync in testsFlavio Percoco-2/+2
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-04Put negative trait implemtations behind a feature gateFlavio Percoco-0/+2
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-0/+29