about summary refs log tree commit diff
path: root/src/test/ui/reachable/expr_loop.stderr
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-4/+4
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-2/+2
2018-03-14stabilise feature(never_type)Andrew Cann-3/+3
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)
2018-02-26Update UI testsVadim Petrochenkov-4/+4
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-3/+3
2017-11-20address review commentsAlex Burka-3/+3
2017-11-19use -Z flag instead of env varAlex Burka-3/+3
2017-11-19update UI testsAlex Burka-3/+3
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+1
This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e.
2017-05-24Change error count messagesMichael Kohl-1/+1
See #33525 for details.
2017-03-30cherry-pick over the tests I wrote for the reachability codeNiko Matsakis-0/+31
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.