summary refs log tree commit diff
path: root/src/test/run-pass/loop-break-value.rs
AgeCommit message (Expand)AuthorLines
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+2
2018-03-14stabilise feature(never_type)Andrew Cann-2/+0
2017-08-09Type-check `break value;` even outside of `loop {}`.kennytm-0/+6
2017-05-17Stabilize the loop_break_value featurePietro Albini-1/+0
2017-02-18Properly implement labeled breaks in while conditionsTaylor Cramer-0/+16
2017-02-17Normalize labeled and unlabeled breaksTaylor Cramer-8/+0
2016-11-21Implement the `loop_break_value` feature.Geoffry Song-0/+133