about summary refs log tree commit diff
path: root/src/test/ui/reachable/expr_array.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-03-14stabilise feature(never_type)Andrew Cann-2/+1
Replace feature(never_type) with feature(exhaustive_patterns). feature(exhaustive_patterns) only covers the pattern-exhaustives checks that used to be covered by feature(never_type)
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-2/+2
2017-03-30cherry-pick over the tests I wrote for the reachability codeNiko Matsakis-0/+28
For the most part, the current code performs similarly, although it differs in some particulars. I'll be nice to have these tests for judging future changes, as well.